Message ID | 20250307002628.10684-1-andre.przywara@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | clk: sunxi-ng: add A523 clock support | expand |
On Fri, 07 Mar 2025 00:26:14 +0000, Andre Przywara wrote: > this is the fourth drop of the series introducing basic clock support for > the Allwinner A523 family of SoCs, comprising A523, A527, T527, H728. [1] > This times just a small rename of a macro name, and fixing the DT > binding, where the separate patches for the two CCUs got merged into > one. For a more detailed changelog, see below. > > ************* > Please note that the clock numbers changed compared to v1 and v2, (but > not against v3) so DTs from that older era cannot be used anymore with > this driver: you have to update the DTB. Just copying the binding header > and recompiling the DTB should do the trick, since the symbols stayed > mostly the same, at least as far they are used in the basic DTs we use > today. > ************* > > [...] Applied to clk-for-6.15 in git@github.com:linux-sunxi/linux-sunxi.git, thanks! [01/14] clk: sunxi-ng: mp: introduce dual-divider clock commit: af7a221c12137271e8c31bc0c205ef4c57e89b4c [02/14] clk: sunxi-ng: mp: provide wrappers for setting feature flags commit: 24ad1a7e8a3eca04dfe225b3e7935ab4ec326bb8 [03/14] clk: sunxi-ng: Add support for update bit commit: 38ea575784d3121b9c2e4c0bf425bc669e1c5e1b [04/14] dt-bindings: clk: sunxi-ng: document two Allwinner A523 CCUs commit: 17bed1817f11b7d3c4ea0b38254f1bab78531a3d [05/14] clk: sunxi-ng: Add support for the A523/T527 CCU PLLs commit: 04f6ff49525a8ba8ef3297de3e1a0e15ea3f5102 [06/14] clk: sunxi-ng: a523: Add support for bus clocks commit: 2d47dae9398135a48b58da9b059c23027b0e345e [07/14] clk: sunxi-ng: a523: add video mod clocks commit: 4b759de121c46c693b61d6a22bf77d62333838e9 [08/14] clk: sunxi-ng: a523: add system mod clocks commit: 9bc061e57b4d97e187a767e45bff06b63f2a3126 [09/14] clk: sunxi-ng: a523: add interface mod clocks commit: dd19c52e686eb9f66816cd55fddfae8c7be2e6ea [10/14] clk: sunxi-ng: a523: add USB mod clocks commit: 5fd7421770fb31a1ec35dd2400a849598466ac3b [11/14] clk: sunxi-ng: a523: remaining mod clocks commit: 680f52d723e2ee9d97d167040eacc6a3af0b9cda [12/14] clk: sunxi-ng: a523: add bus clock gates commit: 4548c0414839989be821e106b5128d5e7e13f2a4 [13/14] clk: sunxi-ng: a523: add reset lines commit: 9c8d960c13ab41c7e678eab5396b9258eaf8a159 [14/14] clk: sunxi-ng: add support for the A523/T527 PRCM CCU commit: 575464821eb0f72c86d93794a79900a853b256b5 Best regards,
From: Chen-Yu Tsai <wens@csie.org> On Fri, 07 Mar 2025 00:26:14 +0000, Andre Przywara wrote: > this is the fourth drop of the series introducing basic clock support for > the Allwinner A523 family of SoCs, comprising A523, A527, T527, H728. [1] > This times just a small rename of a macro name, and fixing the DT > binding, where the separate patches for the two CCUs got merged into > one. For a more detailed changelog, see below. > > ************* > Please note that the clock numbers changed compared to v1 and v2, (but > not against v3) so DTs from that older era cannot be used anymore with > this driver: you have to update the DTB. Just copying the binding header > and recompiling the DTB should do the trick, since the symbols stayed > mostly the same, at least as far they are used in the basic DTs we use > today. > ************* > > [...] Re-applied to clk-for-6.15 in git@github.com:linux-sunxi/linux-sunxi.git to add SoB, thanks! Please note the commit hashes have changed. [01/14] clk: sunxi-ng: mp: introduce dual-divider clock commit: 45717804b75eda8a76eacc04509ca4d68dd2caaf [02/14] clk: sunxi-ng: mp: provide wrappers for setting feature flags commit: cdbb9d0d09db4cd09d23fec02d3b458664bc3d38 [03/14] clk: sunxi-ng: Add support for update bit commit: e16b9b71f40f603d5cbdcf02007c05ee03cb2be7 [04/14] dt-bindings: clk: sunxi-ng: document two Allwinner A523 CCUs commit: 52dbf84857f051df38f6de3f0c7b7f4506e7ad25 [05/14] clk: sunxi-ng: Add support for the A523/T527 CCU PLLs commit: 7cae1e2b5544a6f51972458ec4360c7717ca0145 [06/14] clk: sunxi-ng: a523: Add support for bus clocks commit: e6f4b4b77981feb3af06e16da073e788fe16de2a [07/14] clk: sunxi-ng: a523: add video mod clocks commit: 6702d17f54a8f6c48cd6ba12282fae8c936e7944 [08/14] clk: sunxi-ng: a523: add system mod clocks commit: 74b0443a0d0ad283f20ee2985758143485942c31 [09/14] clk: sunxi-ng: a523: add interface mod clocks commit: ed064e65b92a1d78d90b6b87a3d99790f88c1c83 [10/14] clk: sunxi-ng: a523: add USB mod clocks commit: fb2c60366d3259aeb5507902e50032fb05b11895 [11/14] clk: sunxi-ng: a523: remaining mod clocks commit: 00bc60ea24a7b31da97a3b8a833711491c285ae4 [12/14] clk: sunxi-ng: a523: add bus clock gates commit: f3dabb29f0ca44f2053c0c3943ca6f47b248d348 [13/14] clk: sunxi-ng: a523: add reset lines commit: a36cc6cd0feb7ea656a1a33db0e6347149f50fed [14/14] clk: sunxi-ng: add support for the A523/T527 PRCM CCU commit: 8cea339cfb81eb3354b0f27ceb27e2bb107efa6d Best regards,