aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2023-07-17 23:00:55 +0200
committerBjorn Andersson <[email protected]>2023-07-17 20:43:28 -0700
commit26834b452f40830011294497788bbc82bf1b14af (patch)
tree64e90c19039e418cad7572258ad256949165d8ad
parent37e93c7c99e140584be9cacad598a2c3e274ce99 (diff)
arm64: dts: qcom: sm8250-pdx203: add required pin function
DT bindings expect function in each pin state in the pin configuration: sm8250-sony-xperia-edo-pdx203.dtb: pinctrl@f100000: cam-pwr-b-state: 'oneOf' conditional failed, one must be fixed: 'function' is a required property Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r--arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo-pdx203.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo-pdx203.dts b/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo-pdx203.dts
index f4c4575eb03b..b70bf9261ba9 100644
--- a/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo-pdx203.dts
+++ b/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo-pdx203.dts
@@ -366,6 +366,7 @@
cam_pwr_b_cs: cam-pwr-b-state {
pins = "gpio69";
+ function = "gpio";
drive-strength = <2>;
bias-disable;
output-low;
@@ -373,6 +374,7 @@
cam_pwr_a_cs: cam-pwr-a-state {
pins = "gpio71";
+ function = "gpio";
drive-strength = <2>;
bias-disable;
output-low;