summaryrefslogtreecommitdiff
path: root/drivers/clk
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2022-04-23 16:07:16 -0500
committerAndre Przywara <andre.przywara@arm.com>2022-05-24 01:15:01 +0100
commit596247e54b6243c53921a936fe3ce5ef031a702d (patch)
treed0b0ca6b1b7823c443009967f3b9e0e1787a846e /drivers/clk
parent818e1636ac5c4c4d67576dccca2d16e87cf176f2 (diff)
clk: sunxi: h6_r: Correct the driver name
H6 is from the sun50i family, not sun6i. Signed-off-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'drivers/clk')
-rw-r--r--drivers/clk/sunxi/clk_h6_r.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clk/sunxi/clk_h6_r.c b/drivers/clk/sunxi/clk_h6_r.c
index b9e527e16a..2e0bbaa903 100644
--- a/drivers/clk/sunxi/clk_h6_r.c
+++ b/drivers/clk/sunxi/clk_h6_r.c
@@ -50,8 +50,8 @@ static const struct udevice_id h6_r_clk_ids[] = {
{ }
};
-U_BOOT_DRIVER(clk_sun6i_h6_r) = {
- .name = "sun6i_h6_r_ccu",
+U_BOOT_DRIVER(clk_sun50i_h6_r) = {
+ .name = "sun50i_h6_r_ccu",
.id = UCLASS_CLK,
.of_match = h6_r_clk_ids,
.priv_auto = sizeof(struct ccu_priv),