[PATCH] clk: gxbb: fix CLKID_ETH defined twice
From: khilman@baylibre.com (Kevin Hilman)
Date: 2017-01-27 18:58:40
Also in:
linux-amlogic, linux-clk, lkml
From: khilman@baylibre.com (Kevin Hilman)
Date: 2017-01-27 18:58:40
Also in:
linux-amlogic, linux-clk, lkml
Stephen Boyd [off-list ref] writes:
On 01/26, Jerome Brunet wrote:quoted
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 <redacted>
Applied to amlogic v4.11/dt64 branch with Stephen's ack. Kevin