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

Commit 229d4f04 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: boot_stats: remove use of MSM_IMEM_BASE"

parents 25ab490e 01102ad0
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -22,6 +22,12 @@ Required properties:
-compatible: "qti,msm-imem-pil"
-reg: start address and size of PIL region in imem

Bootloader Stats:
-----------------
Required properties:
-compatible: "qti,msm-imem-boot_stats"
-reg: start address and size of boot_stats region in imem

Example:

	qti,msm-imem {
@@ -31,6 +37,11 @@ Example:
		#address-cells = <1>;
		#size-cells = <1>;

		boot_stats@6b0 {
			compatible = "qti,msm-imem-boot_stats";
			reg = <0x6b0 32>;
		};

		pil@94c {
			compatible = "qti,msm-imem-pil";
			reg = <0x94c 200>;
+5 −0
Original line number Diff line number Diff line
@@ -257,6 +257,11 @@
		#address-cells = <1>;
		#size-cells = <1>;

		boot_stats@6b0 {
			compatible = "qti,msm-imem-boot_stats";
			reg = <0x6b0 32>;
		};

		pil@94c {
			compatible = "qti,msm-imem-pil";
			reg = <0x94c 200>;
+5 −0
Original line number Diff line number Diff line
@@ -291,6 +291,11 @@
		#address-cells = <1>;
		#size-cells = <1>;

		boot_stats@6b0 {
			compatible = "qti,msm-imem-boot_stats";
			reg = <0x6b0 32>;
		};

		pil@94c {
			compatible = "qti,msm-imem-pil";
			reg = <0x94c 200>;
+5 −0
Original line number Diff line number Diff line
@@ -162,6 +162,11 @@
		#address-cells = <1>;
		#size-cells = <1>;

		boot_stats@6b0 {
			compatible = "qti,msm-imem-boot_stats";
			reg = <0x6b0 32>;
		};

		pil@94c {
			compatible = "qti,msm-imem-pil";
			reg = <0x94c 200>;
+5 −0
Original line number Diff line number Diff line
@@ -245,6 +245,11 @@
		#address-cells = <1>;
		#size-cells = <1>;

		boot_stats@6b0 {
			compatible = "qti,msm-imem-boot_stats";
			reg = <0x6b0 32>;
		};

		pil@94c {
			compatible = "qti,msm-imem-pil";
			reg = <0x94c 200>;
Loading