diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2020-04-19 20:11:56 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-05-22 00:34:22 +0300 |
commit | ec7d12faf81de983efce8ff23f41c5d1bff14c41 (patch) | |
tree | 8530ea9ac7a50c9063d3d62b51982e9302939d2a /arch/arm/boot/dts/mmp3.dtsi | |
parent | 0e698dfa282211e414076f9dc7e83c1c288314fd (diff) | |
download | linux-ec7d12faf81de983efce8ff23f41c5d1bff14c41.tar.xz |
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/20200419171157.672999-15-lkundrak@v3.sk
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Cc: <stable@vger.kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/mmp3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/mmp3.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/mmp3.dtsi b/arch/arm/boot/dts/mmp3.dtsi index 9b5087a95e73..9df03ba48b21 100644 --- a/arch/arm/boot/dts/mmp3.dtsi +++ b/arch/arm/boot/dts/mmp3.dtsi @@ -531,7 +531,7 @@ }; soc_clocks: clocks@d4050000 { - compatible = "marvell,mmp2-clock"; + compatible = "marvell,mmp3-clock"; reg = <0xd4050000 0x1000>, <0xd4282800 0x400>, <0xd4015000 0x1000>; |