mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-05 22:01:35 +00:00
Update rockchip DEV kernel config and added experimentral Mali / Vcodec patch
This commit is contained in:
parent
1126801cb4
commit
6dc6102809
2 changed files with 40 additions and 0 deletions
|
@ -4399,6 +4399,7 @@ CONFIG_PNFS_FLEXFILE_LAYOUT=m
|
|||
CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
|
||||
# CONFIG_NFS_V4_1_MIGRATION is not set
|
||||
CONFIG_NFS_V4_SECURITY_LABEL=y
|
||||
CONFIG_ROOT_NFS=y
|
||||
CONFIG_NFS_FSCACHE=y
|
||||
# CONFIG_NFS_USE_LEGACY_DNS is not set
|
||||
CONFIG_NFS_USE_KERNEL_DNS=y
|
||||
|
|
|
@ -0,0 +1,39 @@
|
|||
From 3fcf96ade43019f1bb28af2aeb585070818bbb9b Mon Sep 17 00:00:00 2001
|
||||
From: Myy <myy@miouyouyou.fr>
|
||||
Date: Fri, 28 Apr 2017 08:24:32 +0000
|
||||
Subject: [PATCH 2/2] First Mali integration test for ASUS Tinkerboards
|
||||
|
||||
This is not tested !
|
||||
|
||||
This *should* enable the Mali and VCodec drivers support.
|
||||
|
||||
Signed-off-by: Myy <myy@miouyouyou.fr>
|
||||
---
|
||||
arch/arm/boot/dts/rk3288-miniarm.dts | 14 ++++++++++++++
|
||||
1 file changed, 14 insertions(+)
|
||||
|
||||
diff --git a/arch/arm/boot/dts/rk3288-miniarm.dts b/arch/arm/boot/dts/rk3288-miniarm.dts
|
||||
index 9ccea00..f796568 100644
|
||||
--- a/arch/arm/boot/dts/rk3288-miniarm.dts
|
||||
+++ b/arch/arm/boot/dts/rk3288-miniarm.dts
|
||||
@@ -535,3 +535,17 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
+/* Support for Mali and Video codecs services */
|
||||
+&gpu {
|
||||
+ mali-supply = <&vdd_gpu>;
|
||||
+ status = "okay";
|
||||
+};
|
||||
+
|
||||
+&hevc_service {
|
||||
+ status = "okay";
|
||||
+};
|
||||
+
|
||||
+&vpu_service {
|
||||
+ status = "okay";
|
||||
+};
|
||||
+
|
||||
--
|
||||
2.10.2
|
||||
|
Loading…
Add table
Reference in a new issue