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/ --- 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 | 69 ++++++++++++++++++---- 1 file changed, 56 insertions(+), 13 deletions(-) --- base-commit: 523b23f0bee3014a7a752c9bb9f5c54f0eddae88 change-id: 20240712-gs101-uart-binding-b47f3a270c36 Best regards, -- André Draszik <andre.draszik@xxxxxxxxxx>