[PATCH v3 1/4] dt-bindings: gpu: mali-bifrost: Allow up to two clocks
Rob Herring
robh at kernel.org
Fri Aug 13 10:44:19 PDT 2021
On Wed, Aug 04, 2021 at 11:59:45PM -0300, Ezequiel Garcia wrote:
> Commit b681af0bc1cc ("drm: panfrost: add optional bus_clock")
> added an optional bus_clock to support Allwinner H6 T-720 GPU.
> Increase the max clock items in the dt-binding to reflect this.
>
> Signed-off-by: Ezequiel Garcia <ezequiel at collabora.com>
> ---
> .../devicetree/bindings/gpu/arm,mali-bifrost.yaml | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
> index 0f73f436bea7..01532140096e 100644
> --- a/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
> +++ b/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
> @@ -38,7 +38,12 @@ properties:
> - const: gpu
>
> clocks:
> - maxItems: 1
> + minItems: 1
> + maxItems: 2
> +
> + clock-names:
> + minItems: 1
> + maxItems: 2
You have to define what the names are.
>
> mali-supply: true
>
> --
> 2.32.0
>
>
More information about the Linux-rockchip
mailing list