From: Frank Li <Frank.li@nxp.com>
To: Laurentiu Mihalcea <laurentiumihalcea111@gmail.com>
Cc: Abel Vesa <abelvesa@kernel.org>, Peng Fan <peng.fan@nxp.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Shawn Guo <shawnguo@kernel.org>, Marek Vasut <marex@denx.de>,
Stephen Boyd <sboyd@kernel.org>,
Shengjiu Wang <shengjiu.wang@nxp.com>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
linux-clk@vger.kernel.org, imx@lists.linux.dev,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/4] dt-bindings: clock: imx8mp: add axi clock
Date: Tue, 18 Feb 2025 11:08:21 -0500 [thread overview]
Message-ID: <Z7SwdQixnYLUMSiH@lizhi-Precision-Tower-5810> (raw)
In-Reply-To: <Z7Sv3yawaYdKFYxi@lizhi-Precision-Tower-5810>
On Tue, Feb 18, 2025 at 11:05:51AM -0500, Frank Li wrote:
> On Mon, Feb 17, 2025 at 11:57:15AM -0500, Laurentiu Mihalcea wrote:
> > From: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
> >
> > The AUDIOMIX clock provider takes an additional clock: AUDIO_AXI_CLK_ROOT.
> >
> > Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
> > ---
> > .../devicetree/bindings/clock/imx8mp-audiomix.yaml | 10 ++++++----
> > 1 file changed, 6 insertions(+), 4 deletions(-)
> >
> > diff --git a/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml b/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml
> > index 6588a17a7d9a..0272c9527037 100644
> > --- a/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml
> > +++ b/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml
> > @@ -24,8 +24,8 @@ properties:
> > maxItems: 1
> >
> > clocks:
> > - minItems: 7
> > - maxItems: 7
> > + minItems: 8
> > + maxItems: 8
>
> Are you sure clock axi is mandatory or optional clock?
>
> If it is mandatory, you need update dts also, otherwise, there will many
> DTB_CHECK warning.
>
> If it is optional, minItems should be 7.
>
> Please run CEHCK_DTB for arm64/dts/boot/freescale, make sure no new warning
> added.
Sorry, I saw your dts update patch. Please forget my comments.
Frank
>
> Frank
> >
> > clock-names:
> > items:
> > @@ -36,6 +36,7 @@ properties:
> > - const: sai5
> > - const: sai6
> > - const: sai7
> > + - const: axi
> >
> > '#clock-cells':
> > const: 1
> > @@ -72,10 +73,11 @@ examples:
> > <&clk IMX8MP_CLK_SAI3>,
> > <&clk IMX8MP_CLK_SAI5>,
> > <&clk IMX8MP_CLK_SAI6>,
> > - <&clk IMX8MP_CLK_SAI7>;
> > + <&clk IMX8MP_CLK_SAI7>,
> > + <&clk IMX8MP_CLK_AUDIO_AXI_ROOT>;
> > clock-names = "ahb",
> > "sai1", "sai2", "sai3",
> > - "sai5", "sai6", "sai7";
> > + "sai5", "sai6", "sai7", "axi";
> > power-domains = <&pgc_audio>;
> > };
> >
> > --
> > 2.34.1
> >
next prev parent reply other threads:[~2025-02-18 16:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-17 16:57 [PATCH 0/4] clk: imx8mp: fix parents of AUDIOMIX DSP/OCRAM_A Laurentiu Mihalcea
2025-02-17 16:57 ` [PATCH 1/4] dt-bindings: clock: imx8mp: add axi clock Laurentiu Mihalcea
2025-02-18 16:05 ` Frank Li
2025-02-18 16:08 ` Frank Li [this message]
2025-02-17 16:57 ` [PATCH 2/4] clk: clk-imx8mp-audiomix: fix dsp/ocram_a clock parents Laurentiu Mihalcea
2025-02-17 16:57 ` [PATCH 3/4] arm64: dts: imx8mp: add AUDIO_AXI_CLK_ROOT to AUDIOMIX block Laurentiu Mihalcea
2025-02-17 16:57 ` [PATCH 4/4] arm64: dts: imx8mp: change AUDIO_AXI_CLK_ROOT freq. to 800MHz Laurentiu Mihalcea
2025-02-18 11:25 ` [PATCH 0/4] clk: imx8mp: fix parents of AUDIOMIX DSP/OCRAM_A Iuliana Prodan
2025-02-18 13:43 ` Peng Fan (OSS)
2025-02-19 18:10 ` Laurentiu Mihalcea
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=Z7SwdQixnYLUMSiH@lizhi-Precision-Tower-5810 \
--to=frank.li@nxp.com \
--cc=abelvesa@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=laurentiumihalcea111@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marex@denx.de \
--cc=peng.fan@nxp.com \
--cc=robh@kernel.org \
--cc=sboyd@kernel.org \
--cc=shawnguo@kernel.org \
--cc=shengjiu.wang@nxp.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