mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user