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

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

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

parents 53482ffe ea605b7b
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -447,6 +447,10 @@
		};
	}; /* energy-costs */

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

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

@@ -534,6 +538,10 @@
	firmware: firmware {
		android {
			compatible = "android,firmware";
			vbmeta {
				compatible = "android,vbmeta";
				parts = "vbmeta,boot,system,vendor,dtbo";
			};
			fstab {
				compatible = "android,fstab";
				vendor {
@@ -732,6 +740,13 @@
		};
	};

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

	soc: soc { };

};