public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jagan Teki <jagan@amarulasolutions.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 04/23] am335x: igep003x: Enable DM_SPI
Date: Wed, 27 May 2020 18:26:18 +0530	[thread overview]
Message-ID: <20200527125637.149189-5-jagan@amarulasolutions.com> (raw)
In-Reply-To: <20200527125637.149189-1-jagan@amarulasolutions.com>

Enable DM_SPI for am355x igep003x board.

Build is fine, but not tested.

Cc: Javier Mart?nez Canillas <javier@dowhile0.org>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
Changes for v2:
- new patch

 configs/am335x_igep003x_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/am335x_igep003x_defconfig b/configs/am335x_igep003x_defconfig
index 633c35f77b..e2fc7f62e9 100644
--- a/configs/am335x_igep003x_defconfig
+++ b/configs/am335x_igep003x_defconfig
@@ -71,6 +71,7 @@ CONFIG_PHY_SMSC=y
 CONFIG_MII=y
 CONFIG_DRIVER_TI_CPSW=y
 CONFIG_SPI=y
+CONFIG_DM_SPI=y
 CONFIG_OMAP3_SPI=y
 CONFIG_FAT_WRITE=y
 CONFIG_FDT_FIXUP_PARTITIONS=y
-- 
2.25.1

  parent reply	other threads:[~2020-05-27 12:56 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-27 12:56 [PATCH v2 00/23] spi: dm-conversion (part1) Jagan Teki
2020-05-27 12:56 ` [PATCH v2 01/23] configs: igep00x0: Enable DM_SPI Jagan Teki
2020-06-03 16:14   ` Enric Balletbo i Serra
2020-06-11  9:26   ` Jagan Teki
2020-05-27 12:56 ` [PATCH v2 02/23] am335x: sl50: " Jagan Teki
2020-06-03 16:14   ` Enric Balletbo i Serra
2020-06-11  9:28   ` Jagan Teki
2020-05-27 12:56 ` [PATCH v2 03/23] am335x: baltos: " Jagan Teki
2020-06-13 18:01   ` Jagan Teki
2020-06-14 18:37     ` Yegor Yefremov
2020-06-18 16:23       ` Jagan Teki
2020-05-27 12:56 ` Jagan Teki [this message]
2020-06-13 18:02   ` [PATCH v2 04/23] am335x: igep003x: " Jagan Teki
2020-07-07 15:27     ` Jagan Teki
2020-05-27 12:56 ` [PATCH v2 05/23] siemens: draco: Enable DM_SPI, DM_SPI_FLASH Jagan Teki
2020-06-13 18:03   ` Jagan Teki
2020-07-07 15:28     ` Jagan Teki
2020-05-27 12:56 ` [PATCH v2 06/23] siemens: pxm2: " Jagan Teki
2020-06-13 18:05   ` Jagan Teki
2020-07-07 15:29     ` Jagan Teki
2020-05-27 12:56 ` [PATCH v2 07/23] siemens: rut: " Jagan Teki
2020-06-13 18:06   ` Jagan Teki
2020-07-07 15:29     ` Jagan Teki
2020-05-27 12:56 ` [PATCH v2 08/23] compulab: Drop cm_t54 Jagan Teki
2020-06-13 18:07   ` Jagan Teki
2020-07-07 15:34     ` Jagan Teki
2020-05-27 12:56 ` [PATCH v2 09/23] compulab: Drop cm_t35 Jagan Teki
2020-06-13 18:11   ` Jagan Teki
2020-07-07 15:36     ` Jagan Teki
2020-05-27 12:56 ` [PATCH v2 10/23] overo: Drop omap3 overo Jagan Teki
2020-06-13 18:13   ` Jagan Teki
2020-07-07 15:40     ` Jagan Teki
2020-05-27 12:56 ` [PATCH v2 11/23] pandora: Drop omap3 pandora Jagan Teki
2020-05-28  9:41   ` Gražvydas Ignotas
2020-05-29 12:39     ` Jagan Teki
2020-05-27 12:56 ` [PATCH v2 12/23] logicpd: Drop omap3 zoom1 Jagan Teki
2020-06-13 18:15   ` Jagan Teki
2020-06-16 12:59     ` Nishanth Menon
2020-07-07 15:43       ` Jagan Teki
2020-05-27 12:56 ` [PATCH v2 13/23] quipos: Drop omap3 cairo Jagan Teki
2020-06-13 18:17   ` Jagan Teki
2020-07-07 15:45     ` Jagan Teki
2020-05-27 12:56 ` [PATCH v2 14/23] gumstix: Drop duovero Jagan Teki
2020-06-13 18:19   ` Jagan Teki
2020-05-27 12:56 ` [PATCH v2 15/23] ti: Drop panda board Jagan Teki
2020-06-05  4:31   ` Lokesh Vutla
2020-06-13 18:23     ` Jagan Teki
2020-06-13 19:32       ` Peter Robinson
2020-06-13 19:35         ` Jagan Teki
2020-06-13 19:39           ` Tom Rini
2020-06-13 19:43             ` Jagan Teki
2020-06-13 23:15               ` Peter Robinson
2020-06-13 23:23                 ` Tom Rini
2020-05-27 12:56 ` [PATCH v2 16/23] ti: Drop sdp4430 board Jagan Teki
2020-06-13 18:21   ` Jagan Teki
2020-07-07 15:48     ` Jagan Teki
2020-07-07 16:00       ` Tom Rini
2020-07-08  6:42         ` Jagan Teki
2020-07-08 17:55           ` Tom Rini
2020-05-27 12:56 ` [PATCH v2 17/23] ti: Drop omap5 uevm Jagan Teki
2020-06-05  4:32   ` Lokesh Vutla
2020-06-13 18:24     ` Jagan Teki
2020-05-27 12:56 ` [PATCH v2 18/23] birdland: Drop bav335x Jagan Teki
2020-06-13 18:26   ` Jagan Teki
2020-07-07 15:51     ` Jagan Teki
2020-05-27 12:56 ` [PATCH v2 19/23] gumstix: Drop pepper Jagan Teki
2020-06-13 18:27   ` Jagan Teki
2020-07-07 15:53     ` Jagan Teki
2020-05-27 12:56 ` [PATCH v2 20/23] phytec: Drop pcm051 Jagan Teki
2020-05-27 14:10   ` Lars Poeschel
2020-05-29 12:40     ` Jagan Teki
2020-05-27 12:56 ` [PATCH v2 21/23] silica: Drop pengwyn Jagan Teki
2020-06-13 18:28   ` Jagan Teki
2020-07-07 15:55     ` Jagan Teki
2020-05-27 12:56 ` [PATCH v2 22/23] spi: omap3: Drop nondm code Jagan Teki
2020-05-27 12:56 ` [PATCH v2 23/23] doc: driver-model: Update SPI migration status Jagan Teki
2020-05-27 13:27 ` [PATCH v2 00/23] spi: dm-conversion (part1) Simon Glass
2020-05-27 15:55   ` Jagan Teki
2020-05-28  3:08     ` Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200527125637.149189-5-jagan@amarulasolutions.com \
    --to=jagan@amarulasolutions.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox