diff options
author | Caesar Wang <wxt@rock-chips.com> | 2016-02-02 06:40:50 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-03-27 02:54:13 +0300 |
commit | cef0abefa146877019e63c4e6ae439d40d01804f (patch) | |
tree | c9ef93be3bf327f078ea9a94bf96a5d2f8d4f7bd /arch/arm/boot/dts/rk3036-kylin.dts | |
parent | b7217cf19c633dc542ba4980f8fa34933ca1d343 (diff) | |
download | linux-cef0abefa146877019e63c4e6ae439d40d01804f.tar.xz |
ARM: dts: rockchip: enable graphics support on rk3036-kylin
Enable the recently added vop and hdmi nodes on the rk3036-kylin board.
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3036-kylin.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3036-kylin.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3036-kylin.dts b/arch/arm/boot/dts/rk3036-kylin.dts index 6251d109eff4..01dd4a805c81 100644 --- a/arch/arm/boot/dts/rk3036-kylin.dts +++ b/arch/arm/boot/dts/rk3036-kylin.dts @@ -130,6 +130,10 @@ status = "okay"; }; +&hdmi { + status = "okay"; +}; + &i2c1 { clock-frequency = <400000>; @@ -385,6 +389,14 @@ status = "okay"; }; +&vop { + status = "okay"; +}; + +&vop_mmu { + status = "okay"; +}; + &pinctrl { leds { led_ctl: led-ctl { |