projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
150a6a9
)
ARM: dts: aspeed: swift: Add eMMC device
author
Joel Stanley
<joel@jms.id.au>
Wed, 21 Aug 2019 04:56:55 +0000
(14:26 +0930)
committer
Joel Stanley
<joel@jms.id.au>
Thu, 22 Aug 2019 06:04:20 +0000
(15:34 +0930)
Swift contains an eMMC device attached to the second SDHCI controller.
Reviewed-by: Adriana Kobylak <anoo@us.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-opp-swift.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts
b/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts
index
f14f745
..
25bc0e1
100644
(file)
--- a/
arch/arm/boot/dts/aspeed-bmc-opp-swift.dts
+++ b/
arch/arm/boot/dts/aspeed-bmc-opp-swift.dts
@@
-963,4
+963,15
@@
status = "okay";
};
+&sdmmc {
+ status = "okay";
+};
+
+&sdhci1 {
+ status = "okay";
+
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_sd2_default>;
+};
+
#include "ibm-power9-dual.dtsi"