Re: [PATCH] clk: sunxi: a80: Fix reset description

2024-10-25 Thread Chen-Yu Tsai
On Mon, Oct 7, 2024 at 6:22 AM Andre Przywara wrote: > > Clock gates and reset lines share a common structure in the sunxi clock > driver descriptions, but use different flags to tell them apart. > > The description of the Allwinner A80 MMC clock reset lines was > erroneously using the "GATE" macr

[PATCH] clk: sunxi: a80: Fix reset description

2024-10-06 Thread Andre Przywara
Clock gates and reset lines share a common structure in the sunxi clock driver descriptions, but use different flags to tell them apart. The description of the Allwinner A80 MMC clock reset lines was erroneously using the "GATE" macro, which made the reset driver ignore that entry, complaining wit