From 2fe4e7d36f13d48e167078cb53b2239862908953 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 26 Nov 2025 21:24:31 +0100 Subject: [PATCH] lantiq: Fix build of xway target The kernel update commit also changed the name of the dtsi node. Adapt the other dts files. Fixes: 738876e76bb2 ("kernel: bump 6.12 to 6.12.58") Signed-off-by: Hauke Mehrtens --- .../dts/lantiq/danube_arcadyan_arv4510pw.dts | 36 +++++++++---------- .../boot/dts/lantiq/danube_bt_homehub-v2b.dts | 24 ++++++------- .../lantiq/danube_siemens_gigaset-sx76x.dts | 2 +- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_arcadyan_arv4510pw.dts b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_arcadyan_arv4510pw.dts index e988da14e7..13ce8423ef 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_arcadyan_arv4510pw.dts +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_arcadyan_arv4510pw.dts @@ -48,72 +48,72 @@ compatible = "gpio-leds"; power: power { label = "power"; - gpios = <&gpios 21 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 21 GPIO_ACTIVE_HIGH>; default-state = "keep"; }; power2: power2 { label = "power2"; - gpios = <&gpios 20 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 20 GPIO_ACTIVE_HIGH>; }; lan1 { label = "lan1"; - gpios = <&gpios 19 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 19 GPIO_ACTIVE_HIGH>; }; lan2 { label = "lan2"; - gpios = <&gpios 18 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 18 GPIO_ACTIVE_HIGH>; }; lan3 { label = "lan3"; - gpios = <&gpios 17 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 17 GPIO_ACTIVE_HIGH>; }; lan4 { label = "lan4"; - gpios = <&gpios 16 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 16 GPIO_ACTIVE_HIGH>; }; wifi: wifi { label = "wifi"; - gpios = <&gpios 15 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 15 GPIO_ACTIVE_HIGH>; }; adsl: adsl { label = "adsl"; - gpios = <&gpios 14 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 14 GPIO_ACTIVE_HIGH>; }; internet: internet { label = "internet"; - gpios = <&gpios 13 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 13 GPIO_ACTIVE_HIGH>; }; internet2 { label = "internet2"; - gpios = <&gpios 12 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 12 GPIO_ACTIVE_HIGH>; }; voip { label = "voip"; - gpios = <&gpios 11 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 11 GPIO_ACTIVE_HIGH>; }; phone { label = "phone"; - gpios = <&gpios 10 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 10 GPIO_ACTIVE_HIGH>; }; phone2 { label = "phone2"; - gpios = <&gpios 9 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 9 GPIO_ACTIVE_HIGH>; }; led_usb: usb { label = "usb"; - gpios = <&gpios 8 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 8 GPIO_ACTIVE_HIGH>; }; led_usb2: usb2 { label = "usb2"; - gpios = <&gpios 7 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 7 GPIO_ACTIVE_HIGH>; }; usb3 { label = "usb3"; - gpios = <&gpios 6 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 6 GPIO_ACTIVE_HIGH>; }; unlabeled { label = "unlabeled"; - gpios = <&gpios 5 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 5 GPIO_ACTIVE_HIGH>; }; }; }; @@ -147,7 +147,7 @@ }; }; -&gpios { +&stp0 { status = "okay"; lantiq,groups = <0x7>; }; diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_bt_homehub-v2b.dts b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_bt_homehub-v2b.dts index a1f7af075c..631e204c82 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_bt_homehub-v2b.dts +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_bt_homehub-v2b.dts @@ -52,55 +52,55 @@ upgrading-orange { label = "orange:upgrading"; - gpios = <&gpios 5 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 5 GPIO_ACTIVE_HIGH>; }; phone-orange { label = "orange:phone"; - gpios = <&gpios 6 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 6 GPIO_ACTIVE_HIGH>; }; phone-blue { label = "blue:phone"; - gpios = <&gpios 7 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 7 GPIO_ACTIVE_HIGH>; }; wireless-orange { label = "orange:wireless"; - gpios = <&gpios 8 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 8 GPIO_ACTIVE_HIGH>; }; wireless_blue: wireless-blue { label = "blue:wireless"; - gpios = <&gpios 9 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 9 GPIO_ACTIVE_HIGH>; }; broadband-red { label = "red:broadband"; - gpios = <&gpios 10 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 10 GPIO_ACTIVE_HIGH>; }; broadband-orange { label = "orange:broadband"; - gpios = <&gpios 11 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 11 GPIO_ACTIVE_HIGH>; }; broadband_blue: broadband-blue { label = "blue:broadband"; - gpios = <&gpios 12 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 12 GPIO_ACTIVE_HIGH>; }; power_red: power-red { function = LED_FUNCTION_POWER; color = ; - gpios = <&gpios 13 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 13 GPIO_ACTIVE_HIGH>; }; power_orange: power-orange { function = LED_FUNCTION_POWER; color = ; - gpios = <&gpios 14 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 14 GPIO_ACTIVE_HIGH>; default-state = "keep"; }; power_blue: power-blue { function = LED_FUNCTION_POWER; color = ; - gpios = <&gpios 15 GPIO_ACTIVE_HIGH>; + gpios = <&stp0 15 GPIO_ACTIVE_HIGH>; }; }; }; @@ -130,7 +130,7 @@ }; }; -&gpios { +&stp0 { status = "okay"; }; diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_siemens_gigaset-sx76x.dts b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_siemens_gigaset-sx76x.dts index 52160c3025..31ed6933f8 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_siemens_gigaset-sx76x.dts +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_siemens_gigaset-sx76x.dts @@ -49,7 +49,7 @@ }; }; -&gpios { +&stp0 { status = "okay"; }; -- 2.30.2