diff options
author | Michael Pratt <mcpratt@pm.me> | 2021-02-27 14:18:42 -0500 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-04-08 09:20:59 +0200 |
commit | 15c599c9dfa9cf5459bcc15b773e39891ca14340 (patch) | |
tree | 353ea683ddf889b5f6d13eaea95588f2ab8e8e6f /target/linux/ath79/dts/qca9557_engenius_enstationac-v1.dts | |
parent | e800da9d5c87d276806284cf2183994ea7fe083e (diff) | |
download | upstream-15c599c9dfa9cf5459bcc15b773e39891ca14340.tar.gz upstream-15c599c9dfa9cf5459bcc15b773e39891ca14340.tar.bz2 upstream-15c599c9dfa9cf5459bcc15b773e39891ca14340.zip |
ath79: move pcie node to DTSI for qca955x Senao APs
pcie0 is the same for this generation of Senao APs
while eth0, eth1, and wmac can differ
the qca,no-eeprom property has no effect
for the ath10k drivers
Signed-off-by: Michael Pratt <mcpratt@pm.me>
Diffstat (limited to 'target/linux/ath79/dts/qca9557_engenius_enstationac-v1.dts')
-rw-r--r-- | target/linux/ath79/dts/qca9557_engenius_enstationac-v1.dts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/ath79/dts/qca9557_engenius_enstationac-v1.dts b/target/linux/ath79/dts/qca9557_engenius_enstationac-v1.dts index 6956996866..5da50ff6d9 100644 --- a/target/linux/ath79/dts/qca9557_engenius_enstationac-v1.dts +++ b/target/linux/ath79/dts/qca9557_engenius_enstationac-v1.dts @@ -108,13 +108,3 @@ qca955x-sgmii-fixup; }; - -&pcie0 { - status = "okay"; - - wifi@0,0,0 { - compatible = "qcom,ath10k"; - reg = <0x0 0 0 0 0>; - qca,no-eeprom; - }; -}; |