[U-Boot] [PATCH v2] clk: at91: pmc: align the at91 pmc's compatibles
Wenyou Yang
wenyou.yang at atmel.com
Thu Mar 23 04:51:13 UTC 2017
Align the at91 pmc's compatibles with Kernel's.
Signed-off-by: Wenyou Yang <wenyou.yang at atmel.com>
---
Changes in v2:
- Rebase on v2017.03.
drivers/clk/at91/pmc.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/drivers/clk/at91/pmc.c b/drivers/clk/at91/pmc.c
index c73156a0df..989ebcc590 100644
--- a/drivers/clk/at91/pmc.c
+++ b/drivers/clk/at91/pmc.c
@@ -15,6 +15,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" },
{}
};
--
2.11.0
More information about the U-Boot
mailing list