Skip to content

Commit 868b70b

Browse files
pcercueitsbogend
authored andcommitted
MIPS: DTS: CI20: Parent MSCMUX clock to MPLL
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>
1 parent 5fe60d3 commit 868b70b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

arch/mips/boot/dts/ingenic/ci20.dts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,11 @@
129129
*/
130130
assigned-clocks = <&cgu JZ4780_CLK_OTGPHY>, <&cgu JZ4780_CLK_RTC>,
131131
<&cgu JZ4780_CLK_SSIPLL>, <&cgu JZ4780_CLK_SSI>,
132-
<&cgu JZ4780_CLK_HDMI>;
132+
<&cgu JZ4780_CLK_HDMI>, <&cgu JZ4780_CLK_MSCMUX>;
133133
assigned-clock-parents = <0>, <&cgu JZ4780_CLK_RTCLK>,
134134
<&cgu JZ4780_CLK_MPLL>,
135-
<&cgu JZ4780_CLK_SSIPLL>;
135+
<&cgu JZ4780_CLK_SSIPLL>,
136+
<0>, <&cgu JZ4780_CLK_MPLL>;
136137
assigned-clock-rates = <48000000>, <0>, <54000000>, <0>, <27000000>;
137138
};
138139

0 commit comments

Comments
 (0)