Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c0a9700 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

arm64: dts: uniphier: add pinctrl property to eMMC node for LD11/LD20



Now everything is ready to enable this pinctrl.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent b9f2fc38
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -304,6 +304,8 @@
			compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc";
			compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc";
			reg = <0x5a000000 0x400>;
			reg = <0x5a000000 0x400>;
			interrupts = <0 78 4>;
			interrupts = <0 78 4>;
			pinctrl-names = "default";
			pinctrl-0 = <&pinctrl_emmc>;
			clocks = <&sys_clk 4>;
			clocks = <&sys_clk 4>;
			bus-width = <8>;
			bus-width = <8>;
			mmc-ddr-1_8v;
			mmc-ddr-1_8v;
+2 −0
Original line number Original line Diff line number Diff line
@@ -378,6 +378,8 @@
			compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc";
			compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc";
			reg = <0x5a000000 0x400>;
			reg = <0x5a000000 0x400>;
			interrupts = <0 78 4>;
			interrupts = <0 78 4>;
			pinctrl-names = "default";
			pinctrl-0 = <&pinctrl_emmc>;
			clocks = <&sys_clk 4>;
			clocks = <&sys_clk 4>;
			bus-width = <8>;
			bus-width = <8>;
			mmc-ddr-1_8v;
			mmc-ddr-1_8v;