diff options
author | Adam Ford <aford173@gmail.com> | 2018-09-08 08:16:24 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-29 08:07:26 -0400 |
commit | 96a82d33f8c5bd3e90098b540349b7b9e43e27da (patch) | |
tree | f0d8dade59e8a6c079a087f101cf29d5047d1377 /arch/arm/dts/omap3-evm-37xx-u-boot.dtsi | |
parent | f4df405f0e7ee22e24ff19bb8057b21c9e80dd2a (diff) |
ARM: DTS: various omap3: Remove cd-inverted from u-boot.dtsi
With the omap_mmc driver no longer supporting cd-inverted, this
patch removes all these references since they are not needed.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'arch/arm/dts/omap3-evm-37xx-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/omap3-evm-37xx-u-boot.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi b/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi index b09ce0efb5..de411316d8 100644 --- a/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi +++ b/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi @@ -11,10 +11,6 @@ }; }; -&mmc1 { - cd-inverted; -}; - &uart1 { reg-shift = <2>; }; |