From: Sagar Shrikant Kadam <sagar.kadam@sifive.com>
To: tudor.ambarus@microchip.com, miquel.raynal@bootlin.com,
richard@nod.at, vigneshr@ti.com
Cc: linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org,
Sagar Shrikant Kadam <sagar.kadam@sifive.com>,
paul.walmsley@sifive.com, palmer@dabbelt.com,
linux-riscv@lists.infradead.org
Subject: [PATCH 1/2] riscv: defconfig: enable spi nor on Hifive Unleashed A00 board.
Date: Thu, 30 Apr 2020 02:58:51 -0700 [thread overview]
Message-ID: <1588240732-13905-2-git-send-email-sagar.kadam@sifive.com> (raw)
In-Reply-To: <1588240732-13905-1-git-send-email-sagar.kadam@sifive.com>
Enable MTD based SPI-NOR framework in order to use spi flash
available on HiFive Unleashed A00 board.
Signed-off-by: Sagar Shrikant Kadam <sagar.kadam@sifive.com>
---
arch/riscv/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index 4da4886..970580b 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -80,6 +80,8 @@ CONFIG_USB_STORAGE=y
CONFIG_USB_UAS=y
CONFIG_MMC=y
CONFIG_MMC_SPI=y
+CONFIG_MTD=y
+CONFIG_MTD_SPI_NOR=y
CONFIG_RTC_CLASS=y
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_BALLOON=y
--
2.7.4
next prev parent reply other threads:[~2020-04-30 9:59 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-30 9:58 [PATCH 0/2] update is25wp256d page write capabilities Sagar Shrikant Kadam
2020-04-30 9:58 ` Sagar Shrikant Kadam [this message]
2020-05-04 22:10 ` [PATCH 1/2] riscv: defconfig: enable spi nor on Hifive Unleashed A00 board Palmer Dabbelt
2020-05-05 7:18 ` Sagar Kadam
2020-05-05 23:23 ` Palmer Dabbelt
2020-05-06 3:56 ` Sagar Kadam
2020-05-06 5:09 ` Anup Patel
2020-05-06 7:26 ` Andreas Schwab
2020-05-10 15:32 ` Sagar Kadam
2020-04-30 9:58 ` [PATCH 2/2] spi: nor: update page program settings for is25wp256 using post bfpt fixup Sagar Shrikant Kadam
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=1588240732-13905-2-git-send-email-sagar.kadam@sifive.com \
--to=sagar.kadam@sifive.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=linux-riscv@lists.infradead.org \
--cc=miquel.raynal@bootlin.com \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=richard@nod.at \
--cc=tudor.ambarus@microchip.com \
--cc=vigneshr@ti.com \
/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