From: Thierry Reding <treding@xxxxxxxxxx> The name "spi" is reserved for nodes representing an SPI controller. Rename the "spi" pinmux group to "spi-miso" to avoid the issue and for consistency with other pinmux groups. Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> --- Rob, do you think perhaps DTC is being a little too strict here? Seems to me like the check could be limited to nodes that have a name and a unit address, the assumption being that an SPI controller would always have some sort of register space that requires a reg property and therefore also a unit address. Thierry arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 2 +- arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index 98cbba6809ca..3cd4475ca027 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi @@ -390,7 +390,7 @@ }; }; - spi_pins: spi { + spi_pins: spi-miso { mux { groups = "spi_miso", "spi_mosi", diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi index c87a80e9bcc6..911fd3412788 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi @@ -337,7 +337,7 @@ }; }; - spi_pins: spi { + spi_pins: spi-miso { mux { groups = "spi_miso", "spi_mosi", -- 2.19.0