All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2] clk: at91: pmc: align the at91 pmc's compatibles
@ 2017-03-23  4:51 Wenyou Yang
  2017-04-01  4:21 ` Simon Glass
  0 siblings, 1 reply; 2+ messages in thread
From: Wenyou Yang @ 2017-03-23  4:51 UTC (permalink / raw)
  To: u-boot

Align the at91 pmc's compatibles with Kernel's.

Signed-off-by: Wenyou Yang <wenyou.yang@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH v2] clk: at91: pmc: align the at91 pmc's compatibles
  2017-03-23  4:51 [U-Boot] [PATCH v2] clk: at91: pmc: align the at91 pmc's compatibles Wenyou Yang
@ 2017-04-01  4:21 ` Simon Glass
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Glass @ 2017-04-01  4:21 UTC (permalink / raw)
  To: u-boot

On 22 March 2017 at 22:51, Wenyou Yang <wenyou.yang@atmel.com> wrote:
> Align the at91 pmc's compatibles with Kernel's.
>
> Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
> ---
>
> Changes in v2:
>  - Rebase on v2017.03.
>
>  drivers/clk/at91/pmc.c | 6 ++++++
>  1 file changed, 6 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-01  4:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-23  4:51 [U-Boot] [PATCH v2] clk: at91: pmc: align the at91 pmc's compatibles Wenyou Yang
2017-04-01  4:21 ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.