ARM: dts: lager: Name spi pfc subnodes after device names
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 10 Jun 2016 13:00:53 +0000 (15:00 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 14 Jun 2016 00:06:58 +0000 (09:06 +0900)
Name the Pin Function Controller subnodes for QSPI and MSIOF1 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>
arch/arm/boot/dts/r8a7790-lager.dts

index c6803977b427d35409470f4966afc13f1200691b..09b633f5ad072192b8d35b52d8c302272a8cba9a 100644 (file)
                function = "mmc1";
        };
 
-       qspi_pins: spi0 {
+       qspi_pins: qspi {
                groups = "qspi_ctrl", "qspi_data4";
                function = "qspi";
        };
 
-       msiof1_pins: spi2 {
+       msiof1_pins: msiof1 {
                groups = "msiof1_clk", "msiof1_sync", "msiof1_rx",
                                 "msiof1_tx";
                function = "msiof1";