diff options
author | Jon Mason <jon.mason@broadcom.com> | 2017-02-08 15:37:11 -0500 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-03-05 17:09:43 -0800 |
commit | e51b999e11b84a766d78347afe9287e2c5b91c97 (patch) | |
tree | 4f6bdd2ef6dc57283c65c6d0104f5273f7d13b1f /arch/arm/boot/dts/bcm953012k.dts | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff) | |
download | linux-rt-e51b999e11b84a766d78347afe9287e2c5b91c97.tar.gz |
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: Jon Mason <jon.mason@broadcom.com>
Fixes: cdc36b22 ("ARM: dts: enable clock support for BCM5301X")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm953012k.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm953012k.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/bcm953012k.dts b/arch/arm/boot/dts/bcm953012k.dts index bfd923096a8c..da5aa8f5ffa7 100644 --- a/arch/arm/boot/dts/bcm953012k.dts +++ b/arch/arm/boot/dts/bcm953012k.dts @@ -53,10 +53,9 @@ }; &uart0 { - clock-frequency = <62499840>; + status = "okay"; }; &uart1 { - clock-frequency = <62499840>; status = "okay"; }; |