]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: BCM5301X: Fix UARTs on bcm953012k
authorJon Mason <jon.mason@broadcom.com>
Wed, 8 Feb 2017 20:37:11 +0000 (15:37 -0500)
committerFlorian Fainelli <f.fainelli@gmail.com>
Mon, 6 Mar 2017 01:09:43 +0000 (17:09 -0800)
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: Jon Mason <jon.mason@broadcom.com>
Fixes: cdc36b22 ("ARM: dts: enable clock support for BCM5301X")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm953012k.dts

index bfd923096a8c1f5487b4bed2302ee8c784c395c7..da5aa8f5ffa7f9764384f2eddb91a97d0f71be32 100644 (file)
@@ -53,10 +53,9 @@ memory {
 };
 
 &uart0 {
-       clock-frequency = <62499840>;
+       status = "okay";
 };
 
 &uart1 {
-       clock-frequency = <62499840>;
        status = "okay";
 };