Commit e51b999e authored by Jon Mason's avatar Jon Mason Committed by Florian Fainelli

ARM: dts: BCM5301X: Fix UARTs on bcm953012k

The UARTs are outputting garbage on the console.  This is due to a speed
issue.  We can simply use the clock speed (which is now defined in the
DTSI file) and everything works fine.
Signed-off-by: default avatarJon Mason <jon.mason@broadcom.com>
Fixes: cdc36b22 ("ARM: dts: enable clock support for BCM5301X")
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent c1ae3cfa
......@@ -53,10 +53,9 @@ memory {
};
&uart0 {
clock-frequency = <62499840>;
status = "okay";
};
&uart1 {
clock-frequency = <62499840>;
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment