ARM: dts: bockw: Name serial port pfc subnode after device name
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 10 Jun 2016 13:00:50 +0000 (15:00 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 14 Jun 2016 00:05:55 +0000 (09:05 +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/r8a7778-bockw.dts

index 0a0bd3b6bb401ce2c1ae999c4bce39fd063754e6..211d239d9041a8863d2de27f859e600a8d9aea76 100644 (file)
        pinctrl-0 = <&scif_clk_pins>;
        pinctrl-names = "default";
 
-       scif0_pins: serial0 {
+       scif0_pins: scif0 {
                groups = "scif0_data_a", "scif0_ctrl";
                function = "scif0";
        };