projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dd1774
)
ARM: dts: rockchip: Fix ddc-i2c-bus for rk3288-vyasa
author
Jagan Teki
<jagan@amarulasolutions.com>
Thu, 23 Jan 2020 13:46:40 +0000
(19:16 +0530)
committer
Heiko Stuebner
<heiko@sntech.de>
Sun, 1 Mar 2020 00:35:43 +0000
(
01:35
+0100)
ddc-i2c-bus routed for HDMI is not i2c2 but i2c5 on
Vyasa RK3288 board.
Add support for fixing the same.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Link:
https://lore.kernel.org/r/20200123134641.30720-2-jagan@amarulasolutions.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288-vyasa.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/rk3288-vyasa.dts
b/arch/arm/boot/dts/rk3288-vyasa.dts
index d2f79e5bee8705215c2db9cdd2407e430caf436d..88c63946f2a3fbb5205e7c9e64ee7f1f8ae0fcd2 100644
(file)
--- a/
arch/arm/boot/dts/rk3288-vyasa.dts
+++ b/
arch/arm/boot/dts/rk3288-vyasa.dts
@@
-150,7
+150,7
@@
};
&hdmi {
- ddc-i2c-bus = <&i2c
2
>;
+ ddc-i2c-bus = <&i2c
5
>;
status = "okay";
};
@@
-347,7
+347,7
@@
};
};
-&i2c
2
{
+&i2c
5
{
status = "okay";
};