[U-Boot] [PATCH 2/2] clk: at91: align clk-master's compatibles with kernel's
Wenyou Yang
wenyou.yang at atmel.com
Wed Feb 22 10:01:19 UTC 2017
Add the compatible "atmel,at91rm9200-clk-master" to align with
the kernel's.
Signed-off-by: Wenyou Yang <wenyou.yang at atmel.com>
---
drivers/clk/at91/clk-master.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/clk/at91/clk-master.c b/drivers/clk/at91/clk-master.c
index 284b248271..72d0a739f1 100644
--- a/drivers/clk/at91/clk-master.c
+++ b/drivers/clk/at91/clk-master.c
@@ -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" },
{}
};
--
2.11.0
More information about the U-Boot
mailing list