Commit 26834b45 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson
Browse files

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230717210055.21979-2-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 37e93c7c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -366,6 +366,7 @@ &tlmm {

	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_b_cs: cam-pwr-b-state {

	cam_pwr_a_cs: cam-pwr-a-state {
		pins = "gpio71";
		function = "gpio";
		drive-strength = <2>;
		bias-disable;
		output-low;