Re: [PATCH v5 1/3] ARM: dts: qcom: pm8226: Add node for the GPIOs

From: Konrad Dybcio
Date: Tue Sep 27 2022 - 09:03:45 EST




On 25.09.2022 22:44, Matti Lehtimäki wrote:
> The PM8226 provides 8 GPIOs. Add a node to support them.
>
> Signed-off-by: Matti Lehtimäki <matti.lehtimaki@xxxxxxxxx>
> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx>

Konrad
> (no changes since v2)
>
> Changes in v2:
> - Rename pm8226 gpio node
> ---
> arch/arm/boot/dts/qcom-pm8226.dtsi | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/arch/arm/boot/dts/qcom-pm8226.dtsi b/arch/arm/boot/dts/qcom-pm8226.dtsi
> index 9b7d9d04ded6..0c10fa16a0f3 100644
> --- a/arch/arm/boot/dts/qcom-pm8226.dtsi
> +++ b/arch/arm/boot/dts/qcom-pm8226.dtsi
> @@ -90,6 +90,16 @@ pm8226_mpps: mpps@a000 {
> interrupt-controller;
> #interrupt-cells = <2>;
> };
> +
> + pm8226_gpios: gpio@c000 {
> + compatible = "qcom,pm8226-gpio", "qcom,spmi-gpio";
> + reg = <0xc000>;
> + gpio-controller;
> + #gpio-cells = <2>;
> + gpio-ranges = <&pm8226_gpios 0 0 8>;
> + interrupt-controller;
> + #interrupt-cells = <2>;
> + };
> };
>
> pm8226_1: pm8226@1 {