ARM: bcm2835: add label for uart0
authorStefan Wahren <stefan.wahren@i2se.com>
Fri, 2 Oct 2015 18:31:15 +0000 (18:31 +0000)
committerEric Anholt <eric@anholt.net>
Wed, 14 Oct 2015 22:34:36 +0000 (15:34 -0700)
This patch adds a label for uart0 to allow changing of uart0 pins.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
arch/arm/boot/dts/bcm2835.dtsi

index 301c73f..2029394 100644 (file)
@@ -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>;