ARM: dts: exynos: Align SPI GPIO node name with dtschema in Universal C210

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

  arch/arm/boot/dts/exynos4210-universal_c210.dt.yaml: spi-lcd:
    $nodename:0: 'spi-lcd' does not match '^spi(@.*|-[0-9a-f])*$'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200830135200.24304-13-krzk@kernel.org
This commit is contained in:
Krzysztof Kozlowski
2020-08-30 15:51:40 +02:00
parent 8bdca79f58
commit 64fb61e11f

View File

@@ -119,7 +119,7 @@ tsp_reg: voltage-regulator {
enable-active-high;
};
spi-lcd {
spi-3 {
compatible = "spi-gpio";
#address-cells = <1>;
#size-cells = <0>;