mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
MiQi: Add missing GPU&CPU nodes in dts
This commit is contained in:
parent
898c478b27
commit
ba1d25f0ab
@ -0,0 +1,42 @@
|
||||
From 42d58e8986d6fce9972c7f4bac614f06d28b0b8f Mon Sep 17 00:00:00 2001
|
||||
From: Ntemis <ierokipides.dem@gmail.com>
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user