From: Geert Uytterhoeven Date: Fri, 10 Jun 2016 13:00:55 +0000 (+0200) Subject: ARM: dts: koelsch: Name serial port pfc subnodes after device names X-Git-Tag: v4.8-rc1~66^2^2~34 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b71b8346e2a4f007721d0e0373240bda9e939a7b;p=linux-2.6-block.git ARM: dts: koelsch: Name serial port pfc subnodes after device names 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 Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts index 20fbc8c36a78..73e5ecf036e1 100644 --- a/arch/arm/boot/dts/r8a7791-koelsch.dts +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts @@ -332,12 +332,12 @@ 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"; };