projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad8c096
)
ARM: dts: i.MX6SL: Add i2c and mmc aliases
author
Alexander Kurz
<akurz@blala.de>
Fri, 15 Mar 2019 21:14:22 +0000
(21:14 +0000)
committer
Shawn Guo
<shawnguo@kernel.org>
Fri, 22 Mar 2019 01:50:36 +0000
(09:50 +0800)
Using aliases, the devices will be enumerated properly.
Signed-off-by: Alexander Kurz <akurz@blala.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6sl.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6sl.dtsi
b/arch/arm/boot/dts/imx6sl.dtsi
index 733ea50fc8e38a1d590e7c093ef3d6a6397740da..0ad5d507abeca25d684afbf5fee78e2bd041c358 100644
(file)
--- a/
arch/arm/boot/dts/imx6sl.dtsi
+++ b/
arch/arm/boot/dts/imx6sl.dtsi
@@
-23,6
+23,13
@@
gpio2 = &gpio3;
gpio3 = &gpio4;
gpio4 = &gpio5;
+ i2c0 = &i2c1;
+ i2c1 = &i2c2;
+ i2c2 = &i2c3;
+ mmc0 = &usdhc1;
+ mmc1 = &usdhc2;
+ mmc2 = &usdhc3;
+ mmc3 = &usdhc4;
serial0 = &uart1;
serial1 = &uart2;
serial2 = &uart3;