arm64: dts: rockchip: enable video decoder for RK3328 EVB
authorRandy Li <randy.li@rock-chips.com>
Wed, 12 Apr 2017 06:27:58 +0000 (14:27 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 6 Jun 2017 09:45:31 +0000 (17:45 +0800)
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>
arch/arm64/boot/dts/rockchip/rk3328-evb.dts

index d85254a5f9f3ed50a486ef7d32642c61627dba8a..43bb09b01edeabdcdd11e809bbc5dc229ea1aeda 100644 (file)
        };
 };
 
+&rkvdec {
+       status = "okay";
+};
+
 &sdio {
        bus-width = <4>;
        cap-sd-highspeed;
        status = "okay";
 };
 
+&vpu_service {
+       status = "okay";
+};