mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
arm64: dts: rockchip: rk3568: Add 'nvmem-cells' property for cpu and gpu
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com> Change-Id: I507d1851a0f6a200988fe22ce5e144cfd2ce7819
This commit is contained in:
@@ -97,6 +97,9 @@
|
||||
compatible = "operating-points-v2";
|
||||
opp-shared;
|
||||
|
||||
nvmem-cells = <&cpu_leakage>;
|
||||
nvmem-cell-names = "leakage";
|
||||
|
||||
opp-408000000 {
|
||||
opp-hz = /bits/ 64 <408000000>;
|
||||
opp-microvolt = <825000 825000 1150000>;
|
||||
@@ -970,6 +973,9 @@
|
||||
gpu_opp_table: opp-table2 {
|
||||
compatible = "operating-points-v2";
|
||||
|
||||
nvmem-cells = <&gpu_leakage>;
|
||||
nvmem-cell-names = "leakage";
|
||||
|
||||
opp-200000000 {
|
||||
opp-hz = /bits/ 64 <200000000>;
|
||||
opp-microvolt = <825000>;
|
||||
|
||||
Reference in New Issue
Block a user