mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-13 20:36:02 +01:00
clk: meson: fix driver name for g12a-ao clocks
Update the clk-g12a-ao driver from "axg" to "g12a" Signed-off-by: Vyacheslav Bocharov <adeep@lexina.in> Acked-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Link: https://lore.kernel.org/r/20220424082159.757622-3-adeep@lexina.in
This commit is contained in:
parent
dcccf73004
commit
4da0986562
@ -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",
|
.name = "meson_clk_g12a_ao",
|
||||||
.id = UCLASS_CLK,
|
.id = UCLASS_CLK,
|
||||||
.of_match = meson_clk_ids,
|
.of_match = meson_clk_ids,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user