Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1577066

[PATCH 1/2] ARM: dts: BCM5301X: Fix UARTs on bcm953012k

From Jon Mason <jon.mason@broadcom.com>
Newsgroups linux.kernel
Subject [PATCH 1/2] ARM: dts: BCM5301X: Fix UARTs on bcm953012k
Date 2017-02-08 22:10 +0100
Message-ID <t8HF0-5pA-17@gated-at.bofh.it> (permalink)
References <t8HF0-5pA-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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")
---
 arch/arm/boot/dts/bcm953012k.dts | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/bcm953012k.dts b/arch/arm/boot/dts/bcm953012k.dts
index bfd9230..da5aa8f 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";
 };
-- 
2.7.4

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 1/2] ARM: dts: BCM5301X: Fix UARTs on bcm953012k Jon Mason <jon.mason@broadcom.com> - 2017-02-08 22:10 +0100

csiph-web