[PATCH] ARM: socfpga: dts: Enable MMC support at correct place in the DT
Marek Vasut
marex at denx.de
Sun Dec 20 15:37:08 PST 2015
On Friday, December 18, 2015 at 01:45:50 PM, Dinh Nguyen wrote:
> On Thu, 17 Dec 2015, Marek Vasut wrote:
> > The socfpga.dtsi explicitly enabled MMC support, but not all boards are
> > equiped with an MMC card. There are setups which only have QSPI NOR.
> > Therefore, disable the MMC support on socfpga.dtsi level and enable it
> > on per-board basis.
> >
> > Signed-off-by: Marek Vasut <marex at denx.de>
> > Cc: Alan Tull <atull at altera.com>
> > Cc: Dinh Nguyen <dinguyen at opensource.altera.com>
> > Cc: Marek Vasut <marex at denx.de>
> > Cc: Olof Johansson <olof at lixom.net>
> > Cc: Thor Thayer <tthayer at altera.com>
> > Cc: Vince Bridgers <vbridgers2013 at gmail.com>
> > ---
> >
> > arch/arm/boot/dts/socfpga.dtsi | 1 +
>
> <snip>
>
> > diff --git a/arch/arm/boot/dts/socfpga_cyclone5_sockit.dts
> > b/arch/arm/boot/dts/socfpga_cyclone5_sockit.dts index 54ed3f9..1a0c726
> > 100644
> > --- a/arch/arm/boot/dts/socfpga_cyclone5_sockit.dts
> > +++ b/arch/arm/boot/dts/socfpga_cyclone5_sockit.dts
> > @@ -172,6 +172,7 @@
> >
> > &mmc0 {
> >
> > vmmc-supply = <®ulator_3_3v>;
> > vqmmc-supply = <®ulator_3_3v>;
> >
> > + status = "okay";
> >
> > };
> >
> > &qspi {
>
> This part doesn't apply to any of the upstream branches. "&qspi" has not
> been enabled yet, unless I have missed that patch? Can you please rebase
> this patch to my branch:
V2 is out, should be better.
I'm still working on the QSPI and had this patch way too high in the queue,
sorry about that ;-)
> git://git.kernel.org:pub/scm/linux/kernel/git/dinguyen/linux.git
> socfpga_for_next_v4.5_dts
>
> Thanks,,
> Dinh
Best regards,
Marek Vasut
More information about the linux-arm-kernel
mailing list