Message ID | 20240606143401.32454-2-knaerzche@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Add SFC support for RK3128 | expand |
On Thu, 6 Jun 2024 16:33:57 +0200, Alex Bee wrote: > This series adds support for the Serial Flash Controller (SFC) found in > RK3128 SoCs. The existing driver can be used as-is. > > As without using some "id holes" we would run out clock ids when adding the > additional SFC AHB clock in the binding and would have to touch the ABI, I > added patches which remove the CLK_NR_CLKS macro and use the recently > introduced rockchip_clk_find_max_clk_id helper instead to find the highest > clock id. > > [...] Applied, thanks! [1/5] clk: rockchip: rk3128: Drop CLK_NR_CLKS usage commit: 3d0316c949e26392a5098e23c139c932991e50ce [2/5] dt-bindings: clock: rk3128: Drop CLK_NR_CLKS commit: 9f22b4fbd4c6d27ca4e5f8fa6632e6d7a846af28 [3/5] dt-bindings: clock: rk3128: Add HCLK_SFC commit: 469d6e0e70eefe1a31a89a7abd379f169b33b1f4 [4/5] clk: rockchip: Add HCLK_SFC for RK3128 commit: f1fc95b41a3b1b2e613acb04c4f8aee7b87394cc [5/5] ARM: dts: rockchip: Add SFC for RK3128 commit: 01689df79018c4d68f84a2ac0cf65c35c852b979 Best regards,