mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
clk: at91: Align clk-master compatibles with kernel
Add the compatible "atmel,at91rm9200-clk-master" to align with the kernel. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
bb1adf2943
commit
a9513d47dc
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ static struct clk_ops at91_master_clk_ops = {
|
|||
};
|
||||
|
||||
static const struct udevice_id at91_master_clk_match[] = {
|
||||
{ .compatible = "atmel,at91rm9200-clk-master" },
|
||||
{ .compatible = "atmel,at91sam9x5-clk-master" },
|
||||
{}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue