ARM: dts: rockchip: move the hdmi ddc-i2c-bus property to the actual boards

A patch from »ARM: dts: rockchip: enable vops and hdmi output on rk3288-firefly and -evb« in state Mainline for linux-kernel

From: Heiko Stuebner <heiko@...> Date: Wed, 28 Jan 2015 17:23:10 +0100

Commit-Message

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@...>

Patch-Comment

arch/arm/boot/dts/rk3288-evb.dtsi | 1 + arch/arm/boot/dts/rk3288-firefly.dtsi | 1 + arch/arm/boot/dts/rk3288.dtsi | 1 - 3 files changed, 2 insertions(+), 1 deletion(-)

Statistics

  • 2 lines added
  • 1 lines removed

Changes

---------------------- arch/arm/boot/dts/rk3288-evb.dtsi -----------------------
index 6857730..86ede58 100644
@@ -105,6 +105,7 @@
};
&hdmi {
+ ddc-i2c-bus = <&i2c5>;
status = "okay";
};
-------------------- arch/arm/boot/dts/rk3288-firefly.dtsi ---------------------
index 6dcc5e9..e6f873a 100644
@@ -180,6 +180,7 @@
};
&hdmi {
+ ddc-i2c-bus = <&i2c5>;
status = "okay";
};
------------------------ arch/arm/boot/dts/rk3288.dtsi -------------------------
index 1e75a0f..1141850 100644
@@ -646,7 +646,6 @@
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>;
 
 

Recent Patches

About Us

Sed lacus. Donec lectus. Nullam pretium nibh ut turpis. Nam bibendum. In nulla tortor, elementum vel, tempor at, varius non, purus. Mauris vitae nisl nec metus placerat consectetuer.

Read More...