Re: [PATCH v2] dt-bindings: pinctrl: qcom: move gpio-hog schema to tlmm-common
From: Konrad Dybcio
Date: Thu Apr 30 2026 - 11:25:23 EST
On 4/30/26 4:01 PM, Swati Agarwal wrote:
> Qualcomm TLMM-based pin controllers share the same gpio-hog binding
> semantics across multiple SoCs. The gpio-hog pattern currently defined in
> qcom,sdm845-pinctrl.yaml is not specific to SDM845 and applies to all TLMM
> controllers.
>
> Move the gpio-hog patternProperties definition to qcom,tlmm-common.yaml so
> that it can be reused by other Qualcomm TLMM pinctrl bindings and avoid
> duplication.
>
> Signed-off-by: Swati Agarwal <swati.agarwal@xxxxxxxxxxxxxxxx>
> ---
> Changes in v2:
> Move the gpio-hog patternProperties definition to qcom,tlmm-common.yaml
>
> Link to v1:
> https://lore.kernel.org/all/20260417152014.3000797-1-swati.agarwal@xxxxxxxxxxxxxxxx/
> ---
> .../devicetree/bindings/pinctrl/qcom,sdm845-pinctrl.yaml | 5 -----
> .../devicetree/bindings/pinctrl/qcom,tlmm-common.yaml | 6 ++++++
Please also remove it from qcom,ipq4019-pinctrl, which also includes
tlmm-common
Konrad