u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Samuel Holland <samuel@sholland.org>
To: Andre Przywara <andre.przywara@arm.com>
Cc: u-boot@lists.denx.de, Jagan Teki <jagan@amarulasolutions.com>,
	Dario Binacchi <dario.binacchi@amarulasolutions.com>,
	Hans de Goede <hdegoede@redhat.com>,
	Lukasz Majewski <lukma@denx.de>,
	Michael Trimarchi <michael@amarulasolutions.com>,
	Sean Anderson <seanga2@gmail.com>, Simon Glass <sjg@chromium.org>
Subject: Re: [PATCH 1/6] clk: sunxi: Add NAND clocks and resets
Date: Mon, 18 Jul 2022 18:50:17 -0500	[thread overview]
Message-ID: <a1ca08f0-0605-ea18-4325-89c2a8be934a@sholland.org> (raw)
In-Reply-To: <20220718171028.7378af38@donnerap.cambridge.arm.com>

On 7/18/22 11:10 AM, Andre Przywara wrote:
> On Wed, 13 Jul 2022 22:15:21 -0500
> Samuel Holland <samuel@sholland.org> wrote:
> 
> Hi,
> 
>> Currently NAND clock setup is done in board code, both in SPL and in
>> U-Boot proper. Add the NAND clocks/resets here so they can be used by
>> the "full" NAND driver once it is converted to the driver model.
>>
>> The bit locations are copied from the Linux CCU drivers.
>>
>> Signed-off-by: Samuel Holland <samuel@sholland.org>
>> ---
>>
>>  drivers/clk/sunxi/clk_a10.c  | 2 ++
>>  drivers/clk/sunxi/clk_a10s.c | 2 ++
>>  drivers/clk/sunxi/clk_a23.c  | 3 +++
>>  drivers/clk/sunxi/clk_a31.c  | 6 ++++++
>>  drivers/clk/sunxi/clk_a64.c  | 3 +++
>>  drivers/clk/sunxi/clk_a80.c  | 8 ++++++++
>>  drivers/clk/sunxi/clk_a83t.c | 3 +++
>>  drivers/clk/sunxi/clk_h3.c   | 3 +++
>>  drivers/clk/sunxi/clk_h6.c   | 6 ++++++
>>  drivers/clk/sunxi/clk_h616.c | 6 ++++++
>>  drivers/clk/sunxi/clk_r40.c  | 3 +++
>>  11 files changed, 45 insertions(+)
>>
>> diff --git a/drivers/clk/sunxi/clk_a10.c b/drivers/clk/sunxi/clk_a10.c
>> index db92848aafde..69c46da841e9 100644
>> --- a/drivers/clk/sunxi/clk_a10.c
>> +++ b/drivers/clk/sunxi/clk_a10.c
>> @@ -23,6 +23,7 @@ static struct ccu_clk_gate a10_gates[] = {
>>  	[CLK_AHB_MMC1]		= GATE(0x060, BIT(9)),
>>  	[CLK_AHB_MMC2]		= GATE(0x060, BIT(10)),
>>  	[CLK_AHB_MMC3]		= GATE(0x060, BIT(11)),
>> +	[CLK_AHB_NAND]		= GATE(0x060, BIT(13)),
>>  	[CLK_AHB_EMAC]		= GATE(0x060, BIT(17)),
>>  	[CLK_AHB_SPI0]		= GATE(0x060, BIT(20)),
>>  	[CLK_AHB_SPI1]		= GATE(0x060, BIT(21)),
>> @@ -47,6 +48,7 @@ static struct ccu_clk_gate a10_gates[] = {
>>  	[CLK_APB1_UART6]	= GATE(0x06c, BIT(22)),
>>  	[CLK_APB1_UART7]	= GATE(0x06c, BIT(23)),
>>  
>> +	[CLK_NAND]		= GATE(0x080, BIT(31)),
>>  	[CLK_SPI0]		= GATE(0x0a0, BIT(31)),
>>  	[CLK_SPI1]		= GATE(0x0a4, BIT(31)),
>>  	[CLK_SPI2]		= GATE(0x0a8, BIT(31)),
>> diff --git a/drivers/clk/sunxi/clk_a10s.c b/drivers/clk/sunxi/clk_a10s.c
>> index 0c6564ef3b62..6abccea3aa9e 100644
>> --- a/drivers/clk/sunxi/clk_a10s.c
>> +++ b/drivers/clk/sunxi/clk_a10s.c
>> @@ -20,6 +20,7 @@ static struct ccu_clk_gate a10s_gates[] = {
>>  	[CLK_AHB_MMC0]		= GATE(0x060, BIT(8)),
>>  	[CLK_AHB_MMC1]		= GATE(0x060, BIT(9)),
>>  	[CLK_AHB_MMC2]		= GATE(0x060, BIT(10)),
>> +	[CLK_AHB_NAND]		= GATE(0x060, BIT(13)),
>>  	[CLK_AHB_EMAC]		= GATE(0x060, BIT(17)),
>>  	[CLK_AHB_SPI0]		= GATE(0x060, BIT(20)),
>>  	[CLK_AHB_SPI1]		= GATE(0x060, BIT(21)),
>> @@ -35,6 +36,7 @@ static struct ccu_clk_gate a10s_gates[] = {
>>  	[CLK_APB1_UART2]	= GATE(0x06c, BIT(18)),
>>  	[CLK_APB1_UART3]	= GATE(0x06c, BIT(19)),
>>  
>> +	[CLK_NAND]		= GATE(0x080, BIT(31)),
>>  	[CLK_SPI0]		= GATE(0x0a0, BIT(31)),
>>  	[CLK_SPI1]		= GATE(0x0a4, BIT(31)),
>>  	[CLK_SPI2]		= GATE(0x0a8, BIT(31)),
>> diff --git a/drivers/clk/sunxi/clk_a23.c b/drivers/clk/sunxi/clk_a23.c
>> index 0280fb51e2db..342af83b158d 100644
>> --- a/drivers/clk/sunxi/clk_a23.c
>> +++ b/drivers/clk/sunxi/clk_a23.c
>> @@ -17,6 +17,7 @@ static struct ccu_clk_gate a23_gates[] = {
>>  	[CLK_BUS_MMC0]		= GATE(0x060, BIT(8)),
>>  	[CLK_BUS_MMC1]		= GATE(0x060, BIT(9)),
>>  	[CLK_BUS_MMC2]		= GATE(0x060, BIT(10)),
>> +	[CLK_BUS_NAND]		= GATE(0x060, BIT(13)),
>>  	[CLK_BUS_SPI0]		= GATE(0x060, BIT(20)),
>>  	[CLK_BUS_SPI1]		= GATE(0x060, BIT(21)),
>>  	[CLK_BUS_OTG]		= GATE(0x060, BIT(24)),
>> @@ -34,6 +35,7 @@ static struct ccu_clk_gate a23_gates[] = {
>>  	[CLK_BUS_UART3]		= GATE(0x06c, BIT(19)),
>>  	[CLK_BUS_UART4]		= GATE(0x06c, BIT(20)),
>>  
>> +	[CLK_NAND]		= GATE(0x080, BIT(31)),
>>  	[CLK_SPI0]		= GATE(0x0a0, BIT(31)),
>>  	[CLK_SPI1]		= GATE(0x0a4, BIT(31)),
>>  
>> @@ -52,6 +54,7 @@ static struct ccu_reset a23_resets[] = {
>>  	[RST_BUS_MMC0]		= RESET(0x2c0, BIT(8)),
>>  	[RST_BUS_MMC1]		= RESET(0x2c0, BIT(9)),
>>  	[RST_BUS_MMC2]		= RESET(0x2c0, BIT(10)),
>> +	[RST_BUS_NAND]		= RESET(0x2c0, BIT(13)),
>>  	[RST_BUS_SPI0]		= RESET(0x2c0, BIT(20)),
>>  	[RST_BUS_SPI1]		= RESET(0x2c0, BIT(21)),
>>  	[RST_BUS_OTG]		= RESET(0x2c0, BIT(24)),
>> diff --git a/drivers/clk/sunxi/clk_a31.c b/drivers/clk/sunxi/clk_a31.c
>> index 26d25f324080..703ddc01dad0 100644
>> --- a/drivers/clk/sunxi/clk_a31.c
>> +++ b/drivers/clk/sunxi/clk_a31.c
>> @@ -18,6 +18,8 @@ static struct ccu_clk_gate a31_gates[] = {
>>  	[CLK_AHB1_MMC1]		= GATE(0x060, BIT(9)),
>>  	[CLK_AHB1_MMC2]		= GATE(0x060, BIT(10)),
>>  	[CLK_AHB1_MMC3]		= GATE(0x060, BIT(11)),
>> +	[CLK_AHB1_NAND1]	= GATE(0x060, BIT(12)),
>> +	[CLK_AHB1_NAND0]	= GATE(0x060, BIT(13)),
>>  	[CLK_AHB1_EMAC]		= GATE(0x060, BIT(17)),
>>  	[CLK_AHB1_SPI0]		= GATE(0x060, BIT(20)),
>>  	[CLK_AHB1_SPI1]		= GATE(0x060, BIT(21)),
>> @@ -43,6 +45,8 @@ static struct ccu_clk_gate a31_gates[] = {
>>  	[CLK_APB2_UART4]	= GATE(0x06c, BIT(20)),
>>  	[CLK_APB2_UART5]	= GATE(0x06c, BIT(21)),
>>  
>> +	[CLK_NAND0]		= GATE(0x080, BIT(31)),
>> +	[CLK_NAND1]		= GATE(0x084, BIT(31)),
>>  	[CLK_SPI0]		= GATE(0x0a0, BIT(31)),
>>  	[CLK_SPI1]		= GATE(0x0a4, BIT(31)),
>>  	[CLK_SPI2]		= GATE(0x0a8, BIT(31)),
>> @@ -65,6 +69,8 @@ static struct ccu_reset a31_resets[] = {
>>  	[RST_AHB1_MMC1]		= RESET(0x2c0, BIT(9)),
>>  	[RST_AHB1_MMC2]		= RESET(0x2c0, BIT(10)),
>>  	[RST_AHB1_MMC3]		= RESET(0x2c0, BIT(11)),
>> +	[RST_AHB1_NAND1]	= RESET(0x2c0, BIT(12)),
>> +	[RST_AHB1_NAND0]	= RESET(0x2c0, BIT(13)),
>>  	[RST_AHB1_EMAC]		= RESET(0x2c0, BIT(17)),
>>  	[RST_AHB1_SPI0]		= RESET(0x2c0, BIT(20)),
>>  	[RST_AHB1_SPI1]		= RESET(0x2c0, BIT(21)),
>> diff --git a/drivers/clk/sunxi/clk_a64.c b/drivers/clk/sunxi/clk_a64.c
>> index cbb9168edb9c..916ff4c2b5d1 100644
>> --- a/drivers/clk/sunxi/clk_a64.c
>> +++ b/drivers/clk/sunxi/clk_a64.c
>> @@ -19,6 +19,7 @@ static const struct ccu_clk_gate a64_gates[] = {
>>  	[CLK_BUS_MMC0]		= GATE(0x060, BIT(8)),
>>  	[CLK_BUS_MMC1]		= GATE(0x060, BIT(9)),
>>  	[CLK_BUS_MMC2]		= GATE(0x060, BIT(10)),
>> +	[CLK_BUS_NAND]		= GATE(0x060, BIT(13)),
>>  	[CLK_BUS_EMAC]		= GATE(0x060, BIT(17)),
>>  	[CLK_BUS_SPI0]		= GATE(0x060, BIT(20)),
>>  	[CLK_BUS_SPI1]		= GATE(0x060, BIT(21)),
>> @@ -39,6 +40,7 @@ static const struct ccu_clk_gate a64_gates[] = {
>>  	[CLK_BUS_UART3]		= GATE(0x06c, BIT(19)),
>>  	[CLK_BUS_UART4]		= GATE(0x06c, BIT(20)),
>>  
>> +	[CLK_NAND]		= GATE(0x080, BIT(31)),
>>  	[CLK_SPI0]		= GATE(0x0a0, BIT(31)),
>>  	[CLK_SPI1]		= GATE(0x0a4, BIT(31)),
>>  
>> @@ -58,6 +60,7 @@ static const struct ccu_reset a64_resets[] = {
>>  	[RST_BUS_MMC0]		= RESET(0x2c0, BIT(8)),
>>  	[RST_BUS_MMC1]		= RESET(0x2c0, BIT(9)),
>>  	[RST_BUS_MMC2]		= RESET(0x2c0, BIT(10)),
>> +	[RST_BUS_NAND]		= RESET(0x2c0, BIT(13)),
>>  	[RST_BUS_EMAC]		= RESET(0x2c0, BIT(17)),
>>  	[RST_BUS_SPI0]		= RESET(0x2c0, BIT(20)),
>>  	[RST_BUS_SPI1]		= RESET(0x2c0, BIT(21)),
>> diff --git a/drivers/clk/sunxi/clk_a80.c b/drivers/clk/sunxi/clk_a80.c
>> index 1ee1f99a8f49..be732f5d1b50 100644
>> --- a/drivers/clk/sunxi/clk_a80.c
>> +++ b/drivers/clk/sunxi/clk_a80.c
>> @@ -14,12 +14,18 @@
>>  #include <linux/bitops.h>
>>  
>>  static const struct ccu_clk_gate a80_gates[] = {
>> +	[CLK_NAND0_0]		= GATE(0x400, BIT(31)),
>> +	[CLK_NAND0_1]		= GATE(0x404, BIT(31)),
>> +	[CLK_NAND1_0]		= GATE(0x408, BIT(31)),
>> +	[CLK_NAND1_1]		= GATE(0x40c, BIT(31)),
> 
> So my copy of the manual (v1.1 from the Wiki) doesn't have the second
> pair, although there are two gates, so I assume it's just a doc issue.
> 
>>  	[CLK_SPI0]		= GATE(0x430, BIT(31)),
>>  	[CLK_SPI1]		= GATE(0x434, BIT(31)),
>>  	[CLK_SPI2]		= GATE(0x438, BIT(31)),
>>  	[CLK_SPI3]		= GATE(0x43c, BIT(31)),
>>  
>>  	[CLK_BUS_MMC]		= GATE(0x580, BIT(8)),
>> +	[CLK_BUS_NAND0]		= GATE(0x580, BIT(12)),
>> +	[CLK_BUS_NAND1]		= GATE(0x580, BIT(13)),
> 
> Those seem to be swapped, in line with the other dual NAND SoCs.
> 
>>  	[CLK_BUS_SPI0]		= GATE(0x580, BIT(20)),
>>  	[CLK_BUS_SPI1]		= GATE(0x580, BIT(21)),
>>  	[CLK_BUS_SPI2]		= GATE(0x580, BIT(22)),
>> @@ -42,6 +48,8 @@ static const struct ccu_clk_gate a80_gates[] = {
>>  
>>  static const struct ccu_reset a80_resets[] = {
>>  	[RST_BUS_MMC]		= RESET(0x5a0, BIT(8)),
>> +	[RST_BUS_NAND0]		= RESET(0x5a0, BIT(12)),
>> +	[RST_BUS_NAND1]		= RESET(0x5a0, BIT(13)),
> 
> and those two as well.
> 
> Compared the rest against the respective manuals, they look fine.

Indeed, the manual has them swapped. Then that means the Linux driver is also
wrong. I will send a patch for it.

Regards,
Samuel

  reply	other threads:[~2022-07-18 23:50 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-14  3:15 [PATCH 0/6] mtd: nand: sunxi: Convert to devicetree and the driver model Samuel Holland
2022-07-14  3:15 ` [PATCH 1/6] clk: sunxi: Add NAND clocks and resets Samuel Holland
2022-07-15  9:25   ` Jagan Teki
2022-07-18 16:10   ` Andre Przywara
2022-07-18 23:50     ` Samuel Holland [this message]
2022-07-14  3:15 ` [PATCH 2/6] pinctrl: sunxi: Add NAND pinmuxes Samuel Holland
2022-07-15  9:26   ` Jagan Teki
2022-07-18 16:20   ` Andre Przywara
2022-07-18 17:26     ` Michael Nazzareno Trimarchi
2022-07-19  2:04     ` Samuel Holland
2022-07-14  3:15 ` [PATCH 3/6] mtd: nand: sunxi: Remove an unnecessary check Samuel Holland
2022-07-17 14:01   ` Michael Nazzareno Trimarchi
2022-07-14  3:15 ` [PATCH 4/6] mtd: nand: sunxi: Convert from fdtdec to ofnode Samuel Holland
2022-07-14  3:15 ` [PATCH 5/6] mtd: nand: sunxi: Convert to the driver model Samuel Holland
2022-07-17 14:10   ` Michael Nazzareno Trimarchi
2022-07-14  3:15 ` [PATCH 6/6] mtd: nand: sunxi: Pass the device to the init function Samuel Holland
2022-07-14  5:38 ` [PATCH 0/6] mtd: nand: sunxi: Convert to devicetree and the driver model Michael Nazzareno Trimarchi
2022-07-14  6:47   ` Icenowy Zheng

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=a1ca08f0-0605-ea18-4325-89c2a8be934a@sholland.org \
    --to=samuel@sholland.org \
    --cc=andre.przywara@arm.com \
    --cc=dario.binacchi@amarulasolutions.com \
    --cc=hdegoede@redhat.com \
    --cc=jagan@amarulasolutions.com \
    --cc=lukma@denx.de \
    --cc=michael@amarulasolutions.com \
    --cc=seanga2@gmail.com \
    --cc=sjg@chromium.org \
    --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;
as well as URLs for NNTP newsgroup(s).