This series started as a single patch [1] (as part of [2]) to fix a few issues with the UART on gs101. In [3], Rob pointed out that the binding here shouldn't be duplicating clock-names all over the place. So now we have a patch to do what Rob suggested, and my original patch to address the incorrect number of clocks. The whole series is marked as v4, because patch 2 in this series used to be v3 in the original series. To: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> To: Jiri Slaby <jirislaby@xxxxxxxxxx> To: Rob Herring <robh@xxxxxxxxxx> To: Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx> To: Conor Dooley <conor+dt@xxxxxxxxxx> Cc: Peter Griffin <peter.griffin@xxxxxxxxxx> Cc: Tudor Ambarus <tudor.ambarus@xxxxxxxxxx> Cc: Will McVicker <willmcvicker@xxxxxxxxxx> Cc: kernel-team@xxxxxxxxxxx Cc: linux-kernel@xxxxxxxxxxxxxxx Cc: linux-serial@xxxxxxxxxxxxxxx Cc: devicetree@xxxxxxxxxxxxxxx Signed-off-by: André Draszik <andre.draszik@xxxxxxxxxx> [1] https://lore.kernel.org/all/20240710-gs101-non-essential-clocks-2-v3-1-5dcb8d040d1c@xxxxxxxxxx/ [2] https://lore.kernel.org/all/20240710-gs101-non-essential-clocks-2-v3-0-5dcb8d040d1c@xxxxxxxxxx/ [3] https://lore.kernel.org/all/20240711212359.GA3023490-robh@xxxxxxxxxx/ --- Changes in v5: - drop now-meaningless top level clock-names description (Rob) - collect tags - Link to v4: https://lore.kernel.org/r/20240712-gs101-uart-binding-v4-0-24e9f8d4bdcb@xxxxxxxxxx --- André Draszik (2): dt-bindings: serial: samsung: avoid duplicating permitted clock-names dt-bindings: serial: samsung: fix maxItems for gs101 .../devicetree/bindings/serial/samsung_uart.yaml | 70 +++++++++++++++++----- 1 file changed, 56 insertions(+), 14 deletions(-) --- base-commit: 91e3b24eb7d297d9d99030800ed96944b8652eaf change-id: 20240712-gs101-uart-binding-b47f3a270c36 Best regards, -- André Draszik <andre.draszik@xxxxxxxxxx>