From: Dinh Nguyen <dinguyen@kernel.org>
To: Marek Vasut <marex@denx.de>, linux-spi@vger.kernel.org
Cc: Pratyush Yadav <p.yadav@ti.com>
Subject: Re: [PATCH] [RFC] spi: cadence-quadspi: Disable DAC on SoCFPGA
Date: Tue, 22 Feb 2022 15:32:58 -0600 [thread overview]
Message-ID: <8dc7a7d6-d24f-b3a6-32b9-64cdb8c6f3be@kernel.org> (raw)
In-Reply-To: <8060ae0e-700e-3b72-3ab9-e7ca8e19ad9e@denx.de>
On 2/22/22 12:30, Marek Vasut wrote:
> On 2/22/22 16:49, Dinh Nguyen wrote:
>>
>>
>> On 2/21/22 11:05, Marek Vasut wrote:
>>> On 2/21/22 17:38, Dinh Nguyen wrote:
>>>>
>>>>
>>>> On 2/20/22 22:32, Marek Vasut wrote:
>>>>> On SoCFPGA Gen5, DAC memcpy_fromio() in cqspi_direct_read_execute()
>>>>> leads to data abort, disable DAC to avoid triggering it:
>>>>>
>>>>> Unhandled fault: imprecise external abort (0x1406) at 0x0400d3e9
>>>>> [0400d3e9] *pgd=00000000
>>>>>
>>>>> Signed-off-by: Marek Vasut <marex@denx.de>
>>>>> Cc: Dinh Nguyen <dinguyen@kernel.org>
>>>>> Cc: Pratyush Yadav <p.yadav@ti.com>
>>>>> ---
>>>>> drivers/spi/spi-cadence-quadspi.c | 2 +-
>>>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>>>
>>>>> diff --git a/drivers/spi/spi-cadence-quadspi.c
>>>>> b/drivers/spi/spi-cadence-quadspi.c
>>>>> index b808c94641fa6..65f2c2449be09 100644
>>>>> --- a/drivers/spi/spi-cadence-quadspi.c
>>>>> +++ b/drivers/spi/spi-cadence-quadspi.c
>>>>> @@ -1870,7 +1870,7 @@ static const struct cqspi_driver_platdata
>>>>> intel_lgm_qspi = {
>>>>> };
>>>>> static const struct cqspi_driver_platdata socfpga_qspi = {
>>>>> - .quirks = CQSPI_NO_SUPPORT_WR_COMPLETION,
>>>>> + .quirks = CQSPI_DISABLE_DAC_MODE |
>>>>> CQSPI_NO_SUPPORT_WR_COMPLETION,
>>>>> };
>>>>> static const struct cqspi_driver_platdata versal_ospi = {
>>>>
>>>> Acked-by: Dinh Nguyen <dinguyen@kernel.org>
>>>
>>> Is this DAC really not working on socfpga gen5 or is there some other
>>> issue ?
>>
>> I don't know the answer to this question. What is the DAC in the QSPI
>> module and how do I go about testing it?
>
> DAC = direct access.
>
> How do you go about testing this -- compile kernel with/without this
> patch, boot on SoCFPGA Gen5 with QSPI NOR attached, the kernel crashes
> without this patch on imprecise external abort.
Hmm...I just tested v5.17-rc3 on a C5 board and QSPI looks to be working
fine:
[ 1.744489] spi-nor spi1.0: found n25q512ax3, expected mt25qu02g
[ 1.750534] dma-pl330 ffe01000.pdma: Reset Channel-0 CS-f FTC-40000
[ 1.756941] spi-nor spi1.0: n25q512ax3 (65536 Kbytes)
[ 1.762369] 2 fixed-partitions partitions found on MTD device
ff705000.spi.0
[ 1.769425] Creating 2 MTD partitions on "ff705000.spi.0":
[ 1.774925] 0x000000000000-0x000000800000 : "Flash 0 Raw Data"
[ 1.781942] 0x000000800000-0x000008000000 : "Flash 0 jffs2 Filesystem"
[ 1.788468] mtd: partition "Flash 0 jffs2 Filesystem" extends beyond
the end of device "ff705000.spi.0" -- size truncated to 0x3800000
Dinh
next prev parent reply other threads:[~2022-02-22 21:33 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-21 4:32 [PATCH] [RFC] spi: cadence-quadspi: Disable DAC on SoCFPGA Marek Vasut
2022-02-21 16:38 ` Dinh Nguyen
2022-02-21 17:05 ` Marek Vasut
2022-02-22 15:49 ` Dinh Nguyen
2022-02-22 18:30 ` Marek Vasut
2022-02-22 21:32 ` Dinh Nguyen [this message]
2022-02-23 0:54 ` Marek Vasut
2022-02-23 16:28 ` Dinh Nguyen
2022-02-23 16:43 ` Marek Vasut
2022-02-23 16:46 ` Dinh Nguyen
2022-02-23 17:16 ` Marek Vasut
2022-02-23 22:18 ` Dinh Nguyen
2022-02-23 23:46 ` Marek Vasut
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=8dc7a7d6-d24f-b3a6-32b9-64cdb8c6f3be@kernel.org \
--to=dinguyen@kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=marex@denx.de \
--cc=p.yadav@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;
as well as URLs for NNTP newsgroup(s).