Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efa1f66f authored by Lina Iyer's avatar Lina Iyer
Browse files

dt-bindings/interrupt-controller: pdc: fix example to match actual bindings



The PDC map should use the GIC SPI port and not the vector. GIC
internally adds 32 to SPI hwirq numbers.

Change-Id: Ifcf3b9fc352d0e19b2b54b394beac8f7502c7707
Fixes: 1ae8862e ("dt-bindings/interrupt-controller: pdc: Describe PDC device binding")
Signed-off-by: default avatarLina Iyer <ilina@codeaurora.org>
parent 13174698
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -55,13 +55,13 @@ Example:
	pdc: interrupt-controller@b220000 {
		compatible = "qcom,sdm845-pdc";
		reg = <0xb220000 0x30000>;
		qcom,pdc-ranges = <0 512 94>, <94 641 15>, <115 662 7>;
		qcom,pdc-ranges = <0 480 94>, <94 609 15>, <115 630 7>;
		#interrupt-cells = <2>;
		interrupt-parent = <&intc>;
		interrupt-controller;
	};

DT binding of a device that wants to use the GIC SPI 514 as a wakeup
DT binding of a device that wants to use the GIC SPI 482 as a wakeup
interrupt, must do -

	wake-device {