diff options
author | Vignesh R <vigneshr@ti.com> | 2017-12-02 22:33:56 -0500 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@oracle.com> | 2017-12-02 22:33:56 -0500 |
commit | aabed2ad1d9a645a046a37225dd1d6c08237a4df (patch) | |
tree | b43eca82323be9c38774371a2705497fb1ca37ff | |
parent | 4cf6e1f0212f68000bb80844ae7586fee6beb058 (diff) |
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: Vignesh R <vigneshr@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
-rw-r--r-- | arch/arm/boot/dts/keystone-k2g-evm.dts | 1 | ||||
-rw-r--r-- | arch/arm/boot/dts/keystone-k2g.dtsi | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/keystone-k2g-evm.dts b/arch/arm/boot/dts/keystone-k2g-evm.dts index 298a50555e46..03b3e7c5dc8e 100644 --- a/arch/arm/boot/dts/keystone-k2g-evm.dts +++ b/arch/arm/boot/dts/keystone-k2g-evm.dts | |||
@@ -127,6 +127,7 @@ | |||
127 | pinctrl-names = "default"; | 127 | pinctrl-names = "default"; |
128 | pinctrl-0 = <&mmc1_pins>; | 128 | pinctrl-0 = <&mmc1_pins>; |
129 | vmmc-supply = <&vcc3v3_dcin_reg>; /* VCC3V3_EMMC is connected to VCC3V3_DCIN */ | 129 | vmmc-supply = <&vcc3v3_dcin_reg>; /* VCC3V3_EMMC is connected to VCC3V3_DCIN */ |
130 | ti,non-removable; | ||
130 | status = "okay"; | 131 | status = "okay"; |
131 | }; | 132 | }; |
132 | 133 | ||
diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi index 01d29320b04c..ef82c0a6e607 100644 --- a/arch/arm/boot/dts/keystone-k2g.dtsi +++ b/arch/arm/boot/dts/keystone-k2g.dtsi | |||
@@ -372,7 +372,6 @@ | |||
372 | dma-names = "tx", "rx"; | 372 | dma-names = "tx", "rx"; |
373 | bus-width = <8>; | 373 | bus-width = <8>; |
374 | ti,needs-special-reset; | 374 | ti,needs-special-reset; |
375 | ti,non-removable; | ||
376 | max-frequency = <96000000>; | 375 | max-frequency = <96000000>; |
377 | power-domains = <&k2g_pds 0xc>; | 376 | power-domains = <&k2g_pds 0xc>; |
378 | clocks = <&k2g_clks 0xc 1>, <&k2g_clks 0xc 2>; | 377 | clocks = <&k2g_clks 0xc 1>, <&k2g_clks 0xc 2>; |