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

Commit 00e2feed authored by LuK1337's avatar LuK1337 Committed by Bernhard Thoben
Browse files

ARM: dts: Early mount /lta-label

* Userspace needs it for model detection.

Change-Id: Id47e30fb941fc1fd6822d0d3ba32cd5e7572b2b5
parent 5a9f7492
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -1114,6 +1114,21 @@
	};
};

&firmware {
	android {
		fstab {
			android_lta_label: lta-label {
				compatible = "android,lta-label";
				dev = "/dev/block/platform/soc.0/f9824900.sdhci/by-name/LTALabel";
				type = "ext4";
				mnt_flags = "ro,barrier=1";
				fsmgr_flags = "nofail";
				status = "ok";
			};
		};
	};
};

&usb3 {
	qcom,usb_dp-vadc = <&pmi8994_vadc>;
	qcom,usb_dm-vadc = <&pmi8994_vadc>;