diff options
author | Faiz Abbas <faiz_abbas@ti.com> | 2020-05-12 22:38:04 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-05-19 17:54:42 +0200 |
commit | 0b4edf111870b83ea77b1d7e16b8ceac29f9f388 (patch) | |
tree | c1e821eb9c178f5e07ed3910a50e0369cb77d2f9 /arch/arm/boot/dts/am437x-gp-evm.dts | |
parent | ARM: OMAP5: Make L4SEC clock domain SWSUP only (diff) | |
download | linux-0b4edf111870b83ea77b1d7e16b8ceac29f9f388.tar.xz linux-0b4edf111870b83ea77b1d7e16b8ceac29f9f388.zip |
ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver
Move mmc nodes to be compatible with the sdhci-omap driver. The following
modifications are required for omap_hsmmc specific properties:
ti,non-removable: convert to the generic mmc non-removable
ti,needs-special-reset: co-opted into the sdhci-omap driver
ti,dual-volt: removed. Legacy property not used in am335x or am43xx
ti,needs-special-hs-handling: removed. Legacy property not used in am335x
or am43xx
Also since the sdhci-omap driver does not support runtime PM, explicitly
disable the mmc3 instance in the dtsi.
Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am437x-gp-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am437x-gp-evm.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts index 811c8cae315b..cadf47ee337f 100644 --- a/arch/arm/boot/dts/am437x-gp-evm.dts +++ b/arch/arm/boot/dts/am437x-gp-evm.dts @@ -869,7 +869,7 @@ pinctrl-names = "default", "sleep"; pinctrl-0 = <&emmc_pins_default>; pinctrl-1 = <&emmc_pins_sleep>; - ti,non-removable; + non-removable; }; &mmc3 { @@ -886,7 +886,7 @@ pinctrl-1 = <&mmc3_pins_sleep>; cap-power-off-card; keep-power-in-suspend; - ti,non-removable; + non-removable; #address-cells = <1>; #size-cells = <0>; |