From: Stephen Boyd <sboyd@kernel.org>
To: Conor Dooley <conor+dt@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
Nobuhiro Iwamatsu <nobuhiro.iwamatsu.x90@mail.toshiba>,
Philipp Zabel <p.zabel@pengutronix.de>,
Rob Herring <robh@kernel.org>,
Yuji Ishikawa <yuji2.ishikawa@toshiba.co.jp>
Cc: linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
Yuji Ishikawa <yuji2.ishikawa@toshiba.co.jp>
Subject: Re: [PATCH v3 2/2] clk: visconti: Add VIIF clocks
Date: Thu, 20 Nov 2025 18:56:54 -0800 [thread overview]
Message-ID: <176369381444.11952.3963774406317821182@localhost.localdomain> (raw)
In-Reply-To: <20251114070512.855008-3-yuji2.ishikawa@toshiba.co.jp>
Quoting Yuji Ishikawa (2025-11-13 23:05:12)
> Add the control sequence of register bits to handle the clocks and the
> resets of Video Input Interface.
>
> Signed-off-by: Yuji Ishikawa <yuji2.ishikawa@toshiba.co.jp>
> ---
Applied to clk-next but see below.
> diff --git a/drivers/clk/visconti/clkc-tmpv770x.c b/drivers/clk/visconti/clkc-tmpv770x.c
> index 94a736da6..1e2e8d643 100644
> --- a/drivers/clk/visconti/clkc-tmpv770x.c
> +++ b/drivers/clk/visconti/clkc-tmpv770x.c
> @@ -18,8 +18,8 @@
> #include "reset.h"
>
> /* Must be equal to the last clock/reset ID increased by one */
> -#define CLKS_NR (TMPV770X_CLK_BUSLCK + 1)
> -#define RESETS_NR (TMPV770X_RESET_SBUSCLK + 1)
> +#define CLKS_NR (TMPV770X_CLK_VIIFBS1_PROC + 1)
> +#define RESETS_NR (TMPV770X_RESET_VIIFBS1_L1ISP + 1)
>
> static DEFINE_SPINLOCK(tmpv770x_clk_lock);
> static DEFINE_SPINLOCK(tmpv770x_rst_lock);
> @@ -32,6 +32,10 @@ static const struct clk_parent_data pietherplls_parent_data[] = {
> { .fw_name = "pietherpll", .name = "pietherpll", },
> };
>
> +static const struct clk_parent_data pidnnplls_parent_data[] = {
> + { .fw_name = "pidnnpll", .name = "pidnnpll", },
> +};
This is wrong. There's no "pidnnpll" in the DT binding for
toshiba,tmpv770x-pismu 'clocks' property. Please send a follow up patch
that cleans up the usage of clk_parent_data in this driver.
next prev parent reply other threads:[~2025-11-21 5:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-14 7:05 [PATCH v3 0/2] clk: visconti: Add support for VIIF on Toshiba Visconti TMPV770x SoC Yuji Ishikawa
2025-11-14 7:05 ` [PATCH v3 1/2] dt-bindings: clock: tmpv770x: Add VIIF clocks Yuji Ishikawa
2025-11-14 17:54 ` Conor Dooley
2025-11-21 2:57 ` Stephen Boyd
2025-11-14 7:05 ` [PATCH v3 2/2] clk: visconti: " Yuji Ishikawa
2025-11-21 2:56 ` Stephen Boyd [this message]
2025-12-03 7:50 ` yuji.ishikawa.x51
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=176369381444.11952.3963774406317821182@localhost.localdomain \
--to=sboyd@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=nobuhiro.iwamatsu.x90@mail.toshiba \
--cc=p.zabel@pengutronix.de \
--cc=robh@kernel.org \
--cc=yuji2.ishikawa@toshiba.co.jp \
/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