Successfully tested on an SCU2 Mezz board. Tested-by: Chris Healy <[email protected]>
On Fri, Jul 6, 2018 at 7:49 PM, Andrey Smirnov <[email protected]> wrote: > Add support for the Zodiac Inflight Innovations SCU2 Mezz > board (i.MX51-based). > > Cc: Fabio Estevam <[email protected]> > Cc: Nikita Yushchenko <[email protected]> > Cc: Lucas Stach <[email protected]> > Cc: [email protected] > Cc: Shawn Guo <[email protected]> > Cc: Rob Herring <[email protected]> > Cc: Mark Rutland <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Reviewed-by: Fabio Estevam <[email protected]> > Signed-off-by: Andrey Gusakov <[email protected]> > Signed-off-by: Andrey Smirnov <[email protected]> > --- > > Shawn: > > This is a spin-off of SCU2 Mezz board support originally found in [v0] > as per out off-list (Fabio, Chris, Nikita, myself) to add support for > ZII hardware fist and worry about factoring out commonalites later. > > Original submission was done by Andrey Gusakov, but he is too busy on > other projects, so the honors of submitting this were delegated to me. > > NOTE: RAVE SP ("zii,rave-sp-mezz") node is technically supported by > upstream, but it needs some fixes from [rave-sp-fixes] to work > correctly. If you want me to drop that node until [rave-sp-fixes] is > merged, let me know. > > Changes since [v0]: > > - Patch converted to be a standalone file not dependent on any > ZII-specific .dtsi > > - Added RAVE SP node with all the children that are currently > supported by upstream > > - Droppped ecspi2 node. That node didn't have any child devices in > [v0] because none of the chips connected to that bus are supported > upstream. This node can be added later once anything attached to it > has upstream drivers. > > - Dropped i2c_gpio. That bus was originally added for RAVE SP related > prototyping and is unused in actual product. > > - Various newline fixes pointed out in [v0] > > - Most of then nodes should be sorted alphabetically (I might have > missed some) > > - Collected Reviewed-by from Fabio (Fabio, I assumed you won't mind, > but let me know if you want me to drop it) > > [v0] > lkml.kernel.org/r/1529603100-31958-4-git-send-email-andrey.gusa...@cogentembedded.com > [rave-sp-fixes] > lkml.kernel.org/r/[email protected] > > arch/arm/boot/dts/Makefile | 3 +- > arch/arm/boot/dts/imx51-zii-scu2-mezz.dts | 448 ++++++++++++++++++++++ > 2 files changed, 450 insertions(+), 1 deletion(-) > create mode 100644 arch/arm/boot/dts/imx51-zii-scu2-mezz.dts

