From ba1d25f0abffdc34aef9d75d576d22b73d219513 Mon Sep 17 00:00:00 2001 From: Ntemis Date: Wed, 30 Dec 2020 00:35:03 +0200 Subject: [PATCH] MiQi: Add missing GPU&CPU nodes in dts --- ...iQi-Add-missing-GPU-CPU-nodes-in-dts.patch | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 projects/Rockchip/patches/linux/default/linux-0002-MiQi-Add-missing-GPU-CPU-nodes-in-dts.patch diff --git a/projects/Rockchip/patches/linux/default/linux-0002-MiQi-Add-missing-GPU-CPU-nodes-in-dts.patch b/projects/Rockchip/patches/linux/default/linux-0002-MiQi-Add-missing-GPU-CPU-nodes-in-dts.patch new file mode 100644 index 0000000000..779fa2c424 --- /dev/null +++ b/projects/Rockchip/patches/linux/default/linux-0002-MiQi-Add-missing-GPU-CPU-nodes-in-dts.patch @@ -0,0 +1,42 @@ +From 42d58e8986d6fce9972c7f4bac614f06d28b0b8f Mon Sep 17 00:00:00 2001 +From: Ntemis +Date: Wed, 30 Dec 2020 00:31:42 +0200 +Subject: [PATCH] MiQi: Add missing GPU&CPU nodes in dts + +--- + arch/arm/boot/dts/rk3288-miqi.dts | 12 ++++++++++++ + 1 file changed, 12 insertions(+) + +diff --git a/arch/arm/boot/dts/rk3288-miqi.dts b/arch/arm/boot/dts/rk3288-miqi.dts +index cf54d5fff..40beaba54 100644 +--- a/arch/arm/boot/dts/rk3288-miqi.dts ++++ b/arch/arm/boot/dts/rk3288-miqi.dts +@@ -96,6 +96,13 @@ &cpu3 { + cpu-supply = <&vdd_cpu>; + }; + ++&cpu_opp_table { ++ opp-1704000000 { ++ opp-hz = /bits/ 64 <1704000000>; ++ opp-microvolt = <1350000>; ++ }; ++}; ++ + &emmc { + bus-width = <8>; + cap-mmc-highspeed; +@@ -123,6 +130,11 @@ &gmac { + status = "okay"; + }; + ++&gpu { ++ mali-supply = <&vdd_gpu>; ++ status = "okay"; ++}; ++ + &hdmi { + ddc-i2c-bus = <&i2c5>; + status = "okay"; +-- +2.25.1 +