On 10/23/24 12:17, Ivaylo Ivanov wrote: > Hey folks, > > This patchset adds device tree nodes for multiple clock management unit > blocks, MCT, SPI and UART for Exynos8895. > > Exynos8895 uses USIv1 for most of its serial buses, except a few that > have been implemented in this series. Support for USIv1 and HSI2C will > be added in the future. > > This patchset is dependent on [1] and [2], which add driver support for > CMU and UART. > > [1] https://lore.kernel.org/all/20241023090136.537395-1-ivo.ivanov.ivanov1@xxxxxxxxx/ > [2] https://lore.kernel.org/all/20241023090902.538040-1-ivo.ivanov.ivanov1@xxxxxxxxx/ > > Changes in v2: > - Add r-b from Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > - Change clock-names according to the v2 changes for clk bindings Forgot to mention that I dropped the SPI patch due to it getting applied. Best regards, Ivo. > > Ivaylo Ivanov (5): > dt-bindings: timer: exynos4210-mct: Add samsung,exynos8895-mct > compatible > arm64: dts: exynos8895: Add clock management unit nodes > arm64: dts: exynos8895: Add Multi Core Timer (MCT) node > arm64: dts: exynos8895: Add serial_0/1 nodes > arm64: dts: exynos8895: Add spi_0/1 nodes > > .../timer/samsung,exynos4210-mct.yaml | 2 + > arch/arm64/boot/dts/exynos/exynos8895.dtsi | 161 ++++++++++++++++++ > 2 files changed, 163 insertions(+) >