]> git.dujemihanovic.xyz Git - u-boot.git/commit
reset: add support for Amlogic A1 family
authorAlexey Romanov <avromanov@salutedevices.com>
Thu, 5 Oct 2023 08:54:23 +0000 (11:54 +0300)
committerNeil Armstrong <neil.armstrong@linaro.org>
Thu, 12 Oct 2023 11:39:41 +0000 (13:39 +0200)
commitcffe312bd720595445322d3c71dd95d4e68e8bf5
treec1d08d49d3bcff6b9e106d3e30e74531d2e20342
parent1cff5bf0c3debc1e2c1ce680a78c2c08ac3d15ba
reset: add support for Amlogic A1 family

This patch adds reset support for the Amlogic A1 family.
We add the structure meson_reset_drvdata, which in the future
will allow this driver to be used for other families by declaring
only the correct parameters reg_count and level_offset.

Signed-off-by: Alexey Romanov <avromanov@salutedevices.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20231005085434.74755-3-avromanov@salutedevices.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
drivers/reset/reset-meson.c