On Wed, Jun 13, 2018 at 09:50:14AM +0200, Oleksij Rempel wrote: > Add code needed to dynamically detect the offset and amount of RAM. > > Signed-off-by: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx> > --- > arch/arm/mach-imx/esdctl.c | 8 ++++++++ > 1 file changed, 8 insertions(+) Applied, thanks Sascha > > diff --git a/arch/arm/mach-imx/esdctl.c b/arch/arm/mach-imx/esdctl.c > index c1680d5ff..875e942de 100644 > --- a/arch/arm/mach-imx/esdctl.c > +++ b/arch/arm/mach-imx/esdctl.c > @@ -390,6 +390,11 @@ static __maybe_unused struct imx_esdctl_data imx6q_data = { > .add_mem = imx6_mmdc_add_mem, > }; > > +static __maybe_unused struct imx_esdctl_data imx6sx_data = { > + .base0 = MX6_MMDC_PORT0_BASE_ADDR, > + .add_mem = imx6_mmdc_add_mem, > +}; > + > static __maybe_unused struct imx_esdctl_data imx6ul_data = { > .base0 = MX6_MMDC_PORT0_BASE_ADDR, > .add_mem = imx6_mmdc_add_mem, > @@ -455,6 +460,9 @@ static __maybe_unused struct of_device_id imx_esdctl_dt_ids[] = { > }, { > .compatible = "fsl,imx6ul-mmdc", > .data = &imx6ul_data > + }, { > + .compatible = "fsl,imx6sx-mmdc", > + .data = &imx6sx_data > }, { > .compatible = "fsl,imx6q-mmdc", > .data = &imx6q_data > -- > 2.17.1 > > > _______________________________________________ > barebox mailing list > barebox@xxxxxxxxxxxxxxxxxxx > http://lists.infradead.org/mailman/listinfo/barebox > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox