Re: [PATCH] clk: gxbb: fix CLKID_ETH defined twice

2017-01-27 Thread Kevin Hilman
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

Re: [PATCH] clk: gxbb: fix CLKID_ETH defined twice

2017-01-27 Thread Kevin Hilman
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 >> --- > >

Re: [PATCH] clk: gxbb: fix CLKID_ETH defined twice

2017-01-26 Thread Stephen Boyd
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

Re: [PATCH] clk: gxbb: fix CLKID_ETH defined twice

2017-01-26 Thread Stephen Boyd
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 -- Qualcomm

[PATCH] clk: gxbb: fix CLKID_ETH defined twice

2017-01-26 Thread Jerome Brunet
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 --- Patch based on khilman/linux-amlogic.git master branch

[PATCH] clk: gxbb: fix CLKID_ETH defined twice

2017-01-26 Thread Jerome Brunet
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 --- Patch based on khilman/linux-amlogic.git master branch Tested on the gxxb p200.