lantiq: Fix build of xway target
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run

The kernel update commit also changed the name of the dtsi node. Adapt
the other dts files.

Fixes: 738876e76b ("kernel: bump 6.12 to 6.12.58")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Hauke Mehrtens 2025-11-26 21:24:31 +01:00
parent 28cc1c368c
commit 2fe4e7d36f
3 changed files with 31 additions and 31 deletions

View file

@ -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>;
};

View file

@ -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 = <LED_COLOR_ID_RED>;
gpios = <&gpios 13 GPIO_ACTIVE_HIGH>;
gpios = <&stp0 13 GPIO_ACTIVE_HIGH>;
};
power_orange: power-orange {
function = LED_FUNCTION_POWER;
color = <LED_COLOR_ID_ORANGE>;
gpios = <&gpios 14 GPIO_ACTIVE_HIGH>;
gpios = <&stp0 14 GPIO_ACTIVE_HIGH>;
default-state = "keep";
};
power_blue: power-blue {
function = LED_FUNCTION_POWER;
color = <LED_COLOR_ID_BLUE>;
gpios = <&gpios 15 GPIO_ACTIVE_HIGH>;
gpios = <&stp0 15 GPIO_ACTIVE_HIGH>;
};
};
};
@ -130,7 +130,7 @@
};
};
&gpios {
&stp0 {
status = "okay";
};

View file

@ -49,7 +49,7 @@
};
};
&gpios {
&stp0 {
status = "okay";
};