Re: [PATCH] dt-bindings: arm-smmu: disallow clocks when not used

From: Will Deacon
Date: Fri Jan 13 2023 - 04:55:27 EST


On Thu, Jan 12, 2023 at 02:53:20PM +0100, Krzysztof Kozlowski wrote:
> On 22/12/2022 10:23, Krzysztof Kozlowski wrote:
> > Disallow clocks for variants other than:
> > 1. SMMUs with platform-specific compatibles which list explicit clocks
> > and clock-names,
> > 2. SMMUs using only generic compatibles, e.g. arm,mmu-500, which have a
> > variable clocks on different implementations.
> >
> > This requires such variants with platform-specific compatible, to
> > explicitly list the clocks or omit them, making the binding more
> > constraint.
> >
> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> >
> > ---
>
> Will, Robin, Joerg,
>
> Anyone willing to pick up this patch?

Sure, I'll do an SMMU bindings pass shortly for 6.3

Will