Re: [PATCH v5 2/3] dt-bindings: pinctrl: qcom: Add SDM660 LPI pinctrl

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 03/09/2025 15:39, Nickolay Goppen wrote:
> +
> +examples:
> +  - |
> +    lpi_tlmm: pinctrl@15070000 {
> +        compatible = "qcom,sdm660-lpass-lpi-pinctrl";
> +        reg = <0x15070000 0x20000>;
> +        gpio-controller;
> +        #gpio-cells = <2>;
> +        gpio-ranges = <&lpi_tlmm 0 0 32>;
> +
> +        cdc_pdm_default: cdc-pdm-default-state {
> +                clk-pins {

Messed indentation. Keep four spaces.

> +                    pins = "gpio18";
> +                    function = "pdm_clk";
> +                    drive-strength = <8>;
> +                    output-high;
> +                };
> +
> +                sync-pins{
> +                    pins = "gpio19";
> +                    function = "pdm_sync";
> +                    drive-strength = <4>;
> +                    output-high;
> +                };
> +
> +                tx-pins {
> +                    pins = "gpio20";
> +                    function = "pdm_tx";
> +                    drive-strength = <8>;
> +                };
> +
> +                rx-pins {
> +                    pins = "gpio21", "gpio23", "gpio25";
> +                    function = "pdm_rx";
> +                    drive-strength = <4>;
> +                    output-high;
> +                };
> +        };
> +
> +        cdc_comp_default: cdc-comp-default-state {
> +                pins = "gpio22", "gpio24";

Also here.

With these fixed:

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>


Best regards,
Krzysztof




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [Linux for Sparc]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux