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

Commit aabed2ad authored by Vignesh R's avatar Vignesh R Committed by Santosh Shilimkar
Browse files

ARM: dts: keystone-k2g: Move ti,non-removable property to board dts



On 66AK2G EVM mmc1 is connected to emmc whereas 66AK2G ICE baord has SD
card slot connected to mmc1. Therefore move emmc specific
ti,non-removable property from SoC file to EVM's dts file.

Signed-off-by: default avatarVignesh R <vigneshr@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <santosh.shilimkar@oracle.com>
parent 4cf6e1f0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -127,6 +127,7 @@
	pinctrl-names = "default";
	pinctrl-0 = <&mmc1_pins>;
	vmmc-supply = <&vcc3v3_dcin_reg>; /* VCC3V3_EMMC is connected to VCC3V3_DCIN */
	ti,non-removable;
	status = "okay";
};

+0 −1
Original line number Diff line number Diff line
@@ -372,7 +372,6 @@
			dma-names = "tx", "rx";
			bus-width = <8>;
			ti,needs-special-reset;
			ti,non-removable;
			max-frequency = <96000000>;
			power-domains = <&k2g_pds 0xc>;
			clocks = <&k2g_clks 0xc 1>, <&k2g_clks 0xc 2>;