On 21.04.2023 23:56, Luca Weiss wrote: > Add a node for the GPIOs found on the pm8953. > > Signed-off-by: Luca Weiss <luca@xxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad > arch/arm64/boot/dts/qcom/pm8953.dtsi | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/pm8953.dtsi b/arch/arm64/boot/dts/qcom/pm8953.dtsi > index a1d36f9ebbd2..2268daf27fa7 100644 > --- a/arch/arm64/boot/dts/qcom/pm8953.dtsi > +++ b/arch/arm64/boot/dts/qcom/pm8953.dtsi > @@ -79,6 +79,16 @@ rtc@6000 { > reg-names = "rtc", "alarm"; > interrupts = <0x0 0x61 0x1 IRQ_TYPE_EDGE_RISING>; > }; > + > + pm8953_gpios: gpio@c000 { > + compatible = "qcom,pm8953-gpio", "qcom,spmi-gpio"; > + reg = <0xc000>; > + gpio-controller; > + gpio-ranges = <&pm8953_gpios 0 0 8>; > + #gpio-cells = <2>; > + interrupt-controller; > + #interrupt-cells = <2>; > + }; > }; > > pmic@1 { >