diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-06-10 15:01:04 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-06-14 09:11:26 +0900 |
commit | a35cc9d26260aad5b010f247a1dae5dc8dcdf067 (patch) | |
tree | f03703b2dd3ffe1cdeb4a4fd51a36e58e096129d /arch/arm/boot/dts/r8a7794-silk.dts | |
parent | 092599d69786efd91e874997964a8b2b774d8a27 (diff) | |
download | linux-a35cc9d26260aad5b010f247a1dae5dc8dcdf067.tar.bz2 |
ARM: dts: silk: Name spi pfc subnode after device name
Name the Pin Function Controller subnode for QSPI after its device name,
instead of after the spi interface alias.
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/r8a7794-silk.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7794-silk.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7794-silk.dts b/arch/arm/boot/dts/r8a7794-silk.dts index 7e88f6fe55cd..488de730bee8 100644 --- a/arch/arm/boot/dts/r8a7794-silk.dts +++ b/arch/arm/boot/dts/r8a7794-silk.dts @@ -164,7 +164,7 @@ function = "sdhi1"; }; - qspi_pins: spi0 { + qspi_pins: qspi { groups = "qspi_ctrl", "qspi_data4"; function = "qspi"; }; |