Re: [PATCH 1/2] clk: meson-g12a: add cpu clock bindings

2019-03-01 Thread Martin Blumenstingl
Hi Neil, On Fri, Mar 1, 2019 at 5:43 PM Neil Armstrong wrote: > > Hi Martin, > > On 01/03/2019 16:26, Martin Blumenstingl wrote: > > Hi Neil, > > > > On Fri, Mar 1, 2019 at 11:22 AM Neil Armstrong > > wrote: > >> > >> Add Amlogic G12A Family CPU clocks bindings, only export CPU_CLK since > >> i

Re: [PATCH 1/2] clk: meson-g12a: add cpu clock bindings

2019-03-01 Thread Neil Armstrong
Hi Martin, On 01/03/2019 16:26, Martin Blumenstingl wrote: > Hi Neil, > > On Fri, Mar 1, 2019 at 11:22 AM Neil Armstrong > wrote: >> >> Add Amlogic G12A Family CPU clocks bindings, only export CPU_CLK since >> it should be the only ID used. > is this also true for the CPU post-dividers (APB, AT

Re: [PATCH 1/2] clk: meson-g12a: add cpu clock bindings

2019-03-01 Thread Martin Blumenstingl
Hi Neil, On Fri, Mar 1, 2019 at 11:22 AM Neil Armstrong wrote: > > Add Amlogic G12A Family CPU clocks bindings, only export CPU_CLK since > it should be the only ID used. is this also true for the CPU post-dividers (APB, ATB, AXI, CPU CLK TRACE)? > Signed-off-by: Neil Armstrong > --- > drivers

[PATCH 1/2] clk: meson-g12a: add cpu clock bindings

2019-03-01 Thread Neil Armstrong
Add Amlogic G12A Family CPU clocks bindings, only export CPU_CLK since it should be the only ID used. Signed-off-by: Neil Armstrong --- drivers/clk/meson/g12a.h | 24 +++- include/dt-bindings/clock/g12a-clkc.h | 1 + 2 files changed, 24 insertions(+), 1 deletion