summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-07-10 05:23:37 -0500
committerTom Rini <trini@konsulko.com>2018-07-23 14:33:21 -0400
commitd7cc15bb53a8e217dee70beb47d0521628f9ecbf (patch)
tree910e158b7fd4a4e2b31a11c6a0338bb273be21b0 /arch/arm
parent972edd49302aaa68890338d9b7a54dd31949447a (diff)
downloadu-boot-d7cc15bb53a8e217dee70beb47d0521628f9ecbf.tar.gz
u-boot-d7cc15bb53a8e217dee70beb47d0521628f9ecbf.tar.xz
u-boot-d7cc15bb53a8e217dee70beb47d0521628f9ecbf.zip
ARM: DTS: am3517-evm-u-boot: Mark MMC1 with cd-inverted
In order to use the device tree for MMC, the card-detect pin needs to be inverted. This patch places this into the am3517-evm-u-boot.dtsi file to keep the main DTS and DTSI files clean and in-sync with Linux Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/dts/am3517-evm-u-boot.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/am3517-evm-u-boot.dtsi b/arch/arm/dts/am3517-evm-u-boot.dtsi
index 59df819f9d..c02beaad77 100644
--- a/arch/arm/dts/am3517-evm-u-boot.dtsi
+++ b/arch/arm/dts/am3517-evm-u-boot.dtsi
@@ -10,6 +10,10 @@
};
};
+&mmc1 {
+ cd-inverted;
+};
+
&uart1 {
reg-shift = <2>;
};