diff options
author | Heiko Stuebner <heiko@sntech.de> | 2015-01-28 17:23:10 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-01-30 00:10:59 +0100 |
commit | c25d8cbcd840b2c9774a285ea728e72dd56aea2e (patch) | |
tree | 9118a7d93a7d87a6016b83ba9311982346dc3656 /arch/arm/boot/dts/rk3288.dtsi | |
parent | ARM: dts: rockchip: enable vops and hdmi output on rk3288-firefly and -evb (diff) | |
download | linux-c25d8cbcd840b2c9774a285ea728e72dd56aea2e.tar.xz linux-c25d8cbcd840b2c9774a285ea728e72dd56aea2e.zip |
ARM: dts: rockchip: move the hdmi ddc-i2c-bus property to the actual boards
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>
Diffstat (limited to 'arch/arm/boot/dts/rk3288.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3288.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 1e75a0f556d4..1141850d0acb 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -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>; |