diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-06-10 16:00:52 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-06-14 03:06:37 +0300 |
commit | ca34829853779da173785b25531630469d0cef99 (patch) | |
tree | 18fb92f7d6de17b56717339fe80374b5f3e3a2c4 /arch/arm/boot/dts/r8a7790-lager.dts | |
parent | 46344361f5cdffac3c42b9651595f6e0bd609885 (diff) | |
download | linux-ca34829853779da173785b25531630469d0cef99.tar.xz |
ARM: dts: lager: Name serial port pfc subnodes after device names
Name the Pin Function Controller subnodes for SCIF0 and SCIFA1 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 <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7790-lager.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7790-lager.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index 9d20ace33b01..c6803977b427 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts @@ -317,7 +317,7 @@ function = "du"; }; - scif0_pins: serial0 { + scif0_pins: scif0 { groups = "scif0_data"; function = "scif0"; }; @@ -337,7 +337,7 @@ function = "intc"; }; - scifa1_pins: serial1 { + scifa1_pins: scifa1 { groups = "scifa1_data"; function = "scifa1"; }; |