Skip to content

Commit 41903f7

Browse files
committed
MIPS: Ci20: Increase MMC0 max-frequency in DT node
The closest clockspeed to 48Mhz that the MSC supports is 50Mhz. However, as this is greater than 48Mhz the MSC clock divider is increased - causing the clock speed to become 25Mhz. Signed-off-by: Harvey Hunt <harvey.hunt@imgtec.com>
1 parent 2976468 commit 41903f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/boot/dts/ci20.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125

126126
&msc0 {
127127
bus-width = <4>;
128-
max-frequency = <48000000>;
128+
max-frequency = <50000000>;
129129
cd-gpios = <&gpf 20 GPIO_ACTIVE_LOW>;
130130

131131
pinctrl-names = "default";

0 commit comments

Comments
 (0)