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

Commit 2d28f29c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 253e8837 c71b69de
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -23,7 +23,8 @@ Properties:
- reg:
- reg:
	Usage: required
	Usage: required
	Value type: <prop-encoded-array>
	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:
- interrupt-cells:
	Usage: required
	Usage: required
@@ -54,7 +55,7 @@ Example:


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