diff --git a/qcom/parrot.dtsi b/qcom/parrot.dtsi index 19bc07a4..899da18b 100644 --- a/qcom/parrot.dtsi +++ b/qcom/parrot.dtsi @@ -183,6 +183,23 @@ }; +&firmware { + android { + compatible = "android,firmware"; + fstab { + compatible = "android,fstab"; + vendor { + compatible = "android,vendor"; + dev = "/dev/block/platform/soc/1d84000.ufshc/by-name/vendor"; + type = "ext4"; + mnt_flags = "ro,barrier=1,discard"; + fsmgr_flags = "wait,slotselect"; + status = "ok"; + }; + }; + }; +}; + #include "parrot-stub-regulator.dtsi" #include "parrot-usb.dtsi" #include "parrot-reserved-memory.dtsi"