diff options
author | Martin Sperl <kernel@martin.sperl.org> | 2016-01-17 15:15:28 +0300 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-02-03 05:01:26 +0300 |
commit | 68e2ef17a54401603c927e2bccf5e8ac8d5da9d3 (patch) | |
tree | 9a93c6032a695bbded77289ed64f6c3787f92e31 /arch/arm/boot/dts/bcm283x.dtsi | |
parent | 40ad4499bafa0202f3a1880fc43718ae3a3e2c24 (diff) | |
download | linux-68e2ef17a54401603c927e2bccf5e8ac8d5da9d3.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/bcm283x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm283x.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi index e4a279261d72..c003f2d77de5 100644 --- a/arch/arm/boot/dts/bcm283x.dtsi +++ b/arch/arm/boot/dts/bcm283x.dtsi @@ -112,7 +112,7 @@ #interrupt-cells = <2>; }; - uart0: uart@7e201000 { + uart0: serial@7e201000 { compatible = "brcm,bcm2835-pl011", "arm,pl011", "arm,primecell"; reg = <0x7e201000 0x1000>; interrupts = <2 25>; |