diff options
author | Michael Pratt <mcpratt@pm.me> | 2023-01-25 13:02:56 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-01-28 20:34:00 +0100 |
commit | 290a6527bea2b2031e8f87387247fe96cfa833c0 (patch) | |
tree | 797d1132bcb5a87fd5a4ec760371c8d6e9a8824b /target/linux/ath79/dts/qca9558_watchguard_ap300.dts | |
parent | 364a9be3384d87fa1d7a21862a7479a8ce8492b2 (diff) | |
download | upstream-290a6527bea2b2031e8f87387247fe96cfa833c0.tar.gz upstream-290a6527bea2b2031e8f87387247fe96cfa833c0.tar.bz2 upstream-290a6527bea2b2031e8f87387247fe96cfa833c0.zip |
ath79: add pcie1 wifi device to Senao qca955x AP DTSI
Each individual device DTS now enables either pcie0 or pcie1.
Signed-off-by: Michael Pratt <mcpratt@pm.me>
Diffstat (limited to 'target/linux/ath79/dts/qca9558_watchguard_ap300.dts')
-rw-r--r-- | target/linux/ath79/dts/qca9558_watchguard_ap300.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9558_watchguard_ap300.dts b/target/linux/ath79/dts/qca9558_watchguard_ap300.dts index 90f5cddfa7..799883c350 100644 --- a/target/linux/ath79/dts/qca9558_watchguard_ap300.dts +++ b/target/linux/ath79/dts/qca9558_watchguard_ap300.dts @@ -121,6 +121,10 @@ mac-address-increment = <1>; }; +&pcie0 { + status = "okay"; +}; + &art { compatible = "nvmem-cells"; #address-cells = <1>; |