On Mon, 2025-06-02 at 15:44 -0400, Greg Malysa wrote: > > This adds support for the Analog Devices SC598-SOM and configurations > > for using it with both the SOMCRR-EZKIT and SOMCRR-EZLITE. > > > > Signed-off-by: Vasileios Bimpikas <vasileios.bimpi...@analog.com> > > Signed-off-by: Utsav Agarwal <utsav.agar...@analog.com> > > Signed-off-by: Arturs Artamonovs <arturs.artamon...@analog.com> > > Signed-off-by: Nathan Barrett-Morrison <nathan.morri...@timesys.com> > > Signed-off-by: Greg Malysa <malysag...@gmail.com> > > --- > > > > arch/arm/dts/sc598-som-ezkit.dts | 166 ++++++++++++ > > arch/arm/dts/sc598-som-ezlite.dts | 82 ++++++ > > arch/arm/dts/sc598-som.dtsi | 237 > > +++++++++++++++++- > > arch/arm/dts/sc59x.dtsi | 183 ++++++++++++++ > > arch/arm/dts/sc5xx.dtsi | 137 +++++++++- > > board/adi/common-sc598-som/sc598-som.c | 34 +++ > > board/adi/sc598-som-ezkit/Makefile | 8 + > > board/adi/sc598-som-ezkit/sc598-som-ezkit.env | 18 +- > > board/adi/sc598-som-ezlite/Makefile | 8 + > > .../adi/sc598-som-ezlite/sc598-som-ezlite.env | 12 +- > > configs/sc598-som-ezkit-spl_defconfig | 123 +++++++++ > > configs/sc598-som-ezlite-spl_defconfig | 123 +++++++++
I assume `-spl` was added to the defconfig name to distinguish it from the defconfig enabling falcon mode? Seems like it makes sense to remove it for mainline.