mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-05 13:28:02 +00:00
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> (cherry picked from commit 15c599c9dfa9cf5459bcc15b773e39891ca14340)
This commit is contained in:
parent
518adcfe77
commit
349a4f4531
@ -85,16 +85,6 @@
|
|||||||
pll-data = <0x82000000 0x80000101 0x80001313>;
|
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 {
|
&wmac {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
@ -108,13 +108,3 @@
|
|||||||
|
|
||||||
qca955x-sgmii-fixup;
|
qca955x-sgmii-fixup;
|
||||||
};
|
};
|
||||||
|
|
||||||
&pcie0 {
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
wifi@0,0,0 {
|
|
||||||
compatible = "qcom,ath10k";
|
|
||||||
reg = <0x0 0 0 0 0>;
|
|
||||||
qca,no-eeprom;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
@ -85,15 +85,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pcie0 {
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
wifi@0,0,0 {
|
|
||||||
compatible = "qcom,ath10k";
|
|
||||||
reg = <0x0 0 0 0 0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&wmac {
|
&wmac {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
@ -25,6 +25,15 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pcie0 {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
wifi@0,0,0 {
|
||||||
|
compatible = "qcom,ath10k";
|
||||||
|
reg = <0x0 0 0 0 0>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&spi {
|
&spi {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user