mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-31 18:23:00 +09:00
arm64: dts: meson: Fix erroneous SPI bus warnings
[ Upstream commit 68ecb5c192 ]
dtc has new checks for SPI buses. The meson dts files have a node named
spi' which causes false positive warnings. As the node is a pinctrl child
node, change the node name to be 'spi-pins' to fix the warnings.
arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dtb: Warning (spi_bus_bridge): /soc/periphs@c8834000/pinctrl@4b0/spi: incorrect #address-cells for SPI bus
Cc: Carlo Caione <carlo@caione.org>
Cc: Kevin Hilman <khilman@baylibre.com>
Cc: linux-amlogic@lists.infradead.org
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
89f4d27c1b
commit
c9398259cf
@@ -390,7 +390,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
spi_pins: spi {
|
||||
spi_pins: spi-pins {
|
||||
mux {
|
||||
groups = "spi_miso",
|
||||
"spi_mosi",
|
||||
|
||||
@@ -337,7 +337,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
spi_pins: spi {
|
||||
spi_pins: spi-pins {
|
||||
mux {
|
||||
groups = "spi_miso",
|
||||
"spi_mosi",
|
||||
|
||||
Reference in New Issue
Block a user