[PATCH] ARM: dts: integratorap: align SPI node name with dtschema

Krzysztof Kozlowski posted 1 patch 3 years, 8 months ago
arch/arm/boot/dts/integratorap-im-pd1.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ARM: dts: integratorap: align SPI node name with dtschema
Posted by Krzysztof Kozlowski 3 years, 8 months ago
The node names should be generic and DT schema expects certain pattern:

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

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/integratorap-im-pd1.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/integratorap-im-pd1.dts b/arch/arm/boot/dts/integratorap-im-pd1.dts
index d47bfb66d069..c4a792b2c86b 100644
--- a/arch/arm/boot/dts/integratorap-im-pd1.dts
+++ b/arch/arm/boot/dts/integratorap-im-pd1.dts
@@ -178,7 +178,7 @@ uart@200000 {
 		clock-names = "uartclk", "apb_pclk";
 	};
 
-	ssp@300000 {
+	spi@300000 {
 		compatible = "arm,pl022", "arm,primecell";
 		reg = <0x00300000 0x1000>;
 		interrupts-extended = <&impd1_vic 3>;
-- 
2.34.1
Re: [PATCH] ARM: dts: integratorap: align SPI node name with dtschema
Posted by Linus Walleij 3 years, 7 months ago
On Wed, Aug 10, 2022 at 1:10 PM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:

> The node names should be generic and DT schema expects certain pattern:
>
>   ssp@300000: $nodename:0: 'ssp@300000' does not match '^spi(@.*|-[0-9a-f])*$'
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

I already have a patch for this from Kuldeep, will send upstream ASAP, thanks
anyway!

Yours,
Linus Walleij