Re: [PATCH 02/15] arm64: dts: qcom: sm8250-sony-xperia-edo: fix touchscreen bias-disable

From: Konrad Dybcio
Date: Tue Sep 27 2022 - 08:34:09 EST




On 25.09.2022 13:05, Krzysztof Kozlowski wrote:
> The property to disable bias is "bias-disable".
>
> Fixes: e76c7e1f15fe ("arm64: dts: qcom: sm8250-edo: Add Samsung touchscreen")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx>

Konrad
> arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi b/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi
> index 72162852fae7..601a21c381f8 100644
> --- a/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi
> @@ -613,7 +613,7 @@ ts_int_default: ts-int-default-state {
> pins = "gpio39";
> function = "gpio";
> drive-strength = <2>;
> - bias-disabled;
> + bias-disable;
> input-enable;
> };
>