projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ff33f3
)
ARM: dts: Add ddc i2c reference to veyron
author
Douglas Anderson
<
[email protected]
>
Wed, 2 Sep 2015 21:25:48 +0000
(14:25 -0700)
committer
Heiko Stuebner
<
[email protected]
>
Sun, 13 Sep 2015 12:21:39 +0000
(14:21 +0200)
The ddc-i2c-bus property was missing from the veyron dtsi file since
downstream the ddc-i2c-bus was still being specified in rk3288.dtsi and
nobody noticed when the veyron dtsi was sent upstream. Add it.
Signed-off-by: Douglas Anderson <
[email protected]
>
Tested-by: Brian Norris <
[email protected]
>
Signed-off-by: Heiko Stuebner <
[email protected]
>
arch/arm/boot/dts/rk3288-veyron.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/rk3288-veyron.dtsi
b/arch/arm/boot/dts/rk3288-veyron.dtsi
index 2fa7a0dc83f76b17e287c7fa4b385d778e2a74c5..275c78ccc0f3e1e378983871f0c71df91ab1dd89 100644
(file)
--- a/
arch/arm/boot/dts/rk3288-veyron.dtsi
+++ b/
arch/arm/boot/dts/rk3288-veyron.dtsi
@@
-158,6
+158,7
@@
};
&hdmi {
+ ddc-i2c-bus = <&i2c5>;
status = "okay";
};