[PATCH] ARM: socfpga: dts: Enable MMC support at correct place in the DT
Dinh Nguyen
dinguyen at opensource.altera.com
Fri Dec 18 04:45:50 PST 2015
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:
git://git.kernel.org:pub/scm/linux/kernel/git/dinguyen/linux.git socfpga_for_next_v4.5_dts
Thanks,,
Dinh
More information about the linux-arm-kernel
mailing list