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

Commit a4946e53 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: modify backlight gpio on SDW2500"

parents 3f61813d e4e5be7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@
			compatible = "android,firmware";
			fstab {
				compatible = "android,fstab";
				vendor {
				vendor_fstab: vendor {
					compatible = "android,vendor";
					dev = "/dev/block/platform/soc/7824900.sdhci/by-name/vendor";
					type = "ext4";
@@ -120,7 +120,7 @@
					fsmgr_flags = "wait,verify";
					status = "ok";
				};
				system {
				system_fstab: system {
					compatible = "android,system";
					dev = "/dev/block/platform/soc/7824900.sdhci/by-name/system";
					type = "ext4";
+13 −0
Original line number Diff line number Diff line
@@ -225,3 +225,16 @@
		pins = "gpio98", "gpio31";
	};
};

&system_fstab {
	fsmgr_flags = "wait";
};

&vendor_fstab {
	fsmgr_flags = "wait";
};

&mdss_dsi0{
	qcom,dsi-pref-prim-pan = <&dsi_auo_390p_cmd>;
	qcom,platform-bklight-en-gpio = <&msm_gpio 37 0>;
};