Re: [PATCH v7 02/11] dt-bindings: soc: imx-blk-ctrl: add i.MX91 blk-ctrl compatible
From: Rob Herring (Arm)
Date: Wed Jul 30 2025 - 16:57:19 EST
On Mon, 28 Jul 2025 15:14:29 +0800, Joy Zou wrote:
> Add new compatible string "fsl,imx91-media-blk-ctrl" for i.MX91,
> which has different input clocks compared to i.MX93. Update the
> clock-names list and handle it in the if-else branch accordingly.
>
> Keep the same restriction for the existed compatible strings.
>
> Reviewed-by: Frank Li <Frank.Li@xxxxxxx>
> Signed-off-by: Joy Zou <joy.zou@xxxxxxx>
> ---
> Changes for v7:
> 1. add clocks constraints in the if-else branch.
> 2. reorder the imx93 and imx91 if-else branch.
> These changes come from review comments:
> https://lore.kernel.org/imx/urgfsmkl25woqy5emucfkqs52qu624po6rd532hpusg3fdnyg3@s5iwmhnfsi26/
> 4. add Reviewed-by tag.
>
> Changes for v5:
> 1. The i.MX91 has different input clocks compared to i.MX93,
> so add new compatible string for i.MX91.
> 2. update clock-names list and handle it in the if-else branch.
> ---
> .../soc/imx/fsl,imx93-media-blk-ctrl.yaml | 59 +++++++++++++++----
> 1 file changed, 47 insertions(+), 12 deletions(-)
>
Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>