diff options
author | Heiko Stuebner <heiko@sntech.de> | 2017-12-09 18:11:45 -0500 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-09-28 07:18:37 -0400 |
commit | e78d53c7b2873e0724eb765a88ccde42560b0e05 (patch) | |
tree | bb8b223c74471a235a3ed6c54941af93d37b7f07 | |
parent | 725e351c265a8d78b104b7c7a07e3fd4a85a126f (diff) |
arm64: dts: rockchip: enable display nodes on rk3328-rock64
Enable necessary nodes to get output on the hdmi port of the board.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3328-rock64.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts index 2170cf63845e..dc20145dd393 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts +++ b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts | |||
@@ -125,6 +125,14 @@ | |||
125 | status = "okay"; | 125 | status = "okay"; |
126 | }; | 126 | }; |
127 | 127 | ||
128 | &hdmi { | ||
129 | status = "okay"; | ||
130 | }; | ||
131 | |||
132 | &hdmiphy { | ||
133 | status = "okay"; | ||
134 | }; | ||
135 | |||
128 | &i2c1 { | 136 | &i2c1 { |
129 | status = "okay"; | 137 | status = "okay"; |
130 | 138 | ||
@@ -336,3 +344,11 @@ | |||
336 | &usb_host0_ohci { | 344 | &usb_host0_ohci { |
337 | status = "okay"; | 345 | status = "okay"; |
338 | }; | 346 | }; |
347 | |||
348 | &vop { | ||
349 | status = "okay"; | ||
350 | }; | ||
351 | |||
352 | &vop_mmu { | ||
353 | status = "okay"; | ||
354 | }; | ||