diff options
| author | Christian Marangi | 2026-03-30 10:17:50 +0000 |
|---|---|---|
| committer | Christian Marangi | 2026-05-14 18:18:33 +0000 |
| commit | 6bd5ed7254438214830b2d909abcbd83f5474d0b (patch) | |
| tree | 7896edfbb3f09c42a3ae575d050620b11b1f5176 | |
| parent | db4a0d5935899ac955a84fc1e9d60d419f4f9c93 (diff) | |
| download | openwrt-6bd5ed7254438214830b2d909abcbd83f5474d0b.tar.gz | |
airoha: an7581: drop airoha,x2-mode related property and enable in device
Drop airoha,x2-mode related property from the DTSI and enable them only in
the relevant devices that use a PCIe0 line. x2-mode should be enabled only
for the WiFi card that would use it as it might cause problem for WiFi card
that expect 2 single PCIe x1 line instead of a single PCIe x2 line.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 0bf18702459a9de160bb0ee599e4b3c8662fd9a7)
| -rw-r--r-- | target/linux/airoha/dts/an7581.dtsi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/airoha/dts/an7581.dtsi b/target/linux/airoha/dts/an7581.dtsi index 6b44424bbf..ecbbc0845d 100644 --- a/target/linux/airoha/dts/an7581.dtsi +++ b/target/linux/airoha/dts/an7581.dtsi @@ -706,10 +706,7 @@ mediatek,pbus-csr = <&pbus_csr 0x0 0x4>; - airoha,chip-scu = <&chip_scu>; airoha,np-scu = <&scuclk>; - airoha,x2-mode; - airoha,serdes-lanes-mask = <0x3>; interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>; bus-range = <0x00 0xff>; @@ -797,8 +794,6 @@ mediatek,pbus-csr = <&pbus_csr 0x10 0x14>; - airoha,chip-scu = <&chip_scu>; - airoha,serdes-lanes-mask = <0x4>; airoha,np-scu = <&scuclk>; interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>; |