[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <580ae0ef-3ff8-7022-4675-f77f0f5102e9@linaro.org>
Date: Sat, 25 Mar 2023 13:02:56 +0100
From: Konrad Dybcio <konrad.dybcio@...aro.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Andy Gross <agross@...nel.org>,
Bjorn Andersson <andersson@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/5] arm64: dts: qcom: msm8916-thwc-ufi001c: add function
to pin config
On 24.03.2023 21:22, Krzysztof Kozlowski wrote:
> Bindings require pin configuration nodes to have the function, even if
> it is GPIO:
>
> msm8916-thwc-ufi001c.dtb: pinctrl@...0000: sim-ctrl-default-state: 'oneOf' conditional failed, one must be fixed:
> 'esim-sel-pins', 'sim-en-pins', 'sim-sel-pins' do not match any of the regexes: 'pinctrl-[0-9]+'
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@...aro.org>
Konrad
> arch/arm64/boot/dts/qcom/msm8916-thwc-ufi001c.dts | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/msm8916-thwc-ufi001c.dts b/arch/arm64/boot/dts/qcom/msm8916-thwc-ufi001c.dts
> index 8433c9710b1c..978f0abcdf8f 100644
> --- a/arch/arm64/boot/dts/qcom/msm8916-thwc-ufi001c.dts
> +++ b/arch/arm64/boot/dts/qcom/msm8916-thwc-ufi001c.dts
> @@ -44,18 +44,21 @@ &msmgpio {
> sim_ctrl_default: sim-ctrl-default-state {
> esim-sel-pins {
> pins = "gpio0", "gpio3";
> + function = "gpio";
> bias-disable;
> output-low;
> };
>
> sim-en-pins {
> pins = "gpio1";
> + function = "gpio";
> bias-disable;
> output-low;
> };
>
> sim-sel-pins {
> pins = "gpio2";
> + function = "gpio";
> bias-disable;
> output-high;
> };
Powered by blists - more mailing lists