devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: dts: at91: calao_usb: fix various naming problems
@ 2025-01-31 21:02 Wolfram Sang
  2025-01-31 21:02 ` [PATCH 1/4] ARM: dts: at91: usb_a9263: fix wrong vendor Wolfram Sang
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Wolfram Sang @ 2025-01-31 21:02 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Wolfram Sang, Alexandre Belloni, Claudiu Beznea, Conor Dooley,
	devicetree, Krzysztof Kozlowski, Nicolas Ferre, Rob Herring

Two patches deal with the either missed or mistyped vendor 'Calao'. The
other two patches deal with improper node names as reported by
dtbs_check.

Wolfram Sang (4):
  ARM: dts: at91: usb_a9263: fix wrong vendor
  ARM: dts: at91: use correct vendor name for Calao boards
  ARM: dts: at91: calao_usb: fix button nodes
  ARM: dts: at91: usb_a9g20_lpw: use proper mmc node name

 arch/arm/boot/dts/microchip/tny_a9260.dts          |  2 +-
 arch/arm/boot/dts/microchip/tny_a9260_common.dtsi  |  2 +-
 arch/arm/boot/dts/microchip/tny_a9263.dts          |  2 +-
 arch/arm/boot/dts/microchip/tny_a9g20.dts          |  2 +-
 arch/arm/boot/dts/microchip/usb_a9260.dts          |  2 +-
 arch/arm/boot/dts/microchip/usb_a9260_common.dtsi  |  6 ++----
 arch/arm/boot/dts/microchip/usb_a9263.dts          |  8 +++-----
 arch/arm/boot/dts/microchip/usb_a9g20-dab-mmx.dtsi | 10 ++++------
 arch/arm/boot/dts/microchip/usb_a9g20.dts          |  2 +-
 arch/arm/boot/dts/microchip/usb_a9g20_common.dtsi  |  2 +-
 arch/arm/boot/dts/microchip/usb_a9g20_lpw.dts      |  4 ++--
 11 files changed, 18 insertions(+), 24 deletions(-)

-- 
2.45.2


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH 1/4] ARM: dts: at91: usb_a9263: fix wrong vendor
  2025-01-31 21:02 [PATCH 0/4] ARM: dts: at91: calao_usb: fix various naming problems Wolfram Sang
@ 2025-01-31 21:02 ` Wolfram Sang
  2025-01-31 21:02 ` [PATCH 2/4] ARM: dts: at91: use correct vendor name for Calao boards Wolfram Sang
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: Wolfram Sang @ 2025-01-31 21:02 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Wolfram Sang, Nicolas Ferre, Alexandre Belloni, Claudiu Beznea,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, devicetree

The board was made by Calao, not by Atmel.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 arch/arm/boot/dts/microchip/usb_a9263.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/usb_a9263.dts b/arch/arm/boot/dts/microchip/usb_a9263.dts
index ef529ec5dd6f..23240f2c8a16 100644
--- a/arch/arm/boot/dts/microchip/usb_a9263.dts
+++ b/arch/arm/boot/dts/microchip/usb_a9263.dts
@@ -9,7 +9,7 @@
 
 / {
 	model = "Calao USB A9263";
-	compatible = "atmel,usb-a9263", "atmel,at91sam9263", "atmel,at91sam9";
+	compatible = "calao,usb-a9263", "atmel,at91sam9263", "atmel,at91sam9";
 
 	chosen {
 		bootargs = "mem=64M console=ttyS0,115200 root=/dev/mtdblock5 rw rootfstype=ubifs";
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 2/4] ARM: dts: at91: use correct vendor name for Calao boards
  2025-01-31 21:02 [PATCH 0/4] ARM: dts: at91: calao_usb: fix various naming problems Wolfram Sang
  2025-01-31 21:02 ` [PATCH 1/4] ARM: dts: at91: usb_a9263: fix wrong vendor Wolfram Sang
@ 2025-01-31 21:02 ` Wolfram Sang
  2025-01-31 21:02 ` [PATCH 3/4] ARM: dts: at91: calao_usb: fix button nodes Wolfram Sang
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: Wolfram Sang @ 2025-01-31 21:02 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Wolfram Sang, Nicolas Ferre, Alexandre Belloni, Claudiu Beznea,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, devicetree

The company was named "Calao", not "Caloa".

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 arch/arm/boot/dts/microchip/tny_a9260.dts         | 2 +-
 arch/arm/boot/dts/microchip/tny_a9260_common.dtsi | 2 +-
 arch/arm/boot/dts/microchip/tny_a9263.dts         | 2 +-
 arch/arm/boot/dts/microchip/tny_a9g20.dts         | 2 +-
 arch/arm/boot/dts/microchip/usb_a9260.dts         | 2 +-
 arch/arm/boot/dts/microchip/usb_a9260_common.dtsi | 2 +-
 arch/arm/boot/dts/microchip/usb_a9263.dts         | 2 +-
 arch/arm/boot/dts/microchip/usb_a9g20.dts         | 2 +-
 arch/arm/boot/dts/microchip/usb_a9g20_common.dtsi | 2 +-
 arch/arm/boot/dts/microchip/usb_a9g20_lpw.dts     | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/arch/arm/boot/dts/microchip/tny_a9260.dts b/arch/arm/boot/dts/microchip/tny_a9260.dts
index ef6d586ce887..f0f2a787d669 100644
--- a/arch/arm/boot/dts/microchip/tny_a9260.dts
+++ b/arch/arm/boot/dts/microchip/tny_a9260.dts
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * tny_a9260.dts - Device Tree file for Caloa TNY A9260 board
+ * tny_a9260.dts - Device Tree file for Calao TNY A9260 board
  *
  * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  */
diff --git a/arch/arm/boot/dts/microchip/tny_a9260_common.dtsi b/arch/arm/boot/dts/microchip/tny_a9260_common.dtsi
index 70e5635c78ed..4d4377f51bec 100644
--- a/arch/arm/boot/dts/microchip/tny_a9260_common.dtsi
+++ b/arch/arm/boot/dts/microchip/tny_a9260_common.dtsi
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * tny_a9260_common.dtsi - Device Tree file for Caloa TNY A926x board
+ * tny_a9260_common.dtsi - Device Tree file for Calao TNY A926x board
  *
  * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  */
diff --git a/arch/arm/boot/dts/microchip/tny_a9263.dts b/arch/arm/boot/dts/microchip/tny_a9263.dts
index 62b7d9f9a926..3dd48b3e06da 100644
--- a/arch/arm/boot/dts/microchip/tny_a9263.dts
+++ b/arch/arm/boot/dts/microchip/tny_a9263.dts
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * usb_a9263.dts - Device Tree file for Caloa USB A9293 board
+ * usb_a9263.dts - Device Tree file for Calao USB A9293 board
  *
  *  Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  */
diff --git a/arch/arm/boot/dts/microchip/tny_a9g20.dts b/arch/arm/boot/dts/microchip/tny_a9g20.dts
index 118d766a1265..cebd5696a2c1 100644
--- a/arch/arm/boot/dts/microchip/tny_a9g20.dts
+++ b/arch/arm/boot/dts/microchip/tny_a9g20.dts
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * tny_a9g20.dts - Device Tree file for Caloa TNY A9G20 board
+ * tny_a9g20.dts - Device Tree file for Calao TNY A9G20 board
  *
  * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  */
diff --git a/arch/arm/boot/dts/microchip/usb_a9260.dts b/arch/arm/boot/dts/microchip/usb_a9260.dts
index 66f8da89007d..e7f7b259ccf3 100644
--- a/arch/arm/boot/dts/microchip/usb_a9260.dts
+++ b/arch/arm/boot/dts/microchip/usb_a9260.dts
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-or-later
 /*
- * usb_a9260.dts - Device Tree file for Caloa USB A9260 board
+ * usb_a9260.dts - Device Tree file for Calao USB A9260 board
  *
  *  Copyright (C) 2011-2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  */
diff --git a/arch/arm/boot/dts/microchip/usb_a9260_common.dtsi b/arch/arm/boot/dts/microchip/usb_a9260_common.dtsi
index 9672a5626cae..19084ba75883 100644
--- a/arch/arm/boot/dts/microchip/usb_a9260_common.dtsi
+++ b/arch/arm/boot/dts/microchip/usb_a9260_common.dtsi
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-or-later
 /*
- * usb_a926x.dts - Device Tree file for Caloa USB A926x board
+ * usb_a926x.dts - Device Tree file for Calao USB A926x board
  *
  *  Copyright (C) 2011-2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  */
diff --git a/arch/arm/boot/dts/microchip/usb_a9263.dts b/arch/arm/boot/dts/microchip/usb_a9263.dts
index 23240f2c8a16..e1f6dd7ed2d4 100644
--- a/arch/arm/boot/dts/microchip/usb_a9263.dts
+++ b/arch/arm/boot/dts/microchip/usb_a9263.dts
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * usb_a9263.dts - Device Tree file for Caloa USB A9293 board
+ * usb_a9263.dts - Device Tree file for Calao USB A9293 board
  *
  *  Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  */
diff --git a/arch/arm/boot/dts/microchip/usb_a9g20.dts b/arch/arm/boot/dts/microchip/usb_a9g20.dts
index 2f667b083e81..a2f748141d4b 100644
--- a/arch/arm/boot/dts/microchip/usb_a9g20.dts
+++ b/arch/arm/boot/dts/microchip/usb_a9g20.dts
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-or-later
 /*
- * usb_a9g20.dts - Device Tree file for Caloa USB A9G20 board
+ * usb_a9g20.dts - Device Tree file for Calao USB A9G20 board
  *
  *  Copyright (C) 2011 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  */
diff --git a/arch/arm/boot/dts/microchip/usb_a9g20_common.dtsi b/arch/arm/boot/dts/microchip/usb_a9g20_common.dtsi
index 7d10b36db1ee..f1946e0996b7 100644
--- a/arch/arm/boot/dts/microchip/usb_a9g20_common.dtsi
+++ b/arch/arm/boot/dts/microchip/usb_a9g20_common.dtsi
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-or-later
 /*
- * usb_a9g20.dts - Device Tree file for Caloa USB A9G20 board
+ * usb_a9g20.dts - Device Tree file for Calao USB A9G20 board
  *
  *  Copyright (C) 2011 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  */
diff --git a/arch/arm/boot/dts/microchip/usb_a9g20_lpw.dts b/arch/arm/boot/dts/microchip/usb_a9g20_lpw.dts
index f65712015d40..19e377020d56 100644
--- a/arch/arm/boot/dts/microchip/usb_a9g20_lpw.dts
+++ b/arch/arm/boot/dts/microchip/usb_a9g20_lpw.dts
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-or-later
 /*
- * usb_a9g20_lpw.dts - Device Tree file for Caloa USB A9G20 Low Power board
+ * usb_a9g20_lpw.dts - Device Tree file for Calao USB A9G20 Low Power board
  *
  *  Copyright (C) 2013 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  */
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 3/4] ARM: dts: at91: calao_usb: fix button nodes
  2025-01-31 21:02 [PATCH 0/4] ARM: dts: at91: calao_usb: fix various naming problems Wolfram Sang
  2025-01-31 21:02 ` [PATCH 1/4] ARM: dts: at91: usb_a9263: fix wrong vendor Wolfram Sang
  2025-01-31 21:02 ` [PATCH 2/4] ARM: dts: at91: use correct vendor name for Calao boards Wolfram Sang
@ 2025-01-31 21:02 ` Wolfram Sang
  2025-01-31 21:02 ` [PATCH 4/4] ARM: dts: at91: usb_a9g20_lpw: use proper mmc node name Wolfram Sang
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: Wolfram Sang @ 2025-01-31 21:02 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Wolfram Sang, Nicolas Ferre, Alexandre Belloni, Claudiu Beznea,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, devicetree

Adhere naming to DT schema. And remove the unneeded #*-cells. Found by
'make dtbs_check'.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 arch/arm/boot/dts/microchip/usb_a9260_common.dtsi  |  4 +---
 arch/arm/boot/dts/microchip/usb_a9263.dts          |  4 +---
 arch/arm/boot/dts/microchip/usb_a9g20-dab-mmx.dtsi | 10 ++++------
 3 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/arch/arm/boot/dts/microchip/usb_a9260_common.dtsi b/arch/arm/boot/dts/microchip/usb_a9260_common.dtsi
index 19084ba75883..ae369ff04267 100644
--- a/arch/arm/boot/dts/microchip/usb_a9260_common.dtsi
+++ b/arch/arm/boot/dts/microchip/usb_a9260_common.dtsi
@@ -128,10 +128,8 @@ user_led {
 
 	gpio_keys {
 		compatible = "gpio-keys";
-		#address-cells = <1>;
-		#size-cells = <0>;
 
-		user_pb {
+		button-user-pb {
 			label = "user_pb";
 			gpios = <&pioB 10 GPIO_ACTIVE_LOW>;
 			linux,code = <28>;
diff --git a/arch/arm/boot/dts/microchip/usb_a9263.dts b/arch/arm/boot/dts/microchip/usb_a9263.dts
index e1f6dd7ed2d4..bc85d8aaf378 100644
--- a/arch/arm/boot/dts/microchip/usb_a9263.dts
+++ b/arch/arm/boot/dts/microchip/usb_a9263.dts
@@ -156,10 +156,8 @@ user_led {
 
 	gpio_keys {
 		compatible = "gpio-keys";
-		#address-cells = <1>;
-		#size-cells = <0>;
 
-		user_pb {
+		button-user-pb {
 			label = "user_pb";
 			gpios = <&pioB 10 GPIO_ACTIVE_LOW>;
 			linux,code = <28>;
diff --git a/arch/arm/boot/dts/microchip/usb_a9g20-dab-mmx.dtsi b/arch/arm/boot/dts/microchip/usb_a9g20-dab-mmx.dtsi
index 08d58081201a..5b1d80c0ab26 100644
--- a/arch/arm/boot/dts/microchip/usb_a9g20-dab-mmx.dtsi
+++ b/arch/arm/boot/dts/microchip/usb_a9g20-dab-mmx.dtsi
@@ -65,28 +65,26 @@ green {
 
 	gpio_keys {
 		compatible = "gpio-keys";
-		#address-cells = <1>;
-		#size-cells = <0>;
 
-		user_pb1 {
+		button-user-pb1 {
 			label = "user_pb1";
 			gpios = <&pioB 25 GPIO_ACTIVE_LOW>;
 			linux,code = <0x100>;
 		};
 
-		user_pb2 {
+		button-user-pb2 {
 			label = "user_pb2";
 			gpios = <&pioB 13 GPIO_ACTIVE_LOW>;
 			linux,code = <0x101>;
 		};
 
-		user_pb3 {
+		button-user-pb3 {
 			label = "user_pb3";
 			gpios = <&pioA 26 GPIO_ACTIVE_LOW>;
 			linux,code = <0x102>;
 		};
 
-		user_pb4 {
+		button-user-pb4 {
 			label = "user_pb4";
 			gpios = <&pioC 9 GPIO_ACTIVE_LOW>;
 			linux,code = <0x103>;
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 4/4] ARM: dts: at91: usb_a9g20_lpw: use proper mmc node name
  2025-01-31 21:02 [PATCH 0/4] ARM: dts: at91: calao_usb: fix various naming problems Wolfram Sang
                   ` (2 preceding siblings ...)
  2025-01-31 21:02 ` [PATCH 3/4] ARM: dts: at91: calao_usb: fix button nodes Wolfram Sang
@ 2025-01-31 21:02 ` Wolfram Sang
  2025-01-31 21:23 ` [PATCH 0/4] ARM: dts: at91: calao_usb: fix various naming problems Rob Herring (Arm)
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: Wolfram Sang @ 2025-01-31 21:02 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Wolfram Sang, Nicolas Ferre, Alexandre Belloni, Claudiu Beznea,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, devicetree

Adhere to DT schema. Found by 'make dtbs_check'.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 arch/arm/boot/dts/microchip/usb_a9g20_lpw.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/usb_a9g20_lpw.dts b/arch/arm/boot/dts/microchip/usb_a9g20_lpw.dts
index 19e377020d56..4d104797176c 100644
--- a/arch/arm/boot/dts/microchip/usb_a9g20_lpw.dts
+++ b/arch/arm/boot/dts/microchip/usb_a9g20_lpw.dts
@@ -16,7 +16,7 @@ apb {
 			spi1: spi@fffcc000 {
 				cs-gpios = <&pioB 3 GPIO_ACTIVE_HIGH>;
 				status = "okay";
-				mmc-slot@0 {
+				mmc@0 {
 					compatible = "mmc-spi-slot";
 					reg = <0>;
 					voltage-ranges = <3200 3400>;
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH 0/4] ARM: dts: at91: calao_usb: fix various naming problems
  2025-01-31 21:02 [PATCH 0/4] ARM: dts: at91: calao_usb: fix various naming problems Wolfram Sang
                   ` (3 preceding siblings ...)
  2025-01-31 21:02 ` [PATCH 4/4] ARM: dts: at91: usb_a9g20_lpw: use proper mmc node name Wolfram Sang
@ 2025-01-31 21:23 ` Rob Herring (Arm)
  2025-02-04 10:43   ` Wolfram Sang
  2025-02-03 13:08 ` Nicolas Ferre
  2025-02-17  9:14 ` Claudiu Beznea
  6 siblings, 1 reply; 10+ messages in thread
From: Rob Herring (Arm) @ 2025-01-31 21:23 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-arm-kernel, Krzysztof Kozlowski, Claudiu Beznea,
	Conor Dooley, devicetree, Nicolas Ferre, Alexandre Belloni


On Fri, 31 Jan 2025 22:02:35 +0100, Wolfram Sang wrote:
> Two patches deal with the either missed or mistyped vendor 'Calao'. The
> other two patches deal with improper node names as reported by
> dtbs_check.
> 
> Wolfram Sang (4):
>   ARM: dts: at91: usb_a9263: fix wrong vendor
>   ARM: dts: at91: use correct vendor name for Calao boards
>   ARM: dts: at91: calao_usb: fix button nodes
>   ARM: dts: at91: usb_a9g20_lpw: use proper mmc node name
> 
>  arch/arm/boot/dts/microchip/tny_a9260.dts          |  2 +-
>  arch/arm/boot/dts/microchip/tny_a9260_common.dtsi  |  2 +-
>  arch/arm/boot/dts/microchip/tny_a9263.dts          |  2 +-
>  arch/arm/boot/dts/microchip/tny_a9g20.dts          |  2 +-
>  arch/arm/boot/dts/microchip/usb_a9260.dts          |  2 +-
>  arch/arm/boot/dts/microchip/usb_a9260_common.dtsi  |  6 ++----
>  arch/arm/boot/dts/microchip/usb_a9263.dts          |  8 +++-----
>  arch/arm/boot/dts/microchip/usb_a9g20-dab-mmx.dtsi | 10 ++++------
>  arch/arm/boot/dts/microchip/usb_a9g20.dts          |  2 +-
>  arch/arm/boot/dts/microchip/usb_a9g20_common.dtsi  |  2 +-
>  arch/arm/boot/dts/microchip/usb_a9g20_lpw.dts      |  4 ++--
>  11 files changed, 18 insertions(+), 24 deletions(-)
> 
> --
> 2.45.2
> 
> 
> 


My bot found new DTB warnings on the .dts files added or changed in this
series.

Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.

If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:

  pip3 install dtschema --upgrade


New warnings running 'make CHECK_DTBS=y for arch/arm/boot/dts/microchip/' for 20250131210236.36212-6-wsa+renesas@sang-engineering.com:

arch/arm/boot/dts/microchip/usb_a9263.dtb: /: failed to match any schema with compatible: ['calao,usb-a9263', 'atmel,at91sam9263', 'atmel,at91sam9']






^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 0/4] ARM: dts: at91: calao_usb: fix various naming problems
  2025-01-31 21:02 [PATCH 0/4] ARM: dts: at91: calao_usb: fix various naming problems Wolfram Sang
                   ` (4 preceding siblings ...)
  2025-01-31 21:23 ` [PATCH 0/4] ARM: dts: at91: calao_usb: fix various naming problems Rob Herring (Arm)
@ 2025-02-03 13:08 ` Nicolas Ferre
  2025-02-17  9:14 ` Claudiu Beznea
  6 siblings, 0 replies; 10+ messages in thread
From: Nicolas Ferre @ 2025-02-03 13:08 UTC (permalink / raw)
  To: Wolfram Sang, linux-arm-kernel
  Cc: Alexandre Belloni, Claudiu Beznea, Conor Dooley, devicetree,
	Krzysztof Kozlowski, Rob Herring

On 31/01/2025 at 22:02, Wolfram Sang wrote:
> Two patches deal with the either missed or mistyped vendor 'Calao'. The
> other two patches deal with improper node names as reported by
> dtbs_check.
> 
> Wolfram Sang (4):
>    ARM: dts: at91: usb_a9263: fix wrong vendor
>    ARM: dts: at91: use correct vendor name for Calao boards
>    ARM: dts: at91: calao_usb: fix button nodes
>    ARM: dts: at91: usb_a9g20_lpw: use proper mmc node name

Series looks good to me:
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

Thanks Wolfram. Regards,
   Nicolas

>   arch/arm/boot/dts/microchip/tny_a9260.dts          |  2 +-
>   arch/arm/boot/dts/microchip/tny_a9260_common.dtsi  |  2 +-
>   arch/arm/boot/dts/microchip/tny_a9263.dts          |  2 +-
>   arch/arm/boot/dts/microchip/tny_a9g20.dts          |  2 +-
>   arch/arm/boot/dts/microchip/usb_a9260.dts          |  2 +-
>   arch/arm/boot/dts/microchip/usb_a9260_common.dtsi  |  6 ++----
>   arch/arm/boot/dts/microchip/usb_a9263.dts          |  8 +++-----
>   arch/arm/boot/dts/microchip/usb_a9g20-dab-mmx.dtsi | 10 ++++------
>   arch/arm/boot/dts/microchip/usb_a9g20.dts          |  2 +-
>   arch/arm/boot/dts/microchip/usb_a9g20_common.dtsi  |  2 +-
>   arch/arm/boot/dts/microchip/usb_a9g20_lpw.dts      |  4 ++--
>   11 files changed, 18 insertions(+), 24 deletions(-)
> 
> --
> 2.45.2
> 


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 0/4] ARM: dts: at91: calao_usb: fix various naming problems
  2025-01-31 21:23 ` [PATCH 0/4] ARM: dts: at91: calao_usb: fix various naming problems Rob Herring (Arm)
@ 2025-02-04 10:43   ` Wolfram Sang
  0 siblings, 0 replies; 10+ messages in thread
From: Wolfram Sang @ 2025-02-04 10:43 UTC (permalink / raw)
  To: Rob Herring (Arm)
  Cc: linux-arm-kernel, Krzysztof Kozlowski, Claudiu Beznea,
	Conor Dooley, devicetree, Nicolas Ferre, Alexandre Belloni

[-- Attachment #1: Type: text/plain, Size: 271 bytes --]


> arch/arm/boot/dts/microchip/usb_a9263.dtb: /: failed to match any schema with compatible: ['calao,usb-a9263', 'atmel,at91sam9263', 'atmel,at91sam9']

I forgot to mention there is a dependency. As I need to resend the
dependency anyhow, I will put it into the series.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 0/4] ARM: dts: at91: calao_usb: fix various naming problems
  2025-01-31 21:02 [PATCH 0/4] ARM: dts: at91: calao_usb: fix various naming problems Wolfram Sang
                   ` (5 preceding siblings ...)
  2025-02-03 13:08 ` Nicolas Ferre
@ 2025-02-17  9:14 ` Claudiu Beznea
  2025-02-17  9:53   ` Wolfram Sang
  6 siblings, 1 reply; 10+ messages in thread
From: Claudiu Beznea @ 2025-02-17  9:14 UTC (permalink / raw)
  To: Wolfram Sang, linux-arm-kernel
  Cc: Alexandre Belloni, Conor Dooley, devicetree, Krzysztof Kozlowski,
	Nicolas Ferre, Rob Herring

Hi, Wolfram,

> Wolfram Sang (4):
>   ARM: dts: at91: usb_a9263: fix wrong vendor

For this, I'll be waiting a follow up on
https://lore.kernel.org/all/20250131162713.33524-2-wsa+renesas@sang-engineering.com/

>   ARM: dts: at91: use correct vendor name for Calao boards
>   ARM: dts: at91: calao_usb: fix button nodes
>   ARM: dts: at91: usb_a9g20_lpw: use proper mmc node name

These were applied to at91-dt, thanks!


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 0/4] ARM: dts: at91: calao_usb: fix various naming problems
  2025-02-17  9:14 ` Claudiu Beznea
@ 2025-02-17  9:53   ` Wolfram Sang
  0 siblings, 0 replies; 10+ messages in thread
From: Wolfram Sang @ 2025-02-17  9:53 UTC (permalink / raw)
  To: Claudiu Beznea
  Cc: linux-arm-kernel, Alexandre Belloni, Conor Dooley, devicetree,
	Krzysztof Kozlowski, Nicolas Ferre, Rob Herring

[-- Attachment #1: Type: text/plain, Size: 273 bytes --]


> For this, I'll be waiting a follow up on
> https://lore.kernel.org/all/20250131162713.33524-2-wsa+renesas@sang-engineering.com/

I have the patches ready. Will send v2 after I rebased on top of your
at91-next tree.

> These were applied to at91-dt, thanks!

Thank you!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-02-17  9:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-31 21:02 [PATCH 0/4] ARM: dts: at91: calao_usb: fix various naming problems Wolfram Sang
2025-01-31 21:02 ` [PATCH 1/4] ARM: dts: at91: usb_a9263: fix wrong vendor Wolfram Sang
2025-01-31 21:02 ` [PATCH 2/4] ARM: dts: at91: use correct vendor name for Calao boards Wolfram Sang
2025-01-31 21:02 ` [PATCH 3/4] ARM: dts: at91: calao_usb: fix button nodes Wolfram Sang
2025-01-31 21:02 ` [PATCH 4/4] ARM: dts: at91: usb_a9g20_lpw: use proper mmc node name Wolfram Sang
2025-01-31 21:23 ` [PATCH 0/4] ARM: dts: at91: calao_usb: fix various naming problems Rob Herring (Arm)
2025-02-04 10:43   ` Wolfram Sang
2025-02-03 13:08 ` Nicolas Ferre
2025-02-17  9:14 ` Claudiu Beznea
2025-02-17  9:53   ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).