diff options
author | Krzysztof Kozlowski <[email protected]> | 2022-05-07 21:49:09 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-06-27 16:40:20 -0500 |
commit | 9f454375bc3e4f1acfa5b1f97721637c7a165986 (patch) | |
tree | 5206227541c8c0fdab91fe59a8e0fa93a342f109 | |
parent | 019102a912c61961afb85f575f24272551d367ca (diff) |
arm64: dts: qcom: apq8096-db820c: add PM8994 pin function
The bindings require that every pin configuration comes with 'function'
property. Add such to PM8994 GPIO5.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/apq8096-db820c.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/apq8096-db820c.dts b/arch/arm64/boot/dts/qcom/apq8096-db820c.dts index e0e965f4dd2f..ad6780151b4f 100644 --- a/arch/arm64/boot/dts/qcom/apq8096-db820c.dts +++ b/arch/arm64/boot/dts/qcom/apq8096-db820c.dts @@ -558,6 +558,7 @@ ls_exp_gpio_f: pm8994-gpio5-state { pinconf { pins = "gpio5"; + function = PMIC_GPIO_FUNC_NORMAL; output-low; power-source = <2>; // PM8994_GPIO_S4, 1.8V }; |