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:
0316347
)
ARM: dts: imx6qdl-sabreauto: Pass the DDC I2C bus
author
Fabio Estevam
<fabio.estevam@nxp.com>
Thu, 23 Nov 2017 15:00:12 +0000
(13:00 -0200)
committer
Shawn Guo
<shawnguo@kernel.org>
Tue, 26 Dec 2017 08:15:44 +0000
(16:15 +0800)
On imx6qdl-sabreauto the HDMI DDC bus is connected to I2C2, so
pass the 'ddc-i2c-bus' property accordingly.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
index 4fa2fac3877b5a5685d85654d44476a933c0e72b..de9bf47079b4500ffb3e6876948bce2f5c270523 100644
(file)
--- a/
arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
+++ b/
arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
@@
-235,6
+235,7
@@
};
&hdmi {
+ ddc-i2c-bus = <&i2c2>;
status = "okay";
};