arm64: dts: rockchip: rk3528: set otp-opp-info for cpu/gpu/dmc

Signed-off-by: Liang Chen <cl@rock-chips.com>
Change-Id: Ie0bcaf096c423a942e91a057b98cefda5111a971
This commit is contained in:
Liang Chen
2023-02-14 17:25:50 +08:00
committed by Tao Huang
parent c44ab0fa47
commit 1c4ec7310b

View File

@@ -144,8 +144,8 @@
compatible = "operating-points-v2";
opp-shared;
nvmem-cells = <&cpu_leakage>;
nvmem-cell-names = "leakage";
nvmem-cells = <&cpu_leakage>, <&cpu_opp_info>;
nvmem-cell-names = "leakage", "opp-info";
rockchip,video-4k-freq = <1200000>;
rockchip,pvtm-voltage-sel = <
@@ -882,8 +882,8 @@
gpu_opp_table: gpu-opp-table {
compatible = "operating-points-v2";
nvmem-cells = <&gpu_leakage>;
nvmem-cell-names = "leakage";
nvmem-cells = <&gpu_leakage>, <&gpu_opp_info>;
nvmem-cell-names = "leakage", "opp-info";
rockchip,pvtm-voltage-sel = <
0 820 0
@@ -2039,6 +2039,15 @@
macphy_txlevel: macphy-txlevel@2e {
reg = <0x2e 0x2>;
};
cpu_opp_info: cpu-opp-info@32 {
reg = <0x32 0x6>;
};
gpu_opp_info: gpu-opp-info@38 {
reg = <0x38 0x6>;
};
dmc_opp_info: dmc-opp-info@3e {
reg = <0x3e 0x6>;
};
};
dmac: dma-controller@ffd60000 {