Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: bcm2835: follow dt uart node-naming convention

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

Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
[anholt: Rebased on 2835.dtsi -> 283x.dtsi change]
Signed-off-by: Eric Anholt <eric@anholt.net>

authored by

Martin Sperl and committed by
Eric Anholt
68e2ef17 40ad4499

+1 -1
+1 -1
arch/arm/boot/dts/bcm283x.dtsi
··· 112 112 #interrupt-cells = <2>; 113 113 }; 114 114 115 - uart0: uart@7e201000 { 115 + uart0: serial@7e201000 { 116 116 compatible = "brcm,bcm2835-pl011", "arm,pl011", "arm,primecell"; 117 117 reg = <0x7e201000 0x1000>; 118 118 interrupts = <2 25>;