mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
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>
This commit is contained in:
parent
818e1636ac
commit
596247e54b
1 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue