|
111 | 111 | reg = <0x0>; |
112 | 112 | enable-method = "psci"; |
113 | 113 | capacity-dmips-mhz = <485>; |
114 | | - clocks = <&scmi_clk ARMCLK_L>; |
| 114 | + clocks = <&scmi_clk SCMI_ARMCLK_L>; |
115 | 115 | operating-points-v2 = <&cluster0_opp_table>; |
116 | 116 | #cooling-cells = <2>; |
117 | 117 | dynamic-power-coefficient = <120>; |
|
124 | 124 | reg = <0x1>; |
125 | 125 | enable-method = "psci"; |
126 | 126 | capacity-dmips-mhz = <485>; |
127 | | - clocks = <&scmi_clk ARMCLK_L>; |
| 127 | + clocks = <&scmi_clk SCMI_ARMCLK_L>; |
128 | 128 | operating-points-v2 = <&cluster0_opp_table>; |
129 | 129 | cpu-idle-states = <&CPU_SLEEP>; |
130 | 130 | }; |
|
135 | 135 | reg = <0x2>; |
136 | 136 | enable-method = "psci"; |
137 | 137 | capacity-dmips-mhz = <485>; |
138 | | - clocks = <&scmi_clk ARMCLK_L>; |
| 138 | + clocks = <&scmi_clk SCMI_ARMCLK_L>; |
139 | 139 | operating-points-v2 = <&cluster0_opp_table>; |
140 | 140 | cpu-idle-states = <&CPU_SLEEP>; |
141 | 141 | }; |
|
146 | 146 | reg = <0x3>; |
147 | 147 | enable-method = "psci"; |
148 | 148 | capacity-dmips-mhz = <485>; |
149 | | - clocks = <&scmi_clk ARMCLK_L>; |
| 149 | + clocks = <&scmi_clk SCMI_ARMCLK_L>; |
150 | 150 | operating-points-v2 = <&cluster0_opp_table>; |
151 | 151 | cpu-idle-states = <&CPU_SLEEP>; |
152 | 152 | }; |
|
157 | 157 | reg = <0x100>; |
158 | 158 | enable-method = "psci"; |
159 | 159 | capacity-dmips-mhz = <1024>; |
160 | | - clocks = <&scmi_clk ARMCLK_B>; |
| 160 | + clocks = <&scmi_clk SCMI_ARMCLK_B>; |
161 | 161 | operating-points-v2 = <&cluster1_opp_table>; |
162 | 162 | #cooling-cells = <2>; |
163 | 163 | dynamic-power-coefficient = <320>; |
|
170 | 170 | reg = <0x101>; |
171 | 171 | enable-method = "psci"; |
172 | 172 | capacity-dmips-mhz = <1024>; |
173 | | - clocks = <&scmi_clk ARMCLK_B>; |
| 173 | + clocks = <&scmi_clk SCMI_ARMCLK_B>; |
174 | 174 | operating-points-v2 = <&cluster1_opp_table>; |
175 | 175 | cpu-idle-states = <&CPU_SLEEP>; |
176 | 176 | }; |
|
181 | 181 | reg = <0x102>; |
182 | 182 | enable-method = "psci"; |
183 | 183 | capacity-dmips-mhz = <1024>; |
184 | | - clocks = <&scmi_clk ARMCLK_B>; |
| 184 | + clocks = <&scmi_clk SCMI_ARMCLK_B>; |
185 | 185 | operating-points-v2 = <&cluster1_opp_table>; |
186 | 186 | cpu-idle-states = <&CPU_SLEEP>; |
187 | 187 | }; |
|
192 | 192 | reg = <0x103>; |
193 | 193 | enable-method = "psci"; |
194 | 194 | capacity-dmips-mhz = <1024>; |
195 | | - clocks = <&scmi_clk ARMCLK_B>; |
| 195 | + clocks = <&scmi_clk SCMI_ARMCLK_B>; |
196 | 196 | operating-points-v2 = <&cluster1_opp_table>; |
197 | 197 | cpu-idle-states = <&CPU_SLEEP>; |
198 | 198 | }; |
|
932 | 932 | gpu: gpu@27800000 { |
933 | 933 | compatible = "rockchip,rk3576-mali", "arm,mali-bifrost"; |
934 | 934 | reg = <0x0 0x27800000 0x0 0x200000>; |
935 | | - assigned-clocks = <&scmi_clk CLK_GPU>; |
| 935 | + assigned-clocks = <&scmi_clk SCMI_CLK_GPU>; |
936 | 936 | assigned-clock-rates = <198000000>; |
937 | 937 | clocks = <&cru CLK_GPU>; |
938 | 938 | clock-names = "core"; |
|
0 commit comments