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

This avoids conflicts when adding 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/sh73a0-kzm9g.dts

index 36567cb..1df68b1 100644 (file)
                };
        };
 
-       scifa4_pins: serial4 {
+       scifa4_pins: scifa4 {
                groups = "scifa4_data", "scifa4_ctrl";
                function = "scifa4";
        };