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

Commit ea605b7b authored by Anant Goel's avatar Anant Goel
Browse files

ARM: dts: msm: Add entries to the root node for sdmshrike



Add nodes for bootargs, vbmeta, and vendor for the sdmshrike
target.

Change-Id: I9563811c7cd324f0831bec2aac31cfe4a614bc3e
Signed-off-by: default avatarAnant Goel <anantg@codeaurora.org>
parent 9fcd72d5
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -317,6 +317,10 @@
		};
	};

	chosen {
		bootargs = "rcupdate.rcu_expedited=1 rcu_nocbs=0-7 cgroup.memory=nokmem,nosocket";
	};

	cpuss_dump {
		compatible = "qcom,cpuss-dump";

@@ -404,6 +408,10 @@
	firmware: firmware {
		android {
			compatible = "android,firmware";
			vbmeta {
				compatible = "android,vbmeta";
				parts = "vbmeta,boot,system,vendor,dtbo";
			};
			fstab {
				compatible = "android,fstab";
				vendor {
@@ -602,6 +610,13 @@
		};
	};

	vendor: vendor {
		#address-cells = <1>;
		#size-cells = <1>;
		ranges = <0 0 0 0xffffffff>;
		compatible = "simple-bus";
	};

	soc: soc { };

};