[PATCH] mips: lantiq: danube: rename stp node on EASY50712 reference board

Aleksander Jan Bajkowski posted 1 patch 1 month, 3 weeks ago
There is a newer version of this series
arch/mips/boot/dts/lantiq/danube_easy50712.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] mips: lantiq: danube: rename stp node on EASY50712 reference board
Posted by Aleksander Jan Bajkowski 1 month, 3 weeks ago
This fixes the following warning:
arch/mips/boot/dts/lantiq/danube_easy50712.dtb: stp@e100bb0 (lantiq,gpio-stp-xway): $nodename:0: 'stp@e100bb0' does not match '^gpio@[0-9a-f]+$'
	from schema $id: http://devicetree.org/schemas/gpio/gpio-stp-xway.yaml#

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
---
 arch/mips/boot/dts/lantiq/danube_easy50712.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/boot/dts/lantiq/danube_easy50712.dts b/arch/mips/boot/dts/lantiq/danube_easy50712.dts
index 1ce20b7d05cb..aa7256ddd529 100644
--- a/arch/mips/boot/dts/lantiq/danube_easy50712.dts
+++ b/arch/mips/boot/dts/lantiq/danube_easy50712.dts
@@ -91,7 +91,7 @@ etop@e180000 {
 			mac-address = [ 00 11 22 33 44 55 ];
 		};
 
-		stp0: stp@e100bb0 {
+		stp0: gpio@e100bb0 {
 			#gpio-cells = <2>;
 			compatible = "lantiq,gpio-stp-xway";
 			gpio-controller;
-- 
2.47.2
Re: [PATCH] mips: lantiq: danube: rename stp node on EASY50712 reference board
Posted by Thomas Bogendoerfer 1 month ago
On Tue, Aug 12, 2025 at 12:16:57PM +0200, Aleksander Jan Bajkowski wrote:
> This fixes the following warning:
> arch/mips/boot/dts/lantiq/danube_easy50712.dtb: stp@e100bb0 (lantiq,gpio-stp-xway): $nodename:0: 'stp@e100bb0' does not match '^gpio@[0-9a-f]+$'
> 	from schema $id: http://devicetree.org/schemas/gpio/gpio-stp-xway.yaml#
> 
> Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
> ---
>  arch/mips/boot/dts/lantiq/danube_easy50712.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/mips/boot/dts/lantiq/danube_easy50712.dts b/arch/mips/boot/dts/lantiq/danube_easy50712.dts
> index 1ce20b7d05cb..aa7256ddd529 100644
> --- a/arch/mips/boot/dts/lantiq/danube_easy50712.dts
> +++ b/arch/mips/boot/dts/lantiq/danube_easy50712.dts
> @@ -91,7 +91,7 @@ etop@e180000 {
>  			mac-address = [ 00 11 22 33 44 55 ];
>  		};
>  
> -		stp0: stp@e100bb0 {
> +		stp0: gpio@e100bb0 {
>  			#gpio-cells = <2>;
>  			compatible = "lantiq,gpio-stp-xway";
>  			gpio-controller;
> -- 
> 2.47.2

applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]