ARM: dts: porter: Name serial port pfc subnode after device name
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 10 Jun 2016 13:00:57 +0000 (15:00 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 14 Jun 2016 00:08:01 +0000 (09:08 +0900)
Name the Pin Function Controller subnode for SCIF0 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/r8a7791-porter.dts

index e9151e9..85d109a 100644 (file)
 };
 
 &pfc {
-       scif0_pins: serial0 {
+       scif0_pins: scif0 {
                groups = "scif0_data_d";
                function = "scif0";
        };