* Rob Herring <robh@xxxxxxxxxx> [211026 21:34]: > I reworked the reg-names and clock-names to be more concise and applied. OK thanks. > Like this: > > clock-names: > description: > Target module clock names like "fck", "ick", "optck1", "optck2" > if the clocks are configurable. > oneOf: > - enum: [ ick, fck, sys_clk ] > - items: > - const: fck > - enum: [ ick. dbclk, osc, sys_clk, dss_clk, ahclkx ] ... Looks good to me :) Tony