diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2017-10-20 13:07:32 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-10-21 22:53:04 +0300 |
commit | be84dfa70dde6bb072c9cc9bba0a741841f0baa2 (patch) | |
tree | db310ba3f6f27dc8fcd68014e5e1c8b265345bd6 /arch/arm/boot/dts/rk3288-firefly-reload.dts | |
parent | 838980dd04e994bf81cf104fa01ae60802146b39 (diff) | |
download | linux-be84dfa70dde6bb072c9cc9bba0a741841f0baa2.tar.xz |
ARM: dts: rockchip: enable the hdmi output on the rk3288-firefly-reload
The vdd10_lcd and vcc18_lcd regulators need to be enabled for HDMI output
to work, so add 'regulator-always-on', just as is done in rk3288-firefly.dtsi.
Also enable i2c5, the hdmi block and configure the correc cec pin.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-firefly-reload.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3288-firefly-reload.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-firefly-reload.dts b/arch/arm/boot/dts/rk3288-firefly-reload.dts index 7da0947ababb..eab176e3dfc3 100644 --- a/arch/arm/boot/dts/rk3288-firefly-reload.dts +++ b/arch/arm/boot/dts/rk3288-firefly-reload.dts @@ -226,6 +226,13 @@ }; }; +&hdmi { + ddc-i2c-bus = <&i2c5>; + pinctrl-names = "default"; + pinctrl-0 = <&hdmi_cec_c0>; + status = "okay"; +}; + &i2c0 { hym8563: hym8563@51 { compatible = "haoyu,hym8563"; @@ -255,6 +262,10 @@ }; }; +&i2c5 { + status = "okay"; +}; + &i2s { status = "okay"; }; |