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

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

Merge "ARM: dts: msm: Add IMEM location to disable PIL timeout"

parents efb327fd 0d77e08d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -69,6 +69,9 @@ patternProperties:
        - const: qcom,msm-imem-diag-dload
          description: USB Diag download mode region

        - const: qcom,msm-imem-pil-disable-timeout
          description: Offset to set PIL debug cookie

    reg:
      description: Start address and the size of the region

+5 −0
Original line number Diff line number Diff line
@@ -2080,6 +2080,11 @@
			reg = <0x94c 0xc8>;
		};

		pil@6dc {
			compatible = "qcom,msm-imem-pil-disable-timeout";
			reg = <0x6dc 0x4>;
		};

		diag_dload@c8 {
			compatible = "qcom,msm-imem-diag-dload";
			reg = <0xc8 0xc8>;