projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52bc346
)
ARM: dts: imx6dl: add alias for I2C4 bus
author
Vladimir Zapolskiy
<vladimir_zapolskiy@mentor.com>
Wed, 29 Oct 2014 14:36:30 +0000
(16:36 +0200)
committer
Shawn Guo
<shawn.guo@linaro.org>
Sun, 23 Nov 2014 07:08:08 +0000
(15:08 +0800)
On registration I2C bus drivers attemp to get ids from device tree
aliases, add a missing alias for I2C4 found on iMX6 DualLite/Solo.
Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6dl.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6dl.dtsi
b/arch/arm/boot/dts/imx6dl.dtsi
index
b453e0e
..
44d8876
100644
(file)
--- a/
arch/arm/boot/dts/imx6dl.dtsi
+++ b/
arch/arm/boot/dts/imx6dl.dtsi
@@
-13,6
+13,10
@@
#include "imx6qdl.dtsi"
/ {
+ aliases {
+ i2c3 = &i2c4;
+ };
+
cpus {
#address-cells = <1>;
#size-cells = <0>;