From: Rain Yang Date: Sun, 28 Sep 2025 09:03:33 +0000 (+0800) Subject: dt-bindings: gpu: mali-valhall: make mali-supply optional X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02df3543f3e0ea572e2c739605ebd6c20e1149c4;p=thirdparty%2Fkernel%2Flinux.git dt-bindings: gpu: mali-valhall: make mali-supply optional Not all platforms require the mali-supply regulator. This change removes it from the required list in the binding schema, and make mali-supply required for rk3588 only. Signed-off-by: Rain Yang Acked-by: Rob Herring (Arm) Reviewed-by: Boris Brezillon Signed-off-by: Steven Price Link: https://lore.kernel.org/r/20250928090334.35389-1-jiyu.yang@oss.nxp.com --- diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml index 7ad5a3ffc5f5c..613040fdb4448 100644 --- a/Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml +++ b/Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml @@ -92,7 +92,6 @@ required: - interrupts - interrupt-names - clocks - - mali-supply additionalProperties: false @@ -109,6 +108,8 @@ allOf: power-domains: maxItems: 1 power-domain-names: false + required: + - mali-supply examples: - |