ARM: dts: silk: Name serial port pfc subnode after device name
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 10 Jun 2016 13:01:03 +0000 (15:01 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 14 Jun 2016 00:11:13 +0000 (09:11 +0900)
Name the Pin Function Controller subnode for SCIF2 after its device
name, instead of using some arbitrary name that looks like a serial port
alias, but differs from the actual 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/r8a7794-silk.dts

index b8c7a63c5ec456bc832649ff0fb625a6bd961d87..7e88f6fe55cdcc02c27936ab7abbe4c8ccd16c15 100644 (file)
        pinctrl-0 = <&scif_clk_pins>;
        pinctrl-names = "default";
 
-       scif2_pins: serial2 {
+       scif2_pins: scif2 {
                groups = "scif2_data";
                function = "scif2";
        };