From: Geert Uytterhoeven Date: Fri, 10 Jun 2016 13:00:59 +0000 (+0200) Subject: ARM: dts: gose: Name serial port pfc subnodes after device names X-Git-Tag: v4.8-rc1~66^2^2~30 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=167d34af3d8b3b66dc57f60f473a1a1f4ca3cb9d;p=cascardo%2Flinux.git ARM: dts: gose: 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/r8a7793-gose.dts b/arch/arm/boot/dts/r8a7793-gose.dts index f748360ee857..995e1e0fb1ff 100644 --- a/arch/arm/boot/dts/r8a7793-gose.dts +++ b/arch/arm/boot/dts/r8a7793-gose.dts @@ -320,12 +320,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"; };