diff options
| author | John Audia | 2025-09-06 08:17:03 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-09-07 09:42:46 +0000 |
| commit | c55a411af2f2443e3face3f895d2c0a2f0bfc135 (patch) | |
| tree | d74c81ebb502d9f425f1a5494ecce62668e149df | |
| parent | fcd3ce6954d6ac28199aef1aab78c88741323b83 (diff) | |
| download | openwrt-c55a411af2f2443e3face3f895d2c0a2f0bfc135.tar.gz | |
lantiq: adapt upstream commit to some dts files
Some lantiq dts files still use etop but 6.12.45[1] changed to ethernet
so bring them into parity with this change.
1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.12.y&id=8c431ea8f3f795c4b9cfa57a85bc4166b9cce0ac
Co-Authored-by: Hauke Mehrtens <hauke@hauke-m.de>
Co-Authored-by: Aleksander Bajkowski <olek2@wp.pl>
Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/19956
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/amazonse.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/amazonse.dtsi index 6ae7ab6188..86831554fe 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/amazonse.dtsi +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/amazonse.dtsi @@ -229,7 +229,7 @@ interrupts = <85>; }; - gsw: etop@e180000 { + gsw: ethernet@e180000 { compatible = "lantiq,etop-xway"; reg = <0xe180000 0x40000>; interrupt-parent = <&icu0>; diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi index 789ca67002..a96783f1f8 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi @@ -379,7 +379,7 @@ interrupts = <63 61 68>; }; - gsw: etop@e180000 { + gsw: ethernet@e180000 { compatible = "lantiq,etop-xway"; reg = <0xe180000 0x40000 0xe108000 0x200>; diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi index 5fe6699ac2..ff67a2e2fe 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi @@ -294,7 +294,7 @@ interrupts = <63 61 159>; }; - gsw: etop@e180000 { + gsw: ethernet@e180000 { compatible = "lantiq,etop-xway"; reg = <0xe180000 0x40000>; interrupt-parent = <&icu0>; |