From e738c6edc2705ed5f3403578f812924ae0a7a7ef Mon Sep 17 00:00:00 2001 From: Hangtian Zhu Date: Tue, 17 Mar 2026 15:49:40 +0800 Subject: [PATCH] FROMLIST: arm64: dts: qcom: qcs6490-rb3gen2-industrial-mezzanine: Disable WCN6750 and WPSS On the RB3 Gen2 industrial mezzanine platform, since PCIe0 now routes to TC9563 instead of WCN6750, disable the WCN6750 and WPSS device tree nodes to reflect the actual hardware configuration and avoid probing issues. Signed-off-by: Hangtian Zhu Signed-off-by: Sushrut Shree Trivedi Reviewed-by: Dmitry Baryshkov Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/all/20260317-industrial-mezzanine-pcie-v5-1-1358978517fe@oss.qualcomm.com/ --- .../dts/qcom/qcs6490-rb3gen2-industrial-mezzanine.dtso | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2-industrial-mezzanine.dtso b/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2-industrial-mezzanine.dtso index b37fb86108f67..b93bfb9cef5d6 100644 --- a/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2-industrial-mezzanine.dtso +++ b/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2-industrial-mezzanine.dtso @@ -146,6 +146,10 @@ remote-endpoint = <<9211c_in>; }; +&remoteproc_wpss { + status = "disabled"; +}; + &spi11 { #address-cells = <1>; #size-cells = <0>; @@ -371,3 +375,7 @@ }; }; + +&wifi { + status = "disabled"; +};