aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Wahren <[email protected]>2015-10-02 18:31:15 +0000
committerEric Anholt <[email protected]>2015-10-14 15:34:36 -0700
commit755f121efede867a176bf016f307dc933119d620 (patch)
tree383b5c441baeda59fcd5755d4b2c3ba834044fc3
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff)
ARM: bcm2835: add label for uart0
This patch adds a label for uart0 to allow changing of uart0 pins. Signed-off-by: Stefan Wahren <[email protected]> Acked-by: Stephen Warren <[email protected]> Signed-off-by: Eric Anholt <[email protected]>
-rw-r--r--arch/arm/boot/dts/bcm2835.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm2835.dtsi b/arch/arm/boot/dts/bcm2835.dtsi
index 301c73f4ca33..202939486598 100644
--- a/arch/arm/boot/dts/bcm2835.dtsi
+++ b/arch/arm/boot/dts/bcm2835.dtsi
@@ -92,7 +92,7 @@
#interrupt-cells = <2>;
};
- uart@7e201000 {
+ uart0: uart@7e201000 {
compatible = "brcm,bcm2835-pl011", "arm,pl011", "arm,primecell";
reg = <0x7e201000 0x1000>;
interrupts = <2 25>;