Re: [PATCH v4 03/11] clk: bcm: Add clocks for Stingray SOC
From: Michael Turquette <hidden>
Date: 2017-05-25 21:33:21
Also in:
linux-arm-kernel, linux-clk, lkml
From: Michael Turquette <hidden>
Date: 2017-05-25 21:33:21
Also in:
linux-arm-kernel, linux-clk, lkml
Hello Anup, Quoting Anup Patel (2017-05-22 04:58:19)
+#include <linux/kernel.h> +#include <linux/err.h> +#include <linux/clk-provider.h> +#include <linux/io.h> +#include <linux/of.h> +#include <linux/of_address.h> +#include <linux/of_device.h> +#include <linux/platform_device.h>
Are all of those headers really needed?
+CLK_OF_DECLARE(sr_genpll3_clk, "brcm,sr-genpll3", + sr_genpll3_clk_init);
Why use CLK_OF_DECLARE here? You've got a proper platform driver here. Regards, Mike -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html