ARM: dts: keystone-k2g: Move ti,non-removable property to board dts
authorVignesh R <vigneshr@ti.com>
Sun, 3 Dec 2017 03:33:56 +0000 (19:33 -0800)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Sun, 3 Dec 2017 03:33:56 +0000 (19:33 -0800)
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: Vignesh R <vigneshr@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
arch/arm/boot/dts/keystone-k2g-evm.dts
arch/arm/boot/dts/keystone-k2g.dtsi

index 298a50555e464308cc053c7df92ebb49ebe7f74d..03b3e7c5dc8e8109e9851bd5148f172372e2b447 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&mmc1_pins>;
        vmmc-supply = <&vcc3v3_dcin_reg>; /* VCC3V3_EMMC is connected to VCC3V3_DCIN */
+       ti,non-removable;
        status = "okay";
 };
 
index 01d29320b04c910c6a808e0d2d1317749c40a7cc..ef82c0a6e607b4c981d0ef6b25f9bbaeb4f3887a 100644 (file)
                        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>;