diff options
author | Jeffy Chen <jeffy.chen@rock-chips.com> | 2017-10-19 06:48:03 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-12-04 20:40:39 +0300 |
commit | 926be875fb4811f92228c8332822bd26cb0def93 (patch) | |
tree | e652db40103934d7071632e90959ae52eefe3001 /arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | |
parent | c856cb5d4b6a6d269d8b817f1068325150f69fdb (diff) | |
download | linux-926be875fb4811f92228c8332822bd26cb0def93.tar.xz |
arm64: dts: rockchip: Enable edp disaplay on kevin
Add edp panel and enable related nodes on kevin.
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
Reviewed-by: Mark Yao <mark.yao@rock-chips.com>
Tested-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi index 5772c52fbfd3..470105d651c2 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi @@ -927,6 +927,22 @@ ap_i2c_audio: &i2c8 { dr_mode = "host"; }; +&vopb { + status = "okay"; +}; + +&vopb_mmu { + status = "okay"; +}; + +&vopl { + status = "okay"; +}; + +&vopl_mmu { + status = "okay"; +}; + #include <arm/cros-ec-keyboard.dtsi> #include <arm/cros-ec-sbs.dtsi> |