forked from mirror/openwrt
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>
This commit is contained in:
parent
fcd3ce6954
commit
c55a411af2
3 changed files with 3 additions and 3 deletions
|
|
@ -229,7 +229,7 @@
|
|||
interrupts = <85>;
|
||||
};
|
||||
|
||||
gsw: etop@e180000 {
|
||||
gsw: ethernet@e180000 {
|
||||
compatible = "lantiq,etop-xway";
|
||||
reg = <0xe180000 0x40000>;
|
||||
interrupt-parent = <&icu0>;
|
||||
|
|
|
|||
|
|
@ -379,7 +379,7 @@
|
|||
interrupts = <63 61 68>;
|
||||
};
|
||||
|
||||
gsw: etop@e180000 {
|
||||
gsw: ethernet@e180000 {
|
||||
compatible = "lantiq,etop-xway";
|
||||
reg = <0xe180000 0x40000
|
||||
0xe108000 0x200>;
|
||||
|
|
|
|||
|
|
@ -294,7 +294,7 @@
|
|||
interrupts = <63 61 159>;
|
||||
};
|
||||
|
||||
gsw: etop@e180000 {
|
||||
gsw: ethernet@e180000 {
|
||||
compatible = "lantiq,etop-xway";
|
||||
reg = <0xe180000 0x40000>;
|
||||
interrupt-parent = <&icu0>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue