mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-01 11:41:42 +00:00
[ allwinner H6 / DEV ] Add another OPP
This commit is contained in:
parent
80db9e3e40
commit
d11511ab2d
1 changed files with 8 additions and 2 deletions
|
@ -2,11 +2,17 @@ diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi b/arch/arm64/boot/dts/
|
||||||
index bec8c4a4..f0566d2b 100644
|
index bec8c4a4..f0566d2b 100644
|
||||||
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
|
||||||
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
|
||||||
@@ -59,6 +59,12 @@
|
@@ -59,6 +59,18 @@
|
||||||
opp-microvolt = <1060000>;
|
opp-microvolt = <1060000>;
|
||||||
clock-latency-ns = <244144>; /* 8 32k periods */
|
clock-latency-ns = <244144>; /* 8 32k periods */
|
||||||
};
|
};
|
||||||
+
|
+
|
||||||
|
+ opp@1640000000 {
|
||||||
|
+ opp-hz = /bits/ 64 <1640000000>;
|
||||||
|
+ opp-microvolt = <1160000>;
|
||||||
|
+ clock-latency-ns = <244144>; /* 8 32k periods */
|
||||||
|
+ };
|
||||||
|
+
|
||||||
+ opp@1800000000 {
|
+ opp@1800000000 {
|
||||||
+ opp-hz = /bits/ 64 <1800000000>;
|
+ opp-hz = /bits/ 64 <1800000000>;
|
||||||
+ opp-microvolt = <1160000>;
|
+ opp-microvolt = <1160000>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue