提交 e51b999e 编写于 作者: J Jon Mason 提交者: 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: NJon Mason <jon.mason@broadcom.com>
Fixes: cdc36b22 ("ARM: dts: enable clock support for BCM5301X")
Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
上级 c1ae3cfa
......@@ -53,10 +53,9 @@
};
&uart0 {
clock-frequency = <62499840>;
status = "okay";
};
&uart1 {
clock-frequency = <62499840>;
status = "okay";
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册