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

Commit fa75c5c4 authored by Shyam Kumar Thella's avatar Shyam Kumar Thella
Browse files

ARM: dts: msm: Add pinctrl for PM8350C GPIO 9 on Lahaina platforms

Output of PWM channel 4 is used for external backlight control of
display panel. Add pinctrl configuration for PM8350C GPIO 9 such that
it is capable of outputting PWM 4's output. This pinctrl configuration
is used by display driver for external backlight control.

Change-Id: Ie9e1a1bf02d8caecde61861dc4528fa0f414a995
parent f8215580
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -38,6 +38,20 @@
	};
};

&pm8350c_gpios {
	lcd_backlight_ctrl {
		lcd_backlight_ctrl_default: lcd_backlight_ctrl_default {
			pins = "gpio9";
			function = "func1";
			input-disable;
			output-enable;
			bias-disable;
			power-source = <1>;	/* 1.8V */
			qcom,drive-strength = <2>;
		};
	};
};

&qupv3_se13_i2c {
	#address-cells = <1>;
	#size-cells = <0>;