arm64: dts: rockchip: enable video decoder for RK3328 EVB

This commit would enable the VDPU and RKVDEC devices.
The VDPU works in the non combo mode.

Change-Id: I643350d5a2ac17759984fda2e95fb2b82701e7cf
Signed-off-by: Randy Li <randy.li@rock-chips.com>
This commit is contained in:
Randy Li
2017-04-12 14:27:58 +08:00
committed by Tao Huang
parent 1d45a19b37
commit 61f4e7a339

View File

@@ -371,6 +371,10 @@
};
};
&rkvdec {
status = "okay";
};
&sdio {
bus-width = <4>;
cap-sd-highspeed;
@@ -435,3 +439,7 @@
&vop_mmu {
status = "okay";
};
&vpu_service {
status = "okay";
};