diff --git a/qcom/montague-adrastea-overlay.dts b/qcom/montague-adrastea-overlay.dts index 72826f47..1fc1ed8e 100644 --- a/qcom/montague-adrastea-overlay.dts +++ b/qcom/montague-adrastea-overlay.dts @@ -9,3 +9,10 @@ qcom,msm-id = <581 0x10000>, <582 0x10000>; qcom,board-id = <0x10022 0x0>; }; + +&pcie0 { + + qcom,config-recovery; + qcom,drv-supported; + +}; diff --git a/qcom/montague-hsp-overlay.dts b/qcom/montague-hsp-overlay.dts index bc4c623c..74385209 100644 --- a/qcom/montague-hsp-overlay.dts +++ b/qcom/montague-hsp-overlay.dts @@ -16,3 +16,11 @@ reg = <0x0 0x82a00000 0x0 0x0>; }; }; + +&pcie0 { + + qcom,config-recovery; + qcom,drv-supported; + +}; + diff --git a/qcom/montague-moselle-overlay.dts b/qcom/montague-moselle-overlay.dts index a48e707b..9cbc9913 100644 --- a/qcom/montague-moselle-overlay.dts +++ b/qcom/montague-moselle-overlay.dts @@ -10,3 +10,11 @@ qcom,board-id = <0x10022 3>; }; +&pcie0 { + + qcom,config-recovery; + qcom,drv-supported; + +}; + + diff --git a/qcom/montague-rcm-overlay.dts b/qcom/montague-rcm-overlay.dts index 17f42b74..b49c1e6c 100644 --- a/qcom/montague-rcm-overlay.dts +++ b/qcom/montague-rcm-overlay.dts @@ -10,3 +10,11 @@ qcom,board-id = <0x10022 0x5>; }; +&pcie0 { + + qcom,config-recovery; + qcom,drv-supported; + +}; + + diff --git a/qcom/montague-wsa-overlay.dts b/qcom/montague-wsa-overlay.dts index ec1001c3..3c0a500d 100644 --- a/qcom/montague-wsa-overlay.dts +++ b/qcom/montague-wsa-overlay.dts @@ -9,3 +9,11 @@ qcom,msm-id = <581 0x10000>, <582 0x10000>; qcom,board-id = <0x10022 0x7>; }; + +&pcie0 { + + qcom,config-recovery; + qcom,drv-supported; + +}; + diff --git a/qcom/montague-wsd-overlay.dts b/qcom/montague-wsd-overlay.dts index 046235ab..7e488833 100644 --- a/qcom/montague-wsd-overlay.dts +++ b/qcom/montague-wsd-overlay.dts @@ -9,3 +9,11 @@ qcom,msm-id = <581 0x10000>, <582 0x10000>; qcom,board-id = <0x10022 0x6>; }; + +&pcie0 { + + qcom,config-recovery; + qcom,drv-supported; + +}; + diff --git a/qcom/montague.dtsi b/qcom/montague.dtsi index dde07419..5657f097 100644 --- a/qcom/montague.dtsi +++ b/qcom/montague.dtsi @@ -31,3 +31,11 @@ qcom,low-latency; }; }; + +&pcie0 { + +/delete-property/ qcom,config-recovery; +/delete-property/ qcom,drv-supported; + +}; +