Commit 39a85f6d authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

Merge tag 'v5.8-next-dts64' of...

Merge tag 'v5.8-next-dts64' of git://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into arm/dt

mt8173:
- update dmips for Cortex A53

mt8183:
- add pericfg
- fix unit names
- add nodes for USB support
- add basic support for Lenovo IdeaPad Duet 10.1" Chromebook

* tag 'v5.8-next-dts64' of git://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux:
  arm64: dts: mt8183: Add krane-sku176 board
  arm64: dts: mt8183: Add USB3.0 support
  arm64: dts: mt8183-evb: Fix unit name warnings
  arm64: dts: mt8183: Fix unit name warnings
  arm64: dts: mt8183: Add MediaTek's peripheral configuration controller
  arm64: dts: mt6358: Add the compatible for the regulators
  dt-bindings: arm64: dts: mediatek: Add mt8183-kukui-krane-sku176
  arm64: dts: mt8173: Re-measure capacity-dmips-mhz

Link: https://lore.kernel.org/r/0b7109c7-7bd2-7373-6032-e9a452d2ebc9@gmail.com


Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 0e9aa968 cd894e27
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -114,4 +114,9 @@ properties:
          - enum:
              - mediatek,mt8183-evb
          - const: mediatek,mt8183
      - description: Google Krane (Lenovo IdeaPad Duet, 10e,...)
        items:
          - const: google,krane-sku176
          - const: google,krane
          - const: mediatek,mt8183
...
+1 −0
Original line number Diff line number Diff line
@@ -11,4 +11,5 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += mt8173-elm-hana.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8173-elm-hana-rev7.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8173-evb.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8183-evb.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8183-kukui-krane-sku176.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8516-pumpkin.dtb
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@ mt6358codec: mt6358codec {
		};

		mt6358regulator: mt6358regulator {
			compatible = "mediatek,mt6358-regulator";

			mt6358_vdram1_reg: buck_vdram1 {
				regulator-name = "vdram1";
				regulator-min-microvolt = <500000>;
+2 −2
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ cpu0: cpu@0 {
				 <&apmixedsys CLK_APMIXED_MAINPLL>;
			clock-names = "cpu", "intermediate";
			operating-points-v2 = <&cluster0_opp>;
			capacity-dmips-mhz = <526>;
			capacity-dmips-mhz = <740>;
		};

		cpu1: cpu@1 {
@@ -182,7 +182,7 @@ cpu1: cpu@1 {
				 <&apmixedsys CLK_APMIXED_MAINPLL>;
			clock-names = "cpu", "intermediate";
			operating-points-v2 = <&cluster0_opp>;
			capacity-dmips-mhz = <526>;
			capacity-dmips-mhz = <740>;
		};

		cpu2: cpu@100 {
+2 −2
Original line number Diff line number Diff line
@@ -205,7 +205,7 @@ pins_rst {
		};
	};

	mmc0_pins_uhs: mmc0@0{
	mmc0_pins_uhs: mmc0 {
		pins_cmd_dat {
			pinmux = <PINMUX_GPIO123__FUNC_MSDC0_DAT0>,
				 <PINMUX_GPIO128__FUNC_MSDC0_DAT1>,
@@ -264,7 +264,7 @@ pins_pmu {
		};
	};

	mmc1_pins_uhs: mmc1@0{
	mmc1_pins_uhs: mmc1 {
		pins_cmd_dat {
			pinmux = <PINMUX_GPIO31__FUNC_MSDC1_CMD>,
				   <PINMUX_GPIO32__FUNC_MSDC1_DAT0>,
Loading