projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
027e3c0
)
arm64: dts: rockchip: enable video decoder for RK3328 EVB
author
Randy Li
<randy.li@rock-chips.com>
Wed, 12 Apr 2017 06:27:58 +0000
(14:27 +0800)
committer
Huang, 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
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/rockchip/rk3328-evb.dts
b/arch/arm64/boot/dts/rockchip/rk3328-evb.dts
index d85254a5f9f3ed50a486ef7d32642c61627dba8a..43bb09b01edeabdcdd11e809bbc5dc229ea1aeda 100644
(file)
--- a/
arch/arm64/boot/dts/rockchip/rk3328-evb.dts
+++ b/
arch/arm64/boot/dts/rockchip/rk3328-evb.dts
@@
-381,6
+381,10
@@
};
};
+&rkvdec {
+ status = "okay";
+};
+
&sdio {
bus-width = <4>;
cap-sd-highspeed;
@@
-475,3
+479,6
@@
status = "okay";
};
+&vpu_service {
+ status = "okay";
+};