On Thu, 2024-04-25 at 20:18 +0200, Krzysztof Kozlowski wrote: > On 25/04/2024 20:15, Krzysztof Kozlowski wrote: > > > + properties: > > > + compatible: > > > + contains: > > > + const: google,gs101-pinctrl > > > + then: > > > + required: > > > + - clocks > > > + - clock-names > > > > else: > > properties: > > clocks: false > > clock-names: false > > > > but anyway this is all a bit fragile, because pinctrl is not a driver > > and you rely on initcall ordering. > > It is a driver, although initcall ordering is still there. Anyway, it's > the first soc requiring clock for pinctrl If I see it right, E850 has similar gates, and like on gs101 they're currently also all marked as CLK_IGNORE_UNUSED in the e850 clock driver with a comment that a driver update is needed. I've added Sam. Cheers, Andre'