linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: gxbb: fix CLKID_ETH defined twice
@ 2017-01-26 16:05 Jerome Brunet
  2017-01-26 23:44 ` Stephen Boyd
  0 siblings, 1 reply; 3+ messages in thread
From: Jerome Brunet @ 2017-01-26 16:05 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Kevin Hilman, Carlo Caione
  Cc: Jerome Brunet, linux-clk, linux-amlogic, linux-arm-kernel, linux-kernel

CLKID_ETH is define in the dt-bindings but has not be commented out in the
clock driver. Just do it now.

Fixes: 738f66d3211d ("clk: gxbb: add AmLogic GXBB clk controller driver")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
---

 Patch based on khilman/linux-amlogic.git master branch
 Tested on the gxxb p200.

 drivers/clk/meson/gxbb.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/meson/gxbb.h b/drivers/clk/meson/gxbb.h
index 0252939ba58f..2ede250921f1 100644
--- a/drivers/clk/meson/gxbb.h
+++ b/drivers/clk/meson/gxbb.h
@@ -204,7 +204,7 @@
 #define CLKID_ASSIST_MISC	  33
 /* CLKID_SPI */
 #define CLKID_I2S_SPDIF		  35
-#define CLKID_ETH		  36
+/* CLKID_ETH */
 #define CLKID_DEMUX		  37
 #define CLKID_AIU_GLUE		  38
 #define CLKID_IEC958		  39
-- 
2.7.4

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

* Re: [PATCH] clk: gxbb: fix CLKID_ETH defined twice
  2017-01-26 16:05 [PATCH] clk: gxbb: fix CLKID_ETH defined twice Jerome Brunet
@ 2017-01-26 23:44 ` Stephen Boyd
  2017-01-27 18:58   ` Kevin Hilman
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Boyd @ 2017-01-26 23:44 UTC (permalink / raw)
  To: Jerome Brunet
  Cc: Michael Turquette, Kevin Hilman, Carlo Caione, linux-clk,
	linux-amlogic, linux-arm-kernel, linux-kernel

On 01/26, Jerome Brunet wrote:
> CLKID_ETH is define in the dt-bindings but has not be commented out in the
> clock driver. Just do it now.
> 
> Fixes: 738f66d3211d ("clk: gxbb: add AmLogic GXBB clk controller driver")
> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
> ---

Acked-by: Stephen Boyd <sboyd@codeaurora.org>

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

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

* Re: [PATCH] clk: gxbb: fix CLKID_ETH defined twice
  2017-01-26 23:44 ` Stephen Boyd
@ 2017-01-27 18:58   ` Kevin Hilman
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Hilman @ 2017-01-27 18:58 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: Jerome Brunet, Michael Turquette, Carlo Caione, linux-clk,
	linux-amlogic, linux-arm-kernel, linux-kernel

Stephen Boyd <sboyd@codeaurora.org> writes:

> On 01/26, Jerome Brunet wrote:
>> CLKID_ETH is define in the dt-bindings but has not be commented out in the
>> clock driver. Just do it now.
>> 
>> Fixes: 738f66d3211d ("clk: gxbb: add AmLogic GXBB clk controller driver")
>> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
>> ---
>
> Acked-by: Stephen Boyd <sboyd@codeaurora.org>

Applied to amlogic v4.11/dt64 branch with Stephen's ack.

Kevin

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

end of thread, other threads:[~2017-01-27 18:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-26 16:05 [PATCH] clk: gxbb: fix CLKID_ETH defined twice Jerome Brunet
2017-01-26 23:44 ` Stephen Boyd
2017-01-27 18:58   ` Kevin Hilman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).