]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: sunxi: a80: Fix reset description
authorAndre Przywara <andre.przywara@arm.com>
Mon, 12 Feb 2024 23:13:01 +0000 (23:13 +0000)
committerAndre Przywara <andre.przywara@arm.com>
Wed, 9 Oct 2024 23:23:41 +0000 (00:23 +0100)
commit7db2f11eb041043d43fe4dd1879d567d33759ee0
tree2cdfacb958caf47a8298a8ab683ffcab6a918f58
parent9c4b44d1e3e988b3db6a631c436498e186297b31
clk: sunxi: a80: Fix reset description

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 with:
sunxi_set_reset: (RST-reset:#0) unhandled

Change that to the correct "RESET" macro, to make the reset driver
happy.

Fixes e0c7ce7e52b7 ("sunxi: clk: A80: add MMC clock support")
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
drivers/clk/sunxi/clk_a80.c