mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-04 18:49:41 +00:00
arm64: dts: qcom: msm8998-oneplus-cheeseburger: fix backlight pin function
There is no "normal" function, so use "gpio" for backlight button pin configuration. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221013210612.95994-2-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
e3d5e948d1
commit
46546f2882
@ -35,7 +35,7 @@ &pmi8998_gpio {
|
||||
button_backlight_default: button-backlight-state {
|
||||
pinconf {
|
||||
pins = "gpio5";
|
||||
function = "normal";
|
||||
function = "gpio";
|
||||
bias-pull-down;
|
||||
qcom,drive-strength = <PMIC_GPIO_STRENGTH_NO>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user