[openwrt/openwrt] lantiq: dts: fix reset controller reference on Danube and AR9
LEDE Commits
lede-commits at lists.infradead.org
Mon Jun 20 11:03:04 PDT 2022
chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a1354accc081259d880c6a1ba8db7f2af2db1eec
commit a1354accc081259d880c6a1ba8db7f2af2db1eec
Author: Martin Blumenstingl <martin.blumenstingl at googlemail.com>
AuthorDate: Mon Jun 20 19:25:47 2022 +0200
lantiq: dts: fix reset controller reference on Danube and AR9
ar9.dtsi and danube.dtsi only have one reset controller and they are
naming it "reset". This is equivalent to "reset0" in vr9.dtsi. Fix the
references to the reset controller in the recently added PCI controller
reset line.
Fixes: 087f2cba26faf0 ("lantiq: dts: Add the reset line for the PCI controller")
Reported-by: Christian Lamparter <chunkeey at gmail.com>
Signed-off-by: Martin Blumenstingl <martin.blumenstingl at googlemail.com>
---
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi | 2 +-
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 98aca38fe2..a35bd17a96 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
@@ -416,7 +416,7 @@
device_type = "pci";
- resets = <&reset0 13 13>;
+ resets = <&reset 13 13>;
};
};
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 9d9946fbb5..c19ce2af7e 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
@@ -329,7 +329,7 @@
device_type = "pci";
- resets = <&reset0 13 13>;
+ resets = <&reset 13 13>;
};
};
More information about the lede-commits
mailing list