On 15/08/2025 00:04, Rob Herring wrote: >> + >> +maintainers: >> + - Icenowy Zheng <u...@icenowy.me> >> + >> +properties: >> + $nodename: >> + pattern: "^display@[0-9a-f]+$" >> + >> + compatible: >> + const: verisilicon,dc > > If the clocks or resets varies by platform, then you need an SoC > specific compatible still. If these clocks/resets are straight from the > RTL and any other number of clocks/resets is wrong, then we can stick > with just this compatible.
Shouldn't we have here always SoC compatible? Can it be ever used alone, outside of given SoC? I could imagine now: items: - {} - const: verisilicon,dc Best regards, Krzysztof