mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-24 21:20:18 +01: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…
Add table
Reference in a new issue