lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 19 Sep 2023 12:22:55 +0200
From:   Lucas Stach <l.stach@...gutronix.de>
To:     Shengjiu Wang <shengjiu.wang@...il.com>
Cc:     marex@...x.de, devicetree@...r.kernel.org, conor+dt@...nel.org,
        kernel@...gutronix.de, alexander.stein@...tq-group.com,
        festevam@...il.com, Shengjiu Wang <shengjiu.wang@....com>,
        Frank.Li@....com, peng.fan@....com, linux-kernel@...r.kernel.org,
        robh+dt@...nel.org, linux-imx@....com,
        krzysztof.kozlowski+dt@...aro.org, aford173@...il.com,
        shawnguo@...nel.org, s.hauer@...gutronix.de,
        linux-arm-kernel@...ts.infradead.org,
        laurent.pinchart@...asonboard.com
Subject: Re: [PATCH] arm64: dts: imx8mp: assign parent clock and rate for
 audio clocks

Am Dienstag, dem 19.09.2023 um 17:59 +0800 schrieb Shengjiu Wang:
> On Tue, Sep 19, 2023 at 4:20 PM Lucas Stach <l.stach@...gutronix.de> wrote:
> > 
> > Hi Shengjiu,
> > 
> > Am Dienstag, dem 19.09.2023 um 15:32 +0800 schrieb Shengjiu Wang:
> > > Assign parent clock for audio AHB and AXI clocks, and assign
> > > clock rate for audio PLL1 and PLL2.
> > > 
> > Please don't do this. Configuring all those clocks in the clock
> > controller is a pain to override if the board uses the PLLs in any
> > other way than the reference design.
> > 
> > The audio AXI and AHB clocks are already properly configured with Adams
> > patch [1], so there is no need for the changes in this patch.
> > 
> > Please set up the audio PLLs in the board DT in peripheral nodes that
> > are actually using those clocks.
> > 
> > Regards,
> > Lucas
> > 
> > [1] https://lore.kernel.org/all/20230819105002.132750-1-aford173@gmail.com/
> 
> For this patch, it changes the AXI clock to 600M.  But the parent clock
> is 800M,  so the result AXI clock is 400M actually, the 800M can't be divided
> to 600MHz.
> 
That's right. Please review that patch and suggest changes if you see a
better option. Adding another conflicting clock setup in the clk
controller node isn't the solution to this.

One possible solution would be to promote the VPU PLL to be the system
PLL running at 600MHz, as there are quite a few peripherals which seem
to need a 600MHz clock for nominal drive mode and we don't need any
other specific VPU clocks, which couldn't be sourced from the system
PLLs + VPU PLL running at 600MHz.

Regards,
Lucas

> Best regards
> Wang shengjiu
> 
> 
> 
> > 
> > > Signed-off-by: Shengjiu Wang <shengjiu.wang@....com>
> > > ---
> > >  arch/arm64/boot/dts/freescale/imx8mp.dtsi | 16 +++++++++++++---
> > >  1 file changed, 13 insertions(+), 3 deletions(-)
> > > 
> > > diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
> > > index 6f2f50e1639c..8a8a2c4aff9f 100644
> > > --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
> > > +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
> > > @@ -734,16 +734,26 @@ clk: clock-controller@...80000 {
> > >                                                 <&clk IMX8MP_CLK_A53_CORE>,
> > >                                                 <&clk IMX8MP_CLK_NOC>,
> > >                                                 <&clk IMX8MP_CLK_NOC_IO>,
> > > -                                               <&clk IMX8MP_CLK_GIC>;
> > > +                                               <&clk IMX8MP_CLK_GIC>,
> > > +                                               <&clk IMX8MP_CLK_AUDIO_AHB>,
> > > +                                               <&clk IMX8MP_CLK_AUDIO_AXI_SRC>,
> > > +                                               <&clk IMX8MP_AUDIO_PLL1>,
> > > +                                               <&clk IMX8MP_AUDIO_PLL2>;
> > >                               assigned-clock-parents = <&clk IMX8MP_SYS_PLL1_800M>,
> > >                                                        <&clk IMX8MP_ARM_PLL_OUT>,
> > >                                                        <&clk IMX8MP_SYS_PLL2_1000M>,
> > >                                                        <&clk IMX8MP_SYS_PLL1_800M>,
> > > -                                                      <&clk IMX8MP_SYS_PLL2_500M>;
> > > +                                                      <&clk IMX8MP_SYS_PLL2_500M>,
> > > +                                                      <&clk IMX8MP_SYS_PLL1_800M>,
> > > +                                                      <&clk IMX8MP_SYS_PLL1_800M>;
> > >                               assigned-clock-rates = <0>, <0>,
> > >                                                      <1000000000>,
> > >                                                      <800000000>,
> > > -                                                    <500000000>;
> > > +                                                    <500000000>,
> > > +                                                    <400000000>,
> > > +                                                    <800000000>,
> > > +                                                    <393216000>,
> > > +                                                    <361267200>;
> > >                       };
> > > 
> > >                       src: reset-controller@...90000 {
> > 
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ