MIPS: DTS: CI20: Parent MSCMUX clock to MPLL
authorPaul Cercueil <paul@crapouillou.net>
Sun, 4 Jun 2023 14:56:39 +0000 (16:56 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 9 Jun 2023 07:55:38 +0000 (09:55 +0200)
This makes it possible to clock the SD cards much higher, as the MPLL is
running at 1.2 GHz by default. The previous parent was the EXT clock,
which caused the SD cards to be clocked at 24 MHz maximum.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/dts/ingenic/ci20.dts

index b7dbafa1f85dfd20f18b1048c02e95ca4fe2b580..bdbd064c90e1b88846d5618ac1a8a6177d608138 100644 (file)
         */
        assigned-clocks = <&cgu JZ4780_CLK_OTGPHY>, <&cgu JZ4780_CLK_RTC>,
                          <&cgu JZ4780_CLK_SSIPLL>, <&cgu JZ4780_CLK_SSI>,
-                         <&cgu JZ4780_CLK_HDMI>;
+                         <&cgu JZ4780_CLK_HDMI>, <&cgu JZ4780_CLK_MSCMUX>;
        assigned-clock-parents = <0>, <&cgu JZ4780_CLK_RTCLK>,
                                 <&cgu JZ4780_CLK_MPLL>,
-                                <&cgu JZ4780_CLK_SSIPLL>;
+                                <&cgu JZ4780_CLK_SSIPLL>,
+                                <0>, <&cgu JZ4780_CLK_MPLL>;
        assigned-clock-rates = <48000000>, <0>, <54000000>, <0>, <27000000>;
 };