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

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

dt-bindings/interrupt-controller: pdc: add SPI config register

In addition to configuring the PDC, for externally routed interrupts
there is need to set the type correctly in the config register written.
The config register must be specified as a PDC register in the device
bindings.

Change-Id: I89ba52ded2451071973b81c83a53964d7ec2e486
parent e60a039d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@ Properties:
- reg:
	Usage: required
	Value type: <prop-encoded-array>
	Definition: Specifies the base physical address for PDC hardware.
	Definition: Specifies the base physical address for PDC hardware and
	            the interrupt type configuration register.

- interrupt-cells:
	Usage: required
@@ -54,7 +55,7 @@ Example:

	pdc: interrupt-controller@b220000 {
		compatible = "qcom,sdm845-pdc";
		reg = <0xb220000 0x30000>;
		reg = <0xb220000 0x30000>, <0x179900f0 0x60>;
		qcom,pdc-ranges = <0 480 94>, <94 609 15>, <115 630 7>;
		#interrupt-cells = <2>;
		interrupt-parent = <&intc>;