ARM: dts: msm: removing "config-recovery" and "drv-supported" for qps615

Config recovery should be taken care by individual EP so, this
property is not needed for qps615 switch. Removing this property
from pcie0 instance.

DRV feature is not supported for qps615 switch so, removing this
property from  pcie0 instance.

Adding back deleted properties to all board level overlay files.

Change-Id: Ibb1cf4200ca046583508a5ea1b3a9964923aa60b
This commit is contained in:
Sushrut Shree Trivedi
2024-02-19 18:20:27 +05:30
parent b3e38184a9
commit 7306b326a6
7 changed files with 55 additions and 0 deletions

View File

@@ -9,3 +9,10 @@
qcom,msm-id = <581 0x10000>, <582 0x10000>;
qcom,board-id = <0x10022 0x0>;
};
&pcie0 {
qcom,config-recovery;
qcom,drv-supported;
};

View File

@@ -16,3 +16,11 @@
reg = <0x0 0x82a00000 0x0 0x0>;
};
};
&pcie0 {
qcom,config-recovery;
qcom,drv-supported;
};

View File

@@ -10,3 +10,11 @@
qcom,board-id = <0x10022 3>;
};
&pcie0 {
qcom,config-recovery;
qcom,drv-supported;
};

View File

@@ -10,3 +10,11 @@
qcom,board-id = <0x10022 0x5>;
};
&pcie0 {
qcom,config-recovery;
qcom,drv-supported;
};

View File

@@ -9,3 +9,11 @@
qcom,msm-id = <581 0x10000>, <582 0x10000>;
qcom,board-id = <0x10022 0x7>;
};
&pcie0 {
qcom,config-recovery;
qcom,drv-supported;
};

View File

@@ -9,3 +9,11 @@
qcom,msm-id = <581 0x10000>, <582 0x10000>;
qcom,board-id = <0x10022 0x6>;
};
&pcie0 {
qcom,config-recovery;
qcom,drv-supported;
};

View File

@@ -31,3 +31,11 @@
qcom,low-latency;
};
};
&pcie0 {
/delete-property/ qcom,config-recovery;
/delete-property/ qcom,drv-supported;
};