Merge "bindings: interrupt-controller: Update bindings for mpm irqchip"

This commit is contained in:
qctecmdr
2022-08-27 13:58:21 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -21,14 +21,12 @@ Properties:
- compatible:
Usage: required
Value type: <string>
Definition: Should contain "qcom,mpm-gic" and the respective
Definition: Should contain "qcom,mpm" and the respective
target compatible flag from below ones.
"qcom,mpm-gic-holi"
"qcom,mpm-gic-scuba"
"qcom,mpm-gic-sdxnightjar"
"qcom,mpm-gic-monaco"
"qcom,mpm-gic-qcs405"
"qcom,mpm-gic-bengal"
"qcom,mpm-bengal"
"qcom,mpm-khaje"
"qcom,mpm-monaco"
"qcom,mpm-scuba"
- interrupts:
Usage: required
@@ -65,13 +63,14 @@ Properties:
Example:
wakegic: wake-gic@7781b8 {
compatible = "qcom,mpm", "qcom,mpm-gic-holi";
mpm: interrupt-controller@45f01b8 {
compatible = "qcom,mpm", "qcom,mpm-khaje";
interrupts = <GIC_SPI 171 IRQ_TYPE_EDGE_RISING>;
reg = <0x601d4 0x1000>,
<0xb011008 0x4>; /* MSM_APCS_GCC_BASE 4K */
reg-names = "vmpm", "ipc";
reg = <0x45f01b8 0x1000>,
<0xb011008 0x4>, /* MSM_APCS_GCC_BASE 4K */
<0xf121000 0x1000>; /* Timer Frame Register */
reg-names = "vmpm", "ipc", "timer";
interrupt-controller;
interrupt-parent = <&intc>;
#interrupt-cells = <3>;
#interrupt-cells = <2>;
};