Skip to content

Commit

Permalink
MIPS: Ci20: Increase MMC0 max-frequency in DT node
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
HarveyHunt committed Jul 23, 2015
1 parent 2976468 commit 41903f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/boot/dts/ci20.dts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@

&msc0 {
bus-width = <4>;
max-frequency = <48000000>;
max-frequency = <50000000>;
cd-gpios = <&gpf 20 GPIO_ACTIVE_LOW>;

pinctrl-names = "default";
Expand Down

0 comments on commit 41903f7

Please sign in to comment.