From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Fri, 27 Jan 2017 10:58:06 -0800 Subject: [PATCH] clk: gxbb: fix CLKID_ETH defined twice In-Reply-To: <20170126234421.GG8801@codeaurora.org> (Stephen Boyd's message of "Thu, 26 Jan 2017 15:44:21 -0800") References: <1485446749-12679-1-git-send-email-jbrunet@baylibre.com> <20170126234421.GG8801@codeaurora.org> Message-ID: To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org Stephen Boyd 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 >> --- > > Acked-by: Stephen Boyd Applied to amlogic v4.11/dt64 branch with Stephen's ack. Kevin