This patch series enable thes HSI0 (high speed interface 0) for gs101. It feeds the USB block and is a prerequisite to get USB working. The parts added here have been verified to work OK without the clk_ignore_unused kernel command line option. Signed-off-by: André Draszik <andre.draszik@xxxxxxxxxx> --- André Draszik (3): dt-bindings: clock: google,gs101-clock: add HSI0 clock management unit arm64: dts: exynos: gs101: enable cmu-hsi0 clock controller clk: samsung: clk-gs101: add cmu_hsi0 .../bindings/clock/google,gs101-clock.yaml | 29 +- arch/arm64/boot/dts/exynos/google/gs101.dtsi | 14 + drivers/clk/samsung/clk-gs101.c | 468 +++++++++++++++++++++ include/dt-bindings/clock/google,gs101.h | 54 +++ 4 files changed, 563 insertions(+), 2 deletions(-) --- base-commit: a59668a9397e7245b26e9be85d23f242ff757ae8 change-id: 20240423-hsi0-gs101-aa778361bfaa Best regards, -- André Draszik <andre.draszik@xxxxxxxxxx>