ARM: dts: armadillo800eva: Name serial port pfc subnode after device name
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 10 Jun 2016 13:00:49 +0000 (15:00 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 14 Jun 2016 00:05:41 +0000 (09:05 +0900)
Name the Pin Function Controller subnode for SCIFA1 after its device
name, instead of after the serial port alias.

This avoids conflicts when enabling support for more serial ports later,
either here or in a DT overlay.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7740-armadillo800eva.dts

index 1620495..6866f61 100644 (file)
                function = "gether";
        };
 
-       scifa1_pins: serial1 {
+       scifa1_pins: scifa1 {
                groups = "scifa1_data";
                function = "scifa1";
        };