Skip to content

Commit d4a7e17

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: msm8916-thwc-ufi001c: add function to pin config
Bindings require pin configuration nodes to have the function, even if it is GPIO: msm8916-thwc-ufi001c.dtb: pinctrl@1000000: 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@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230324202244.744271-1-krzysztof.kozlowski@linaro.org
1 parent b8630c4 commit d4a7e17

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/msm8916-thwc-ufi001c.dts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,21 @@
4444
sim_ctrl_default: sim-ctrl-default-state {
4545
esim-sel-pins {
4646
pins = "gpio0", "gpio3";
47+
function = "gpio";
4748
bias-disable;
4849
output-low;
4950
};
5051

5152
sim-en-pins {
5253
pins = "gpio1";
54+
function = "gpio";
5355
bias-disable;
5456
output-low;
5557
};
5658

5759
sim-sel-pins {
5860
pins = "gpio2";
61+
function = "gpio";
5962
bias-disable;
6063
output-high;
6164
};

0 commit comments

Comments
 (0)