[PATCH v2 2/6] clk: meson: fix driver name for g12a-ao clocks
Neil Armstrong
narmstrong at baylibre.com
Fri Apr 22 15:25:47 CEST 2022
On 22/04/2022 07:29, Vyacheslav Bocharov wrote:
> Update the clk-g12a-ao driver from "axg" to "g12a"
>
> Signed-off-by: Vyacheslav Bocharov <adeep at lexina.in>
> ---
> drivers/clk/meson/g12a-ao.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/meson/g12a-ao.c b/drivers/clk/meson/g12a-ao.c
> index 0148529e04..17b11eb52a 100644
> --- a/drivers/clk/meson/g12a-ao.c
> +++ b/drivers/clk/meson/g12a-ao.c
> @@ -73,7 +73,7 @@ static const struct udevice_id meson_clk_ids[] = {
> { }
> };
>
> -U_BOOT_DRIVER(meson_clk_axg) = {
> +U_BOOT_DRIVER(meson_clk_g12a_ao) = {
> .name = "meson_clk_g12a_ao",
> .id = UCLASS_CLK,
> .of_match = meson_clk_ids,
This must have given weird errors :-p
Thanks for fixing this !
Acked-by: Neil Armstrong <narmstrong at baylibre.com>
More information about the U-Boot
mailing list