On Mon, 28 Aug 2023 13:19:36 -0500 Chris Morgan <macroalpha82@xxxxxxxxx> wrote: Hi, > From: Chris Morgan <macromorgan@xxxxxxxxxxx> > > Add pinctrl nodes for pwm0 and pwm1. > > Signed-off-by: Chris Morgan <macromorgan@xxxxxxxxxxx> Thanks for the changes, looks good now: Reviewed-by: Andre Przywara <andre.przywara@xxxxxxx> Cheers, Andre > --- > arch/arm/boot/dts/allwinner/sun8i-v3s.dtsi | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/arch/arm/boot/dts/allwinner/sun8i-v3s.dtsi b/arch/arm/boot/dts/allwinner/sun8i-v3s.dtsi > index 3b9a282c2746..c87476ea31e2 100644 > --- a/arch/arm/boot/dts/allwinner/sun8i-v3s.dtsi > +++ b/arch/arm/boot/dts/allwinner/sun8i-v3s.dtsi > @@ -414,6 +414,18 @@ mmc1_pins: mmc1-pins { > bias-pull-up; > }; > > + /omit-if-no-ref/ > + pwm0_pin: pwm0-pin { > + pins = "PB4"; > + function = "pwm0"; > + }; > + > + /omit-if-no-ref/ > + pwm1_pin: pwm1-pin { > + pins = "PB5"; > + function = "pwm1"; > + }; > + > spi0_pins: spi0-pins { > pins = "PC0", "PC1", "PC2", "PC3"; > function = "spi0";