mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
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:
@@ -9,3 +9,10 @@
|
||||
qcom,msm-id = <581 0x10000>, <582 0x10000>;
|
||||
qcom,board-id = <0x10022 0x0>;
|
||||
};
|
||||
|
||||
&pcie0 {
|
||||
|
||||
qcom,config-recovery;
|
||||
qcom,drv-supported;
|
||||
|
||||
};
|
||||
|
||||
@@ -16,3 +16,11 @@
|
||||
reg = <0x0 0x82a00000 0x0 0x0>;
|
||||
};
|
||||
};
|
||||
|
||||
&pcie0 {
|
||||
|
||||
qcom,config-recovery;
|
||||
qcom,drv-supported;
|
||||
|
||||
};
|
||||
|
||||
|
||||
@@ -10,3 +10,11 @@
|
||||
qcom,board-id = <0x10022 3>;
|
||||
};
|
||||
|
||||
&pcie0 {
|
||||
|
||||
qcom,config-recovery;
|
||||
qcom,drv-supported;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -10,3 +10,11 @@
|
||||
qcom,board-id = <0x10022 0x5>;
|
||||
};
|
||||
|
||||
&pcie0 {
|
||||
|
||||
qcom,config-recovery;
|
||||
qcom,drv-supported;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -9,3 +9,11 @@
|
||||
qcom,msm-id = <581 0x10000>, <582 0x10000>;
|
||||
qcom,board-id = <0x10022 0x7>;
|
||||
};
|
||||
|
||||
&pcie0 {
|
||||
|
||||
qcom,config-recovery;
|
||||
qcom,drv-supported;
|
||||
|
||||
};
|
||||
|
||||
|
||||
@@ -9,3 +9,11 @@
|
||||
qcom,msm-id = <581 0x10000>, <582 0x10000>;
|
||||
qcom,board-id = <0x10022 0x6>;
|
||||
};
|
||||
|
||||
&pcie0 {
|
||||
|
||||
qcom,config-recovery;
|
||||
qcom,drv-supported;
|
||||
|
||||
};
|
||||
|
||||
|
||||
@@ -31,3 +31,11 @@
|
||||
qcom,low-latency;
|
||||
};
|
||||
};
|
||||
|
||||
&pcie0 {
|
||||
|
||||
/delete-property/ qcom,config-recovery;
|
||||
/delete-property/ qcom,drv-supported;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user