From: Geert Uytterhoeven Date: Fri, 10 Jun 2016 13:00:47 +0000 (+0200) Subject: ARM: dts: ape6evm: Name serial port pfc subnode after device name X-Git-Tag: v4.8-rc1~66^2^2~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94f58eb2a8e840f5ffe06c8392ca96140fb9390e;p=platform%2Fkernel%2Flinux-exynos.git ARM: dts: ape6evm: Name serial port pfc subnode after device name Name the Pin Function Controller subnode for SCIFA0 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/r8a73a4-ape6evm.dts b/arch/arm/boot/dts/r8a73a4-ape6evm.dts index 740e5d2..5bccc7d 100644 --- a/arch/arm/boot/dts/r8a73a4-ape6evm.dts +++ b/arch/arm/boot/dts/r8a73a4-ape6evm.dts @@ -188,7 +188,7 @@ }; &pfc { - scifa0_pins: serial0 { + scifa0_pins: scifa0 { groups = "scifa0_data"; function = "scifa0"; };