Lines Matching full:mali
21 * ARM Mali Midgard / Bifrost devices
26 - compatible : Should be mali<chip>, replacing digits with x from the back,
28 "arm,mali-midgard" or "arm,mali-bifrost"
37 for the Mali device. The order is important: the first clock
41 - mali-supply : Phandle to the top level regulator for the Mali device.
44 - mem-supply : Phandle to memory regulator for the Mali device. This is optional.
45 - operating-points-v2 : Refer to Documentation/devicetree/bindings/power/mali-opp.txt
63 "mali-simple-power-model", "mali-g51-power-model", "mali-g52-power-model",
64 "mali-g52_r1-power-model", "mali-g71-power-model", "mali-g72-power-model",
65 "mali-g76-power-model", "mali-g77-power-model", "mali-tnax-power-model",
66 "mali-tbex-power-model" and "mali-tbax-power-model".
67 - mali-simple-power-model: this model derives the GPU power usage based
70 - compatible: Should be "arm,mali-simple-power-model"
84 - mali-g*-power-model(s): unless being stated otherwise, these models derive
87 - compatible: Should be, as examples, "arm,mali-g51-power-model" /
88 "arm,mali-g72-power-model".
110 - mali-simple-power-model: Default model used on mali
132 Example for a Mali GPU with 1 clock and 1 regulator:
135 compatible = "arm,malit602", "arm,malit60x", "arm,malit6xx", "arm,mali-midgard";
142 mali-supply = <&vdd_mali>;
145 compatible = "arm,mali-simple-power-model";
152 compatible = "arm,mali-g71-power-model";
194 Example for a Mali GPU with 2 clocks and 2 regulators:
197 compatible = "arm,mali-midgard";
203 mali-supply = <&supply0_3v3>;
210 compatible = "operating-points-v2", "operating-points-v2-mali";
232 Example for a Mali GPU supporting PBHA configuration via DTB (default):