diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-06-10 15:00:50 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-06-14 09:05:55 +0900 |
commit | c32149c7fd9d3716c38954bc3a99fff90a74abf7 (patch) | |
tree | 6c9e06a127ea769b10945a734724b24ca924f835 | |
parent | 94667b193c67b3510e644a61243155c234b9f87d (diff) | |
download | talos-obmc-linux-c32149c7fd9d3716c38954bc3a99fff90a74abf7.tar.gz talos-obmc-linux-c32149c7fd9d3716c38954bc3a99fff90a74abf7.zip |
ARM: dts: bockw: 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 <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/boot/dts/r8a7778-bockw.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts index 0a0bd3b6bb40..211d239d9041 100644 --- a/arch/arm/boot/dts/r8a7778-bockw.dts +++ b/arch/arm/boot/dts/r8a7778-bockw.dts @@ -129,7 +129,7 @@ pinctrl-0 = <&scif_clk_pins>; pinctrl-names = "default"; - scif0_pins: serial0 { + scif0_pins: scif0 { groups = "scif0_data_a", "scif0_ctrl"; function = "scif0"; }; |