From 0b617a81abbe2f4fbdaaae2cc8ad93ea8884d7bf Mon Sep 17 00:00:00 2001 From: Jyothi Kumar Seerapu Date: Fri, 18 Nov 2022 15:27:38 +0530 Subject: [PATCH] ARM: dts: msm: Set boot option 1 to enumeration request by WLAN for sdxpinn For WLAN attaches the enumeration request should be done by WLAN. And then PCIe Root complex will perform the enumeration process. Change-Id: Ic7f897c374cf78d91113cfcced8cf8abd10ac07c --- qcom/sdxpinn-pcie.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qcom/sdxpinn-pcie.dtsi b/qcom/sdxpinn-pcie.dtsi index e1d95457..cab8014f 100644 --- a/qcom/sdxpinn-pcie.dtsi +++ b/qcom/sdxpinn-pcie.dtsi @@ -112,6 +112,7 @@ iommu-map = <0x0 &apps_smmu 0x0800 0x1>, <0x100 &apps_smmu 0x0801 0x1>; + qcom,boot-option = <0x1>; qcom,aux-clk-freq = <20>; /* 19.2 MHz */ qcom,tpwr-on-scale = <1>; qcom,tpwr-on-value = <9>; @@ -419,6 +420,7 @@ iommu-map = <0x0 &apps_smmu 0x0880 0x1>, <0x100 &apps_smmu 0x0881 0x1>; + qcom,boot-option = <0x1>; qcom,aux-clk-freq = <20>; /* 19.2 MHz */ qcom,tpwr-on-scale = <1>; qcom,tpwr-on-value = <9>; @@ -674,6 +676,7 @@ iommu-map = <0x0 &apps_smmu 0x0900 0x1>, <0x100 &apps_smmu 0x0901 0x1>; + qcom,boot-option = <0x1>; qcom,aux-clk-freq = <20>; /* 19.2 MHz */ qcom,tpwr-on-scale = <1>; qcom,tpwr-on-value = <9>;