diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-08-10 14:10:06 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-08-22 09:17:21 +0800 |
commit | 34caa12608b6b1376e5e3f51ac63d0ff7e128704 (patch) | |
tree | ee29617f3f9ea60960751d22baee77cca6f02622 /arch/arm/boot/dts/imx6ul-tx6ul.dtsi | |
parent | dac772cbd755d5b0ae0242c826d33b089bbd43c1 (diff) | |
download | lwn-34caa12608b6b1376e5e3f51ac63d0ff7e128704.tar.gz lwn-34caa12608b6b1376e5e3f51ac63d0ff7e128704.zip |
ARM: dts: imx: align SPI node name with dtschema
The node names should be generic and DT schema expects certain pattern.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-tx6ul.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ul-tx6ul.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ul-tx6ul.dtsi b/arch/arm/boot/dts/imx6ul-tx6ul.dtsi index c485d058e079..15ee0275feaf 100644 --- a/arch/arm/boot/dts/imx6ul-tx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul-tx6ul.dtsi @@ -212,7 +212,7 @@ enable-active-high; }; - spi_gpio: spi-gpio { + spi_gpio: spi { #address-cells = <1>; #size-cells = <0>; compatible = "spi-gpio"; |