On Wed 07 Feb 07:49 PST 2018, Lina Iyer wrote:Thats right. Thanks for pointing out.
diff --git a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt[..]
+Example:[..]
+ wake-device {
+ [...]
+ interrupt-controller = <&pdc>;
Sorry for not seeing this earlier, but this should be:
interrupt-parent = <&pdc>;
Or as it's not unlikely that clients might use a mix of pdc and non-pdcOK. Will add it as another example.
interrupts the example could use the form:
interrupts-extended = <&pdc 2 IRQ_TYPE_LEVEL_HIGH>;
Thanks,+ interrupt = <2 IRQ_TYPE_LEVEL_HIGH>;
+ };