On Mon, Jul 10, 2023 at 04:34:15PM +0200, Thierry Reding wrote: > On Mon, Jul 10, 2023 at 10:09:18AM +0200, Krzysztof Kozlowski wrote: > > On 07/07/2023 15:33, Thierry Reding wrote: > [...] > > > + nvidia,cpu-throt-percent: > > > > Missing type > > Isn't this already taken care of by core/property-units.yaml? That has > anything matching "-percent$" marked as int32-array. I suppose I could > override this with just uint32 to narrow it further down, but I was > under the impression that overriding standard properties this way was > frowned upon. The tools will complain if you add a type. You could add minimum/maximum properties though. Rob