Skip to content

Commit a543293

Browse files
passgatbebarino
authored andcommitted
ARM: dts: am33xx-clocks: add spread spectrum support
Registers for adjusting the spread spectrum clocking (SSC) have been added. As reported by the TI spruh73x RM, SSC is supported only for LCD and MPU PLLs, but the CM_SSC_DELTAMSTEP_DPLL_XXX and CM_SSC_MODFREQDIV_DPLL_XXX registers, as well as the enable field in the CM_CLKMODE_DPLL_XXX registers are mapped for all PLLs (CORE, MPU, DDR, PER, DISP). Signed-off-by: Dario Binacchi <[email protected]> Acked-by: Tony Lindgren <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 4a8bc26 commit a543293

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

arch/arm/boot/dts/am33xx-clocks.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
#clock-cells = <0>;
165165
compatible = "ti,am3-dpll-core-clock";
166166
clocks = <&sys_clkin_ck>, <&sys_clkin_ck>;
167-
reg = <0x0490>, <0x045c>, <0x0468>;
167+
reg = <0x0490>, <0x045c>, <0x0468>, <0x0460>, <0x0464>;
168168
};
169169

170170
dpll_core_x2_ck: dpll_core_x2_ck {
@@ -204,7 +204,7 @@
204204
#clock-cells = <0>;
205205
compatible = "ti,am3-dpll-clock";
206206
clocks = <&sys_clkin_ck>, <&sys_clkin_ck>;
207-
reg = <0x0488>, <0x0420>, <0x042c>;
207+
reg = <0x0488>, <0x0420>, <0x042c>, <0x0424>, <0x0428>;
208208
};
209209

210210
dpll_mpu_m2_ck: dpll_mpu_m2_ck@4a8 {
@@ -220,7 +220,7 @@
220220
#clock-cells = <0>;
221221
compatible = "ti,am3-dpll-no-gate-clock";
222222
clocks = <&sys_clkin_ck>, <&sys_clkin_ck>;
223-
reg = <0x0494>, <0x0434>, <0x0440>;
223+
reg = <0x0494>, <0x0434>, <0x0440>, <0x0438>, <0x043c>;
224224
};
225225

226226
dpll_ddr_m2_ck: dpll_ddr_m2_ck@4a0 {
@@ -244,7 +244,7 @@
244244
#clock-cells = <0>;
245245
compatible = "ti,am3-dpll-no-gate-clock";
246246
clocks = <&sys_clkin_ck>, <&sys_clkin_ck>;
247-
reg = <0x0498>, <0x0448>, <0x0454>;
247+
reg = <0x0498>, <0x0448>, <0x0454>, <0x044c>, <0x0450>;
248248
};
249249

250250
dpll_disp_m2_ck: dpll_disp_m2_ck@4a4 {
@@ -261,7 +261,7 @@
261261
#clock-cells = <0>;
262262
compatible = "ti,am3-dpll-no-gate-j-type-clock";
263263
clocks = <&sys_clkin_ck>, <&sys_clkin_ck>;
264-
reg = <0x048c>, <0x0470>, <0x049c>;
264+
reg = <0x048c>, <0x0470>, <0x049c>, <0x0474>, <0x0478>;
265265
};
266266

267267
dpll_per_m2_ck: dpll_per_m2_ck@4ac {

0 commit comments

Comments
 (0)