On Thu, May 30, 2019 at 10:36:53PM +0200, Andrew Lunn wrote: > On Thu, May 30, 2019 at 05:39:33PM +0300, Alexander Filippov wrote: > > VESNIN is an OpenPower machine with an Aspeed 2400 BMC SoC manufactured > > by YADRO. > > > > Signed-off-by: Alexander Filippov <a.filippov@xxxxxxxxx> > > --- > > arch/arm/boot/dts/Makefile | 1 + > > arch/arm/boot/dts/aspeed-bmc-opp-vesnin.dts | 234 ++++++++++++++++++++ > > 2 files changed, 235 insertions(+) > > create mode 100644 arch/arm/boot/dts/aspeed-bmc-opp-vesnin.dts > > > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile > > index 834cce80d1b8..811e9312cf22 100644 > > --- a/arch/arm/boot/dts/Makefile > > +++ b/arch/arm/boot/dts/Makefile > > @@ -1259,6 +1259,7 @@ dtb-$(CONFIG_ARCH_ASPEED) += \ > > aspeed-bmc-microsoft-olympus.dtb \ > > aspeed-bmc-opp-lanyang.dtb \ > > aspeed-bmc-opp-palmetto.dtb \ > > + aspeed-bmc-opp-vesnin.dtb \ > > aspeed-bmc-opp-romulus.dtb \ > > aspeed-bmc-opp-swift.dtb \ > > aspeed-bmc-opp-witherspoon.dtb \ > > Hi Alexander Hi Andrew, > > Still not correctly sorted. > Thanks, I've fixed it in V3 > Andrew