From: Geert Uytterhoeven Date: Fri, 10 Jun 2016 13:00:57 +0000 (+0200) Subject: ARM: dts: porter: Name serial port pfc subnode after device name X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a1cd3c55d3fcb0003e1dfc5f87131c6689b52944;p=linux-beck.git ARM: dts: porter: Name serial port pfc subnode after device name 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 Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7791-porter.dts b/arch/arm/boot/dts/r8a7791-porter.dts index e9151e946da8..85d109a5f43c 100644 --- a/arch/arm/boot/dts/r8a7791-porter.dts +++ b/arch/arm/boot/dts/r8a7791-porter.dts @@ -142,7 +142,7 @@ }; &pfc { - scif0_pins: serial0 { + scif0_pins: scif0 { groups = "scif0_data_d"; function = "scif0"; };