On Sat, Sep 3, 2022 at 9:43 AM Shawn Guo <shawnguo@xxxxxxxxxx> wrote: > > On Fri, Aug 19, 2022 at 11:43:54AM +0200, Marcel Ziswiler wrote: > > From: Marcel Ziswiler <marcel.ziswiler@xxxxxxxxxxx> > > > > Add DDR pinmux which may be used in U-Boot after synchronising all > > them device trees (and includes) from Linux. > > > > Signed-off-by: Marcel Ziswiler <marcel.ziswiler@xxxxxxxxxxx> > > > > --- > > > > arch/arm/boot/dts/vf610-pinfunc.h | 52 ++++++++++++++++++++++++++++++- > > 1 file changed, 51 insertions(+), 1 deletion(-) > > > > diff --git a/arch/arm/boot/dts/vf610-pinfunc.h b/arch/arm/boot/dts/vf610-pinfunc.h > > index f1e5a7cf58a9..b7b7322a2d1b 100644 > > --- a/arch/arm/boot/dts/vf610-pinfunc.h > > +++ b/arch/arm/boot/dts/vf610-pinfunc.h > > @@ -420,7 +420,7 @@ > > #define VF610_PAD_PTD29__FTM3_CH2 0x104 0x000 ALT4 0x0 > > #define VF610_PAD_PTD29__DSPI2_SIN 0x104 0x000 ALT5 0x0 > > #define VF610_PAD_PTD29__DEBUG_OUT11 0x104 0x000 ALT7 0x0 > > -#define VF610_PAD_PTD28__GPIO_66 0x108 0x000 ALT0 0x0 > > +#define VF610_PAD_PTD28__GPIO_66 0x108 0x000 ALT0 0x0 > > I mentioned this white-space fix in the commit log. Ah, never mind, you actually had another patch for this change. Shawn