diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-06-10 16:00:56 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-06-14 03:07:47 +0300 |
commit | a4d98bed5e697333e5dcf74503cdf560229f69bc (patch) | |
tree | cda4885d61c4d223031afcec4fde484fccedc945 /arch/arm/boot/dts/r8a7791-koelsch.dts | |
parent | b71b8346e2a4f007721d0e0373240bda9e939a7b (diff) | |
download | linux-a4d98bed5e697333e5dcf74503cdf560229f69bc.tar.xz |
ARM: dts: koelsch: Name spi pfc subnodes after device names
Name the Pin Function Controller subnodes for QSPI and MSIOF0 after
their device names, instead of after the spi interface aliases.
This avoids conflicts when enabling support for more spi interfaces
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/r8a7791-koelsch.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7791-koelsch.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts index 73e5ecf036e1..f8a7d090fd01 100644 --- a/arch/arm/boot/dts/r8a7791-koelsch.dts +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts @@ -372,12 +372,12 @@ function = "sdhi2"; }; - qspi_pins: spi0 { + qspi_pins: qspi { groups = "qspi_ctrl", "qspi_data4"; function = "qspi"; }; - msiof0_pins: spi1 { + msiof0_pins: msiof0 { groups = "msiof0_clk", "msiof0_sync", "msiof0_rx", "msiof0_tx"; function = "msiof0"; |