mirror of
https://github.com/joel16/android_kernel_sony_msm8994.git
synced 2024-11-23 12:10:29 +00:00
ARM: dts: Early mount /lta-label
* Userspace needs it for model detection. Change-Id: Id47e30fb941fc1fd6822d0d3ba32cd5e7572b2b5
This commit is contained in:
parent
b3035b7a3c
commit
cc7fa65338
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user