aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca956x.dtsi
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2020-04-12 13:03:31 +0200
committerDavid Bauer <mail@david-bauer.net>2020-04-17 13:23:06 +0200
commitd883eaacd428e1231554687e9875248291a004cc (patch)
treed5e890f6719da3bff63767ec6ad57721e95e6369 /target/linux/ath79/dts/qca956x.dtsi
parent99d567a83de5e0531d94721c6831e32b2990bb1c (diff)
downloadupstream-d883eaacd428e1231554687e9875248291a004cc.tar.gz
upstream-d883eaacd428e1231554687e9875248291a004cc.tar.bz2
upstream-d883eaacd428e1231554687e9875248291a004cc.zip
ath79: add QCA9550 reset sequence
The QCA9550 family of SoCs have a slightly different reset sequence compared to older chips. Normally the bootloader performs this sequence, however some bootloader implementation expect the operating system to clear the reset. Also get the PCIe resets from OF to support the second RC of the QCA9558. This is required for the AVM FRITZ!WLAN Repeater 1750E to work, as EVA leaves the PCIe bus in reset. Tested: AVM FRITZ!WLAN Repeater 1750E - OCEDO Koala Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/ath79/dts/qca956x.dtsi')
-rw-r--r--target/linux/ath79/dts/qca956x.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca956x.dtsi b/target/linux/ath79/dts/qca956x.dtsi
index d0ce952ef4..333428443f 100644
--- a/target/linux/ath79/dts/qca956x.dtsi
+++ b/target/linux/ath79/dts/qca956x.dtsi
@@ -168,6 +168,9 @@
interrupt-parent = <&intc3>;
interrupts = <0>;
+ resets = <&rst 6>, <&rst 7>;
+ reset-names = "hc", "phy";
+
interrupt-controller;
#interrupt-cells = <1>;