From: Wenyou Yang Date: Fri, 14 Apr 2017 06:53:23 +0000 (+0800) Subject: clk: at91: Align clk-master compatibles with kernel X-Git-Tag: v2017.07-rc1~388^2~34 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a9513d47dc8dfd765086efb96420feb6daf655c5;p=oweals%2Fu-boot.git 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 Reviewed-by: Simon Glass --- 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" }, {} };