Message ID | 20250325075331.1662306-2-quic_stonez@quicinc.com |
---|---|
State | New |
Headers | show |
Series | Enable WLAN for qcs8300-ride | expand |
On Tue, Mar 25, 2025 at 03:53:30PM +0800, Stone Zhang wrote: > Add an original PCIe port for WLAN. This port will be > referenced and supplemented by specific WLAN devices. > > Signed-off-by: Stone Zhang <quic_stonez@quicinc.com> > --- > arch/arm64/boot/dts/qcom/qcs8300.dtsi | 9 +++++++++ > 1 file changed, 9 insertions(+) > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
diff --git a/arch/arm64/boot/dts/qcom/qcs8300.dtsi b/arch/arm64/boot/dts/qcom/qcs8300.dtsi index 8c141f0b414c..05b6c1a43b67 100644 --- a/arch/arm64/boot/dts/qcom/qcs8300.dtsi +++ b/arch/arm64/boot/dts/qcom/qcs8300.dtsi @@ -2091,6 +2091,15 @@ opp-32000000 { opp-peak-kBps = <3938000 1>; }; }; + + pcie0_port0: pcie@0 { + device_type = "pci"; + reg = <0x0 0x0 0x0 0x0 0x0>; + #address-cells = <3>; + #size-cells = <2>; + ranges; + bus-range = <0x01 0xff>; + }; }; pcie0_phy: phy@1c04000 {
Add an original PCIe port for WLAN. This port will be referenced and supplemented by specific WLAN devices. Signed-off-by: Stone Zhang <quic_stonez@quicinc.com> --- arch/arm64/boot/dts/qcom/qcs8300.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+)