On Thu, Oct 09, 2025 at 02:00:43PM +0100, Steven Price wrote: > Series applied to drm-misc-next.
I have not seen DT team's acked tag for binding. Frank > > Thanks, > Steve > > On 28/09/2025 10:03, Rain Yang wrote: > > From: Rain Yang <[email protected]> > > > > 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 <[email protected]> > > --- > > .../devicetree/bindings/gpu/arm,mali-valhall-csf.yaml | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git > > a/Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml > > b/Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml > > index b220cbd5362f..ef9791d8ed95 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: > > - | >
