diff --git a/config/kernel/linux-rockchip-dev.config b/config/kernel/linux-rockchip-dev.config index e467a095b..1929bd0b0 100644 --- a/config/kernel/linux-rockchip-dev.config +++ b/config/kernel/linux-rockchip-dev.config @@ -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 diff --git a/patch/kernel/rockchip-dev/9101-First-Mali-integration-test-for-ASUS-Tinkerboards.patch b/patch/kernel/rockchip-dev/9101-First-Mali-integration-test-for-ASUS-Tinkerboards.patch new file mode 100644 index 000000000..e80fb8f7c --- /dev/null +++ b/patch/kernel/rockchip-dev/9101-First-Mali-integration-test-for-ASUS-Tinkerboards.patch @@ -0,0 +1,39 @@ +From 3fcf96ade43019f1bb28af2aeb585070818bbb9b Mon Sep 17 00:00:00 2001 +From: Myy +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 +--- + 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 +