On Fri, 03 Oct 2025 22:15:03 +0200, Nicolas Frattaroli wrote: > The Mali-based GPU on the MediaTek MT8196 SoC uses a separate MCU to > control the power and frequency of the GPU. This is modelled as a power > domain and clock provider. > > It lets us omit the OPP tables from the device tree, as those can now be > enumerated at runtime from the MCU. > > Add the necessary schema logic to handle what this SoC expects in terms > of clocks and power-domains. > > Signed-off-by: Nicolas Frattaroli <[email protected]> > --- > .../bindings/gpu/arm,mali-valhall-csf.yaml | 40 > ++++++++++++++++++++-- > 1 file changed, 38 insertions(+), 2 deletions(-) >
Reviewed-by: Rob Herring (Arm) <[email protected]>
