[U-Boot] [RFC 08/17] dts: imx: Add imx6q-sabresd dts and imx6qdl-sabresd dtsi files
Abel Vesa
abel.vesa at nxp.com
Wed Jan 16 14:18:32 UTC 2019
On 19-01-16 12:14:34, Fabio Estevam wrote:
> Hi Abel,
>
> On Wed, Jan 16, 2019 at 12:11 PM Abel Vesa <abel.vesa at nxp.com> wrote:
> >
> > Add necessary dts and dtsi files in order to enable DM in both
> > SPL and u-boot proper for mx6sabresd.
> >
> > Signed-off-by: Abel Vesa <abel.vesa at nxp.com>
> > ---
> > arch/arm/dts/Makefile | 3 +-
> > arch/arm/dts/imx6q-sabresd.dts | 92 ++++
> > arch/arm/dts/imx6qdl-sabresd.dtsi | 1065 +++++++++++++++++++++++++++++++++++++
> > 3 files changed, 1159 insertions(+), 1 deletion(-)
> > create mode 100644 arch/arm/dts/imx6q-sabresd.dts
> > create mode 100644 arch/arm/dts/imx6qdl-sabresd.dtsi
> >
> > diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
> > index dad5436..1614a19 100644
> > --- a/arch/arm/dts/Makefile
> > +++ b/arch/arm/dts/Makefile
> > @@ -439,7 +439,8 @@ dtb-$(CONFIG_MX6QDL) += \
> > imx6q-icore-mipi.dtb \
> > imx6q-icore-rqs.dtb \
> > imx6q-logicpd.dtb \
> > - imx6q-sabreauto.dtb
> > + imx6q-sabreauto.dtb \
> > + imx6q-sabresd.dtb
>
> Currently we support imx6q/imx6dl/imx6qp sabresd with the same U-Boot image.
>
> It seems that now you only support the imx6q variant, but we should
> keep supporting all the variants.
Oups, my bad. Actually the files should've been named imx6sabreauto.dtb (same for sabresd).
Without the 'q'. I tested on 6d and booted fine, so what I'm saying here is: this is meant for all the 6sabreauto.
Will fix the names in the next version.
I'll just wait a little longer for more comments and resend.
Thanks
More information about the U-Boot
mailing list