rockchip64: fix rk3318-box cpu voltages (#3976)

This commit is contained in:
Paolo 2022-07-09 16:30:16 +02:00 committed by GitHub
parent 21003d4c85
commit 0310f95505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -370,13 +370,13 @@ index 00000000000..28acf1fe127
+ };
+ opp-1200000000 {
+ opp-hz = /bits/ 64 <1200000000>;
+ opp-microvolt = <1150000>;
+ opp-microvolt = <1200000>;
+ clock-latency-ns = <40000>;
+ status = "disabled";
+ };
+ opp-1296000000 {
+ opp-hz = /bits/ 64 <1296000000>;
+ opp-microvolt = <1200000>;
+ opp-microvolt = <1275000>;
+ clock-latency-ns = <40000>;
+ status = "disabled";
+ };

View File

@ -370,13 +370,13 @@ index 00000000000..28acf1fe127
+ };
+ opp-1200000000 {
+ opp-hz = /bits/ 64 <1200000000>;
+ opp-microvolt = <1150000>;
+ opp-microvolt = <1200000>;
+ clock-latency-ns = <40000>;
+ status = "disabled";
+ };
+ opp-1296000000 {
+ opp-hz = /bits/ 64 <1296000000>;
+ opp-microvolt = <1200000>;
+ opp-microvolt = <1275000>;
+ clock-latency-ns = <40000>;
+ status = "disabled";
+ };