.../devicetree/bindings/clock/imx8mp-audiomix.yaml | 10 ++++++---- arch/arm64/boot/dts/freescale/imx8mp.dtsi | 7 ++++--- drivers/clk/imx/clk-imx8mp-audiomix.c | 6 +++--- 3 files changed, 13 insertions(+), 10 deletions(-)
From: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com> Correct the parent of the AUDIOMIX DSP and OCRAM_A clock gates by setting it to AUDIO_AXI_CLK_ROOT, instead of AUDIO_AHB_CLK_ROOT. Additionally, set the frequency of AUDIO_AXI_CLK_ROOT to 800MHz instead of the current 400MHz. --- Changes in v3: * add missing Fixes tag for binding patch * improve the commit message of the binding patch * link to v2: https://lore.kernel.org/imx/20250221190929.31469-1-laurentiumihalcea111@gmail.com/ Changes in v2: * add Fixes tags * add Iulia's R-b * link to v1: https://lore.kernel.org/imx/20250217165718.74619-1-laurentiumihalcea111@gmail.com/ --- Laurentiu Mihalcea (4): dt-bindings: clock: imx8mp: add axi clock clk: clk-imx8mp-audiomix: fix dsp/ocram_a clock parents arm64: dts: imx8mp: add AUDIO_AXI_CLK_ROOT to AUDIOMIX block arm64: dts: imx8mp: change AUDIO_AXI_CLK_ROOT freq. to 800MHz .../devicetree/bindings/clock/imx8mp-audiomix.yaml | 10 ++++++---- arch/arm64/boot/dts/freescale/imx8mp.dtsi | 7 ++++--- drivers/clk/imx/clk-imx8mp-audiomix.c | 6 +++--- 3 files changed, 13 insertions(+), 10 deletions(-) -- 2.34.1
On Wed, 26 Feb 2025 11:45:09 -0500, Laurentiu Mihalcea wrote:
> Correct the parent of the AUDIOMIX DSP and OCRAM_A clock gates by setting
> it to AUDIO_AXI_CLK_ROOT, instead of AUDIO_AHB_CLK_ROOT. Additionally, set
> the frequency of AUDIO_AXI_CLK_ROOT to 800MHz instead of the current
> 400MHz.
>
Applied, thanks!
[1/4] dt-bindings: clock: imx8mp: add axi clock
commit: 2471a101938b0d1835b1983df08daeb98eef1205
[2/4] clk: clk-imx8mp-audiomix: fix dsp/ocram_a clock parents
commit: 91be7d27099dedf813b80702e4ca117d1fb38ce6
[3/4] arm64: dts: imx8mp: add AUDIO_AXI_CLK_ROOT to AUDIOMIX block
(no commit info)
[4/4] arm64: dts: imx8mp: change AUDIO_AXI_CLK_ROOT freq. to 800MHz
(no commit info)
Best regards,
--
Abel Vesa <abel.vesa@linaro.org>
On 25-03-03 19:30:58, Abel Vesa wrote: > > On Wed, 26 Feb 2025 11:45:09 -0500, Laurentiu Mihalcea wrote: > > Correct the parent of the AUDIOMIX DSP and OCRAM_A clock gates by setting > > it to AUDIO_AXI_CLK_ROOT, instead of AUDIO_AHB_CLK_ROOT. Additionally, set > > the frequency of AUDIO_AXI_CLK_ROOT to 800MHz instead of the current > > 400MHz. > > > > Applied, thanks! > > [1/4] dt-bindings: clock: imx8mp: add axi clock > commit: 2471a101938b0d1835b1983df08daeb98eef1205 > [2/4] clk: clk-imx8mp-audiomix: fix dsp/ocram_a clock parents > commit: 91be7d27099dedf813b80702e4ca117d1fb38ce6 > [3/4] arm64: dts: imx8mp: add AUDIO_AXI_CLK_ROOT to AUDIOMIX block > (no commit info) > [4/4] arm64: dts: imx8mp: change AUDIO_AXI_CLK_ROOT freq. to 800MHz > (no commit info) Applied only patches 1 and 2. My b4 setup messed up. Sorry. > > Best regards, > -- > Abel Vesa <abel.vesa@linaro.org> >
On 3/3/2025 7:33 PM, Abel Vesa wrote: > On 25-03-03 19:30:58, Abel Vesa wrote: >> On Wed, 26 Feb 2025 11:45:09 -0500, Laurentiu Mihalcea wrote: >>> Correct the parent of the AUDIOMIX DSP and OCRAM_A clock gates by setting >>> it to AUDIO_AXI_CLK_ROOT, instead of AUDIO_AHB_CLK_ROOT. Additionally, set >>> the frequency of AUDIO_AXI_CLK_ROOT to 800MHz instead of the current >>> 400MHz. >>> >> Applied, thanks! >> >> [1/4] dt-bindings: clock: imx8mp: add axi clock >> commit: 2471a101938b0d1835b1983df08daeb98eef1205 >> [2/4] clk: clk-imx8mp-audiomix: fix dsp/ocram_a clock parents >> commit: 91be7d27099dedf813b80702e4ca117d1fb38ce6 >> [3/4] arm64: dts: imx8mp: add AUDIO_AXI_CLK_ROOT to AUDIOMIX block >> (no commit info) >> [4/4] arm64: dts: imx8mp: change AUDIO_AXI_CLK_ROOT freq. to 800MHz >> (no commit info) > Applied only patches 1 and 2. > > My b4 setup messed up. Sorry. would it be possible to also have patch no. 3 merged via the IMX CLK tree? I'd like to at least keep the first 3 patches together as they all fix the issue of OCRAM_A/DSP clocks having the wrong parent. if not, Shawn would you mind picking up patches 3 and 4? Thanks!
On Wed, Feb 26, 2025 at 11:45:09AM -0500, Laurentiu Mihalcea wrote: >From: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com> > >Correct the parent of the AUDIOMIX DSP and OCRAM_A clock gates by setting >it to AUDIO_AXI_CLK_ROOT, instead of AUDIO_AHB_CLK_ROOT. Additionally, set >the frequency of AUDIO_AXI_CLK_ROOT to 800MHz instead of the current >400MHz. > >--- >Changes in v3: >* add missing Fixes tag for binding patch >* improve the commit message of the binding patch >* link to v2: https://lore.kernel.org/imx/20250221190929.31469-1-laurentiumihalcea111@gmail.com/ > >Changes in v2: >* add Fixes tags >* add Iulia's R-b >* link to v1: https://lore.kernel.org/imx/20250217165718.74619-1-laurentiumihalcea111@gmail.com/ >--- > >Laurentiu Mihalcea (4): > dt-bindings: clock: imx8mp: add axi clock > clk: clk-imx8mp-audiomix: fix dsp/ocram_a clock parents > arm64: dts: imx8mp: add AUDIO_AXI_CLK_ROOT to AUDIOMIX block > arm64: dts: imx8mp: change AUDIO_AXI_CLK_ROOT freq. to 800MHz > > .../devicetree/bindings/clock/imx8mp-audiomix.yaml | 10 ++++++---- > arch/arm64/boot/dts/freescale/imx8mp.dtsi | 7 ++++--- > drivers/clk/imx/clk-imx8mp-audiomix.c | 6 +++--- > 3 files changed, 13 insertions(+), 10 deletions(-) For the patchset: Reviewed-by: Peng Fan <peng.fan@nxp.com> > >-- >2.34.1 >
© 2016 - 2025 Red Hat, Inc.