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:
226115c
)
ARM: dts: rockchip: turn the gpu and vpu on for rk3288 fennec
author
Xing Zheng
<zhengxing@rock-chips.com>
Mon, 11 Jul 2016 11:12:51 +0000
(19:12 +0800)
committer
Xing Zheng
<zhengxing@rock-chips.com>
Mon, 11 Jul 2016 11:12:51 +0000
(19:12 +0800)
Because there are not the gpu and vpu dts nodes in the rk3288-dtsi
on the upstream, and we need to these feature for Rockchip Release
Platform. Let's support them.
Change-Id: I890aeb139476dca26f760db4603bf63a55aa4084
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
arch/arm/boot/dts/rk3288-fennec.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/rk3288-fennec.dts
b/arch/arm/boot/dts/rk3288-fennec.dts
index 2e3c34135ed8fe25342f36a71c0426b3ee7acbaf..c06d812169697f69a13ce3aa09501130b3d9bfd1 100644
(file)
--- a/
arch/arm/boot/dts/rk3288-fennec.dts
+++ b/
arch/arm/boot/dts/rk3288-fennec.dts
@@
-99,6
+99,11
@@
status = "okay";
};
+&gpu {
+ mali-supply = <&vdd_gpu>;
+ status = "okay";
+};
+
&hdmi {
status = "okay";
};
@@
-380,3
+385,7
@@
&vopl_mmu {
status = "okay";
};
+
+&vpu {
+ status = "okay";
+};