ARM: dts: koelsch: Name spi pfc subnodes after device names
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 10 Jun 2016 13:00:56 +0000 (15:00 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 14 Jun 2016 00:07:47 +0000 (09:07 +0900)
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>
arch/arm/boot/dts/r8a7791-koelsch.dts

index 73e5ecf..f8a7d09 100644 (file)
                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";