projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
972edd4
)
ARM: DTS: am3517-evm-u-boot: Mark MMC1 with cd-inverted
author
Adam Ford
<aford173@gmail.com>
Tue, 10 Jul 2018 10:23:37 +0000
(
05:23
-0500)
committer
Tom Rini
<trini@konsulko.com>
Mon, 23 Jul 2018 18:33:21 +0000
(14:33 -0400)
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>
arch/arm/dts/am3517-evm-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/am3517-evm-u-boot.dtsi
b/arch/arm/dts/am3517-evm-u-boot.dtsi
index 59df819f9d6a3ff46eab5e238068ac46eac0dad5..c02beaad7753c16aa74a5655fc75a7a485f9dc70 100644
(file)
--- 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>;
};