ARM: dts: gose: Name serial port pfc subnodes after device names
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 10 Jun 2016 13:00:59 +0000 (15:00 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 14 Jun 2016 00:08:28 +0000 (09:08 +0900)
Name the Pin Function Controller subnodes for SCIF0 and SCIF1 after
their device names, instead of after the serial port aliases.

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/r8a7793-gose.dts

index f748360ee85712f1afbb99d4407a6fff8a3cdef1..995e1e0fb1ff4f57837e119cd578868533d77d64 100644 (file)
                function = "du";
        };
 
-       scif0_pins: serial0 {
+       scif0_pins: scif0 {
                groups = "scif0_data_d";
                function = "scif0";
        };
 
-       scif1_pins: serial1 {
+       scif1_pins: scif1 {
                groups = "scif1_data_d";
                function = "scif1";
        };