git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
818e163
)
clk: sunxi: h6_r: Correct the driver name
author
Samuel Holland
<samuel@sholland.org>
Sat, 23 Apr 2022 21:07:16 +0000
(16:07 -0500)
committer
Andre Przywara
<andre.przywara@arm.com>
Tue, 24 May 2022 00:15:01 +0000
(
01:15
+0100)
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>
drivers/clk/sunxi/clk_h6_r.c
patch
|
blob
|
history
diff --git
a/drivers/clk/sunxi/clk_h6_r.c
b/drivers/clk/sunxi/clk_h6_r.c
index
b9e527e
..
2e0bbaa
100644
(file)
--- 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_sun
6
i_h6_r) = {
- .name = "sun
6
i_h6_r_ccu",
+U_BOOT_DRIVER(clk_sun
50
i_h6_r) = {
+ .name = "sun
50
i_h6_r_ccu",
.id = UCLASS_CLK,
.of_match = h6_r_clk_ids,
.priv_auto = sizeof(struct ccu_priv),