[PATCH V3 1/4] ARM: bcm2835: follow dt uart node-naming convention

kernel at martin.sperl.org kernel at martin.sperl.org
Sun Jan 17 04:15:28 PST 2016


From: Martin Sperl <kernel at martin.sperl.org>

This patch fixes the naming of the device tree node: uart at 7e201000
to conform to the standard of: serial at 7e201000

Signed-off-by: Martin Sperl <kernel at martin.sperl.org>
---
 arch/arm/boot/dts/bcm2835.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/bcm2835.dtsi b/arch/arm/boot/dts/bcm2835.dtsi
index aef64de..b37a088 100644
--- a/arch/arm/boot/dts/bcm2835.dtsi
+++ b/arch/arm/boot/dts/bcm2835.dtsi
@@ -108,7 +108,7 @@
 			#interrupt-cells = <2>;
 		};
 
-		uart0: uart at 7e201000 {
+		uart0: serial at 7e201000 {
 			compatible = "brcm,bcm2835-pl011", "arm,pl011", "arm,primecell";
 			reg = <0x7e201000 0x1000>;
 			interrupts = <2 25>;
-- 
1.7.10.4




More information about the linux-rpi-kernel mailing list