From: Jagan Teki <jteki@openedev.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/5] dm: ls1021aqds: dts: Use "spi_dataflash" driver instead of "spi_flash_std" for DSPI flash
Date: Sun, 28 Jun 2015 00:01:57 +0530 [thread overview]
Message-ID: <1435429920-32466-3-git-send-email-jteki@openedev.com> (raw)
In-Reply-To: <1435429920-32466-1-git-send-email-jteki@openedev.com>
From: "Haikun.Wang@freescale.com" <Haikun.Wang@freescale.com>
The type of DSPI flash on ls1021aqds is AT45DB021, it has specail
commands and page-size.
Use the special spi flash driver instead of "spi_flash_std" driver.
Signed-off-by: Haikun Wang <haikun.wang@freescale.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagan Teki <jteki@openedev.com>
---
Changes in v7:
- Rebase to master
Changes in v2:
- Add defconfig patch in this series
arch/arm/dts/ls1021a-qds.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/ls1021a-qds.dts b/arch/arm/dts/ls1021a-qds.dts
index 8367811..e634292 100644
--- a/arch/arm/dts/ls1021a-qds.dts
+++ b/arch/arm/dts/ls1021a-qds.dts
@@ -30,7 +30,7 @@
dspiflash: at45db021d at 0 {
#address-cells = <1>;
#size-cells = <1>;
- compatible = "spi-flash";
+ compatible = "atmel,dataflash";
spi-max-frequency = <16000000>;
spi-cpol;
spi-cpha;
--
1.9.1
next prev parent reply other threads:[~2015-06-27 18:31 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-27 18:31 [U-Boot] [PATCH v7 0/5] sf: Add dataflash support Jagan Teki
2015-06-27 18:31 ` [U-Boot] [PATCH 1/5] dm: sf: Add Atmel DataFlash spi flash driver Jagan Teki
2015-06-29 7:48 ` Wang Haikun
2015-06-27 18:31 ` Jagan Teki [this message]
2015-06-29 7:48 ` [U-Boot] [PATCH 2/5] dm: ls1021aqds: dts: Use "spi_dataflash" driver instead of "spi_flash_std" for DSPI flash Wang Haikun
2015-06-27 18:31 ` [U-Boot] [PATCH 3/5] arm: ls102xa: Enable Driver Model SPI for ls1021aqds Jagan Teki
2015-06-29 3:21 ` Wang Haikun
2015-06-27 18:31 ` [U-Boot] [PATCH 4/5] arm: ls102xa: Enable Driver Model SPI for ls1021atwr Jagan Teki
2015-06-29 7:48 ` Wang Haikun
2015-06-27 18:32 ` [U-Boot] [PATCH 5/5] defconfig: ls1021a: Add OF_CONTROL and DM support Jagan Teki
2015-06-29 7:49 ` Wang Haikun
2015-06-27 18:35 ` [U-Boot] [PATCH v7 0/5] sf: Add dataflash support Jagan Teki
2015-06-27 18:36 ` Jagan Teki
2015-06-29 3:23 ` Wang Haikun
2015-06-29 19:52 ` Jagan Teki
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=1435429920-32466-3-git-send-email-jteki@openedev.com \
--to=jteki@openedev.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