* [U-Boot] [PATCH] arm: socfpga: Enable DM and DM_SPI
@ 2015-03-04 22:22 Marek Vasut
2015-03-05 9:47 ` Stefan Roese
2015-03-05 10:56 ` Pavel Machek
0 siblings, 2 replies; 5+ messages in thread
From: Marek Vasut @ 2015-03-04 22:22 UTC (permalink / raw)
To: u-boot
Enable DM and DM_SPI support for both Cyclone 5 and Arria 5 boards,
since they use drivers which require those.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@opensource.altera.com>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Pavel Machek <pavel@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Stefan Roese <sr@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Cc: Vince Bridgers <vbridger@opensource.altera.com>
---
configs/socfpga_arria5_defconfig | 3 +++
configs/socfpga_cyclone5_defconfig | 3 +++
2 files changed, 6 insertions(+)
diff --git a/configs/socfpga_arria5_defconfig b/configs/socfpga_arria5_defconfig
index f152e9d..ed46adf 100644
--- a/configs/socfpga_arria5_defconfig
+++ b/configs/socfpga_arria5_defconfig
@@ -3,3 +3,6 @@ CONFIG_SPL=y
+S:CONFIG_TARGET_SOCFPGA_ARRIA5=y
CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="socfpga_arria5_socdk"
+CONFIG_DM=y
+CONFIG_DM_SPI=y
+CONFIG_DM_SPI_FLASH=y
diff --git a/configs/socfpga_cyclone5_defconfig b/configs/socfpga_cyclone5_defconfig
index 2d3dd47..6743f4d 100644
--- a/configs/socfpga_cyclone5_defconfig
+++ b/configs/socfpga_cyclone5_defconfig
@@ -3,3 +3,6 @@ CONFIG_SPL=y
+S:CONFIG_TARGET_SOCFPGA_CYCLONE5=y
CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_socdk"
+CONFIG_DM=y
+CONFIG_DM_SPI=y
+CONFIG_DM_SPI_FLASH=y
--
2.1.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] arm: socfpga: Enable DM and DM_SPI
2015-03-04 22:22 [U-Boot] [PATCH] arm: socfpga: Enable DM and DM_SPI Marek Vasut
@ 2015-03-05 9:47 ` Stefan Roese
2015-03-05 10:56 ` Pavel Machek
1 sibling, 0 replies; 5+ messages in thread
From: Stefan Roese @ 2015-03-05 9:47 UTC (permalink / raw)
To: u-boot
On 04.03.2015 23:22, Marek Vasut wrote:
> Enable DM and DM_SPI support for both Cyclone 5 and Arria 5 boards,
> since they use drivers which require those.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Chin Liang See <clsee@opensource.altera.com>
> Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
> Cc: Pavel Machek <pavel@denx.de>
> Cc: Simon Glass <sjg@chromium.org>
> Cc: Stefan Roese <sr@denx.de>
> Cc: Tom Rini <trini@konsulko.com>
> Cc: Vince Bridgers <vbridger@opensource.altera.com>
Acked-by: Stefan Roese <sr@denx.de>
Thanks,
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] arm: socfpga: Enable DM and DM_SPI
2015-03-04 22:22 [U-Boot] [PATCH] arm: socfpga: Enable DM and DM_SPI Marek Vasut
2015-03-05 9:47 ` Stefan Roese
@ 2015-03-05 10:56 ` Pavel Machek
2015-03-05 19:46 ` Simon Glass
1 sibling, 1 reply; 5+ messages in thread
From: Pavel Machek @ 2015-03-05 10:56 UTC (permalink / raw)
To: u-boot
On Wed 2015-03-04 23:22:25, Marek Vasut wrote:
> Enable DM and DM_SPI support for both Cyclone 5 and Arria 5 boards,
> since they use drivers which require those.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Chin Liang See <clsee@opensource.altera.com>
> Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Acked-by: Pavel Machek <pavel@denx.de>
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] arm: socfpga: Enable DM and DM_SPI
2015-03-05 10:56 ` Pavel Machek
@ 2015-03-05 19:46 ` Simon Glass
2015-03-05 20:06 ` Marek Vasut
0 siblings, 1 reply; 5+ messages in thread
From: Simon Glass @ 2015-03-05 19:46 UTC (permalink / raw)
To: u-boot
On 5 March 2015 at 03:56, Pavel Machek <pavel@denx.de> wrote:
> On Wed 2015-03-04 23:22:25, Marek Vasut wrote:
>> Enable DM and DM_SPI support for both Cyclone 5 and Arria 5 boards,
>> since they use drivers which require those.
>>
>> Signed-off-by: Marek Vasut <marex@denx.de>
>> Cc: Chin Liang See <clsee@opensource.altera.com>
>> Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
>
> Acked-by: Pavel Machek <pavel@denx.de>
>
> --
> (english) http://www.livejournal.com/~pavelmachek
> (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
Acked-by: Simon Glass <sjg@chromium.org>
(Marek I guess you will pick this up, but if not let me know)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] arm: socfpga: Enable DM and DM_SPI
2015-03-05 19:46 ` Simon Glass
@ 2015-03-05 20:06 ` Marek Vasut
0 siblings, 0 replies; 5+ messages in thread
From: Marek Vasut @ 2015-03-05 20:06 UTC (permalink / raw)
To: u-boot
On Thursday, March 05, 2015 at 08:46:44 PM, Simon Glass wrote:
> On 5 March 2015 at 03:56, Pavel Machek <pavel@denx.de> wrote:
> > On Wed 2015-03-04 23:22:25, Marek Vasut wrote:
> >> Enable DM and DM_SPI support for both Cyclone 5 and Arria 5 boards,
> >> since they use drivers which require those.
> >>
> >> Signed-off-by: Marek Vasut <marex@denx.de>
> >> Cc: Chin Liang See <clsee@opensource.altera.com>
> >> Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
> >
> > Acked-by: Pavel Machek <pavel@denx.de>
> >
> > --
> > (english) http://www.livejournal.com/~pavelmachek
> > (cesky, pictures)
> > http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
>
> Acked-by: Simon Glass <sjg@chromium.org>
>
> (Marek I guess you will pick this up, but if not let me know)
I will pick it, yep.
Thanks.
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-03-05 20:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04 22:22 [U-Boot] [PATCH] arm: socfpga: Enable DM and DM_SPI Marek Vasut
2015-03-05 9:47 ` Stefan Roese
2015-03-05 10:56 ` Pavel Machek
2015-03-05 19:46 ` Simon Glass
2015-03-05 20:06 ` Marek Vasut
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox