On 30/07/2024 13:15, Kwanghoon Son wrote: > Add dpum clock definitions and compatibles. > > Signed-off-by: Kwanghoon Son <k.son@xxxxxxxxxxx> > --- > .../clock/samsung,exynosautov9-clock.yaml | 19 +++++++++++++++++++ > .../dt-bindings/clock/samsung,exynosautov9.h | 11 +++++++++++ > 2 files changed, 30 insertions(+) > + > + then: > + properties: > + clocks: > + items: > + - description: External reference clock (26 MHz) > + - description: CMU_DPUM bus clock (from CMU_TOP) > + > + clock-names: > + items: > + - const: oscclk > + - const: dout_clkcmu_dpum_bus We need to stop calling input clocks by full name. Rob already pointed it out for GS101 and we fixed the approach there. This binding already uses above syntax, but I think we can start with proper approach even if it leads to inconsistency. So please come with description of this clock (not clock name - see GS101) and name, e.g. "bus". BTW, in the future, please ping after two weeks or better even: relax, and help out by reviewing other patches on the mailing lists in order to relieve the burden of maintainers and move your patches higher up the list. Best regards, Krzysztof