]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ARM: dts: s5pv210: align SPI GPIO node name with dtschema in Aries
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 7 Sep 2020 16:11:40 +0000 (18:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Nov 2020 10:51:29 +0000 (11:51 +0100)
[ Upstream commit 1ed7f6d0bab2f1794f1eb4ed032e90575552fd21 ]

The device tree schema expects SPI controller to be named "spi",
otherwise dtbs_check complain with a warning like:

  spi-gpio-0: $nodename:0: 'spi-gpio-0' does not match '^spi(@.*|-[0-9a-f])*$'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Tested-by: Jonathan Bakker <xc-racer2@live.ca>
Link: https://lore.kernel.org/r/20200907161141.31034-25-krzk@kernel.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/s5pv210-aries.dtsi

index 8a98b35b9b0def57877a248ec3f337d471eda0a5..3762098233c0ce9f913d79a11dd71dde95bd81aa 100644 (file)
                value = <0x5200>;
        };
 
-       spi_lcd: spi-gpio-0 {
+       spi_lcd: spi-2 {
                compatible = "spi-gpio";
                #address-cells = <1>;
                #size-cells = <0>;