mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
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
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user