ARM: dts: rockchip: move the hdmi ddc-i2c-bus property to the actual boards
authorHeiko Stuebner <heiko@sntech.de>
Wed, 28 Jan 2015 16:23:10 +0000 (17:23 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 29 Jan 2015 23:10:59 +0000 (00:10 +0100)
Currently the hdmi driver is using one of the soc i2c busses for ddc probing
and while documentation always specifies i2c5 as hdmi-i2c it could very well
be any other bus as well.

Therefore this is a property of the board and should be specified there.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288-evb.dtsi
arch/arm/boot/dts/rk3288-firefly.dtsi
arch/arm/boot/dts/rk3288.dtsi

index 6857730ca0c1ecd80349811cb4eb15b20854cd70..86ede5893ab6d2b65f43aa69f6b154e4132ce721 100644 (file)
 };
 
 &hdmi {
+       ddc-i2c-bus = <&i2c5>;
        status = "okay";
 };
 
index 6dcc5e9d9480853f6659e89eec28b2497b3eddf2..e6f873abbe0dd991fcdcf5a81dbe33c09aec1e1d 100644 (file)
 };
 
 &hdmi {
+       ddc-i2c-bus = <&i2c5>;
        status = "okay";
 };
 
index 1e75a0f556d44c6f74b71a8577412f7615b513ac..1141850d0acb998a04dfbffb14fb75f03cb546d8 100644 (file)
                compatible = "rockchip,rk3288-dw-hdmi";
                reg = <0xff980000 0x20000>;
                reg-io-width = <4>;
-               ddc-i2c-bus = <&i2c5>;
                rockchip,grf = <&grf>;
                interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&cru  PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>;
This page took 0.041705 seconds and 5 git commands to generate.