Re: [PATCH] clk: meson: fix MPLL 50M binding id typo

2019-05-20 Thread Jerome Brunet
On Sun, 2019-05-12 at 22:57 +0200, Jerome Brunet wrote: > MPLL_5OM (the capital letter o) should indeed be MPLL_50M (the number) > Fix this before it gets used. > > Reported-by: Martin Blumenstingl > Fixes: 25db146aa726 ("dt-bindings: clk: meson: add g12a periph clock > controller bindings") > S

Re: [PATCH] clk: meson: fix MPLL 50M binding id typo

2019-05-14 Thread Martin Blumenstingl
On Sun, May 12, 2019 at 10:57 PM Jerome Brunet wrote: > > MPLL_5OM (the capital letter o) should indeed be MPLL_50M (the number) > Fix this before it gets used. > > Reported-by: Martin Blumenstingl > Fixes: 25db146aa726 ("dt-bindings: clk: meson: add g12a periph clock > controller bindings") > S

Re: [PATCH] clk: meson: fix MPLL 50M binding id typo

2019-05-13 Thread Neil Armstrong
On 12/05/2019 22:57, Jerome Brunet wrote: > MPLL_5OM (the capital letter o) should indeed be MPLL_50M (the number) > Fix this before it gets used. > > Reported-by: Martin Blumenstingl > Fixes: 25db146aa726 ("dt-bindings: clk: meson: add g12a periph clock > controller bindings") > Signed-off-by:

[PATCH] clk: meson: fix MPLL 50M binding id typo

2019-05-12 Thread Jerome Brunet
MPLL_5OM (the capital letter o) should indeed be MPLL_50M (the number) Fix this before it gets used. Reported-by: Martin Blumenstingl Fixes: 25db146aa726 ("dt-bindings: clk: meson: add g12a periph clock controller bindings") Signed-off-by: Jerome Brunet --- drivers/clk/meson/g12a.c