[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Z0SvF2tQR14jrHet@lizhi-Precision-Tower-5810>
Date: Mon, 25 Nov 2024 12:08:39 -0500
From: Frank Li <Frank.li@....com>
To: Daniel Baluta <daniel.baluta@....com>
Cc: shawnguo@...nel.org, s.hauer@...gutronix.de, kernel@...gutronix.de,
robh@...nel.org, krzk+dt@...nel.org, conor+dt@...nel.org,
festevam@...il.com, devicetree@...r.kernel.org, imx@...ts.linux.dev,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
aisheng.dong@....com, daniel.baluta@...il.com,
laurentiu.mihalcea@....com, shengjiu.wang@....com,
iuliana.prodan@....com, a.fatoum@...gutronix.de
Subject: Re: [PATCH v2 4/6] dt-bindings: clock: imx8mp: Add syscon compatible
On Mon, Nov 25, 2024 at 05:24:24PM +0200, Daniel Baluta wrote:
> imx8mp audiomix contains a set of registers used to control
> the DSP.
>
> The dsp will use this to acquire o reference to audiomix registers
> and handle the registers to control the dsp.
Look like this is NOT good method to direct operate these register. If it
is reset, you should export it as reset interface. If it is clock, you
should export it as clock interface.
Frank
>
> Signed-off-by: Daniel Baluta <daniel.baluta@....com>
> ---
> Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml b/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml
> index 6588a17a7d9a..f368682f3633 100644
> --- a/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml
> +++ b/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml
> @@ -15,7 +15,9 @@ description: |
>
> properties:
> compatible:
> - const: fsl,imx8mp-audio-blk-ctrl
> + items:
> + - const: fsl,imx8mp-audio-blk-ctrl
> + - const: syscon
>
> reg:
> maxItems: 1
> --
> 2.43.0
>
Powered by blists - more mailing lists