[PATCH 2/8] dt-bindings: pinctrl: qcom: add IPQ5332 pinctrl
Krzysztof Kozlowski
krzk at kernel.org
Thu Sep 19 05:26:35 PDT 2024
On 13/09/2024 14:12, Sricharan R wrote:
> From: Sricharan Ramabadhran <quic_srichara at quicinc.com>
>
> Add device tree bindings for IPQ5332 TLMM block.
>
> Signed-off-by: Sricharan Ramabadhran <quic_srichara at quicinc.com>
> ---
> .../bindings/pinctrl/qcom,ipq5424-tlmm.yaml | 115 ++++++++++++++++++
> 1 file changed, 115 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,ipq5424-tlmm.yaml
>
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,ipq5424-tlmm.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,ipq5424-tlmm.yaml
> new file mode 100644
> index 000000000000..a16d9725e368
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,ipq5424-tlmm.yaml
> @@ -0,0 +1,115 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/pinctrl/qcom,ipq5424-tlmm.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Qualcomm IPQ5424 TLMM pin controller
> +
> +maintainers:
> + - Bjorn Andersson <andersson at kernel.org>
> + - Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
Sorry, not me. I don't have this hardware.
> +
> +description: |
Drop |
> + Top Level Mode Multiplexer pin controller in Qualcomm IPQ5424 SoC.
> +
> +allOf:
> + - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
> +
> +properties:
> + compatible:
> + const: qcom,ipq5424-tlmm
> +
> + reg:
> + maxItems: 1
> +
> + interrupts:
> + maxItems: 1
> +
> + gpio-reserved-ranges:
> + minItems: 1
> + maxItems: 26
25, I believe is the max in such case
> +
> + gpio-line-names:
> + maxItems: 50
> +
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
Best regards,
Krzysztof
More information about the linux-arm-kernel
mailing list