Skip to content

Commit ec7d12f

Browse files
lkundrakarndb
authored andcommitted
ARM: dts: mmp3: Use the MMP3 compatible string for /clocks
Clocks are in fact slightly different on MMP3. In particular, PLL2 is fixed to a different frequency, there's an extra PLL3, and the GPU clocks are configured differently. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lubomir Rintel <[email protected]> Cc: <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 0e698df commit ec7d12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/mmp3.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@
531531
};
532532

533533
soc_clocks: clocks@d4050000 {
534-
compatible = "marvell,mmp2-clock";
534+
compatible = "marvell,mmp3-clock";
535535
reg = <0xd4050000 0x1000>,
536536
<0xd4282800 0x400>,
537537
<0xd4015000 0x1000>;

0 commit comments

Comments
 (0)