projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9513d4
)
clk: at91: Align the at91 pmc's compatibles
author
Wenyou Yang
<wenyou.yang@atmel.com>
Fri, 14 Apr 2017 06:53:24 +0000
(14:53 +0800)
committer
Simon Glass
<sjg@chromium.org>
Tue, 9 May 2017 18:14:15 +0000
(12:14 -0600)
Align the at91 pmc's compatibles with kernel.
Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Andreas Bießmann <andreas@biessmann.org>
drivers/clk/at91/pmc.c
patch
|
blob
|
history
diff --git
a/drivers/clk/at91/pmc.c
b/drivers/clk/at91/pmc.c
index fcd693a2f6fc6904d7ca1f6a388e60e60f9f94dd..72d52c58188e71c902e2dbe5141053ce3791fc15 100644
(file)
--- a/
drivers/clk/at91/pmc.c
+++ b/
drivers/clk/at91/pmc.c
@@
-16,6
+16,12
@@
DECLARE_GLOBAL_DATA_PTR;
static const struct udevice_id at91_pmc_match[] = {
+ { .compatible = "atmel,at91rm9200-pmc" },
+ { .compatible = "atmel,at91sam9260-pmc" },
+ { .compatible = "atmel,at91sam9g45-pmc" },
+ { .compatible = "atmel,at91sam9n12-pmc" },
+ { .compatible = "atmel,at91sam9x5-pmc" },
+ { .compatible = "atmel,sama5d3-pmc" },
{ .compatible = "atmel,sama5d2-pmc" },
{}
};