Merge "bindings: arm: msm: Document sys-pm-violators for sdxkova"

This commit is contained in:
QCTECMDR Service
2025-01-12 22:06:33 -08:00
committed by Gerrit - the friendly Code Review server
3 changed files with 21 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ properties:
- qcom,sys-pm-sun
- qcom,sys-pm-tuna
- qcom,sys-pm-kera
- qcom,sys-pm-sdxkova
reg:
maxItems: 1
@@ -55,6 +56,8 @@ allOf:
- qcom,sys-pm-pineapple
- qcom,sys-pm-parrot
- qcom,sys-pm-ravelin
- qcom,sys-pm-sdxkova
then:
properties:
reg:

View File

@@ -24,6 +24,7 @@ properties:
- qcom,tuna-pcie-pdc
- qcom,kera-pcie-pdc
- qcom,pcie-pdc
- qcom,sdxkova-pcie-pdc
reg:
maxItems: 1

View File

@@ -276,6 +276,23 @@
compatible = "qcom,lpm-cluster-dev";
power-domains = <&CLUSTER_PD>;
};
pcie_crm: crm@501000 {
label = "pcie_crm";
compatible = "qcom,pcie-crm";
reg = <0x0 0x501000 0x0 0x3000>, <0x0 0x504800 0x0 0x800>, <0x0 0x505000 0x0 0x2000>, <0x0 0x504000 0x0 0x800>;
reg-names = "base", "crm_b", "crm_c", "crm_v";
interrupts = <GIC_SPI 261 IRQ_TYPE_EDGE_RISING>;
interrupt-names = "pcie_crm";
clocks = <&pcie_pipe_clk>;
qcom,hw-drv-ids = <0>;
qcom,sw-drv-ids = <0>;
};
pcie_pdc: pdc@b2b0000 {
compatible = "qcom,sdxkova-pcie-pdc", "qcom,pcie-pdc";
reg = <0x0 0xb2b0000 0x0 0x30000>;
};
};
firmware: firmware { };