[PATCH v2 0/4] riscv: spacemit: k3: some clock fixes related to PCIe

Yixun Lan posted 4 patches 1 month ago
drivers/clk/spacemit/ccu-k3.c                  | 30 +++++++++++++++++---------
include/dt-bindings/clock/spacemit,k3-clocks.h |  5 +++++
include/soc/spacemit/k3-syscon.h               |  4 ++--
3 files changed, 27 insertions(+), 12 deletions(-)
[PATCH v2 0/4] riscv: spacemit: k3: some clock fixes related to PCIe
Posted by Yixun Lan 1 month ago
Here are some fixes for previous patch set in order to make PCIe work,
Add PCIe DBI clock which was missing, Fix the parent clock, And correct
the PCIe Clock CTRL register offset.

Signed-off-by: Yixun Lan <dlan@kernel.org>
---
Changes in v2:
- Drop Fixes tag in patch 1, 2, which is not necessary
- Re-arrange the order of patches, move 1, 2 as last two which is not
  strictly bug fix
- Link to v1: https://lore.kernel.org/r/20260430-06-pci-clk-fix-v1-0-32fdc77c02ab@kernel.org

---
Yixun Lan (4):
      clk: spacemit: k3: Switch to pll2_d6 as parent for PCIe clock
      clk: spacemit: k3: Fix PCIe clock register offset
      dt-bindings: soc: spacemit: k3: Add PCIe DBI clock IDs
      clk: spacemit: k3: Add PCIe DBI clock

 drivers/clk/spacemit/ccu-k3.c                  | 30 +++++++++++++++++---------
 include/dt-bindings/clock/spacemit,k3-clocks.h |  5 +++++
 include/soc/spacemit/k3-syscon.h               |  4 ++--
 3 files changed, 27 insertions(+), 12 deletions(-)
---
base-commit: 254f49634ee16a731174d2ae34bc50bd5f45e731
change-id: 20260430-06-pci-clk-fix-e60487b07607

Best regards,
--  
Yixun Lan <dlan@kernel.org>
Re: [PATCH v2 0/4] riscv: spacemit: k3: some clock fixes related to PCIe
Posted by Yixun Lan 3 days, 21 hours ago
On Mon, 11 May 2026 02:59:08 +0000, Yixun Lan wrote:
> Here are some fixes for previous patch set in order to make PCIe work,
> Add PCIe DBI clock which was missing, Fix the parent clock, And correct
> the PCIe Clock CTRL register offset.

Applied, thanks!

[1/4] clk: spacemit: k3: Switch to pll2_d6 as parent for PCIe clock
      https://github.com/spacemit-com/linux/commit/d8a4cef90b1a4ae9196a5bfba683eb9a0c75acdc
[2/4] clk: spacemit: k3: Fix PCIe clock register offset
      https://github.com/spacemit-com/linux/commit/2f20c859a82a291483a8b3f01cbfbb1642782a14
[3/4] dt-bindings: soc: spacemit: k3: Add PCIe DBI clock IDs
      https://github.com/spacemit-com/linux/commit/7a2db70a3196717bfb01415b6dde1f90d4291ab1
[4/4] clk: spacemit: k3: Add PCIe DBI clock
      https://github.com/spacemit-com/linux/commit/a37c75d7b5bb7f3344b0e639b313ac5ace6244ff

Best regards,
-- 
Yixun Lan <dlan@kernel.org>