Skip to content

Commit

Permalink
ath79: move pcie node to DTSI for qca955x Senao APs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mpratt14 committed Apr 7, 2021
1 parent 1d973f8 commit 09f428d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 29 deletions.
10 changes: 0 additions & 10 deletions target/linux/ath79/dts/qca9557_engenius_eap1200h.dts
Expand Up @@ -85,16 +85,6 @@
pll-data = <0x82000000 0x80000101 0x80001313>;
};

&pcie0 {
status = "okay";

wifi@0,0,0 {
compatible = "qcom,ath10k";
reg = <0x0 0 0 0 0>;
qca,no-eeprom;
};
};

&wmac {
status = "okay";

Expand Down
10 changes: 0 additions & 10 deletions target/linux/ath79/dts/qca9557_engenius_enstationac-v1.dts
Expand Up @@ -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;
};
};
9 changes: 0 additions & 9 deletions target/linux/ath79/dts/qca9558_allnet_all-wap02860ac.dts
Expand Up @@ -85,15 +85,6 @@
};
};

&pcie0 {
status = "okay";

wifi@0,0,0 {
compatible = "qcom,ath10k";
reg = <0x0 0 0 0 0>;
};
};

&wmac {
status = "okay";

Expand Down
9 changes: 9 additions & 0 deletions target/linux/ath79/dts/qca955x_senao_loader.dtsi
Expand Up @@ -25,6 +25,15 @@
};
};

&pcie0 {
status = "okay";

wifi@0,0,0 {
compatible = "qcom,ath10k";
reg = <0x0 0 0 0 0>;
};
};

&spi {
status = "okay";

Expand Down

0 comments on commit 09f428d

Please sign in to comment.