Re: [PATCH] clk: qcom: gcc: Fix board clock node name

2018-11-13 Thread Stephen Boyd
Quoting Taniya Das (2018-11-10 18:12:28) > Hello Vinod, > > On 11/9/2018 3:20 PM, Vinod Koul wrote: > > Device tree node name are not supposed to have "_" in them so fix the > > node name use of xo_board to xo-board > > > > Fixes: 652f1813c113 ("clk: qcom: gcc: Add global clock controller driver

Re: [PATCH] clk: qcom: gcc: Fix board clock node name

2018-11-13 Thread Stephen Boyd
Quoting Taniya Das (2018-11-10 18:12:28) > Hello Vinod, > > On 11/9/2018 3:20 PM, Vinod Koul wrote: > > Device tree node name are not supposed to have "_" in them so fix the > > node name use of xo_board to xo-board > > > > Fixes: 652f1813c113 ("clk: qcom: gcc: Add global clock controller driver

Re: [PATCH] clk: qcom: gcc: Fix board clock node name

2018-11-10 Thread Taniya Das
Hello Vinod, On 11/9/2018 3:20 PM, Vinod Koul wrote: Device tree node name are not supposed to have "_" in them so fix the node name use of xo_board to xo-board Fixes: 652f1813c113 ("clk: qcom: gcc: Add global clock controller driver for QCS404") Signed-off-by: Vinod Koul --- Steve: RobH

Re: [PATCH] clk: qcom: gcc: Fix board clock node name

2018-11-10 Thread Taniya Das
Hello Vinod, On 11/9/2018 3:20 PM, Vinod Koul wrote: Device tree node name are not supposed to have "_" in them so fix the node name use of xo_board to xo-board Fixes: 652f1813c113 ("clk: qcom: gcc: Add global clock controller driver for QCS404") Signed-off-by: Vinod Koul --- Steve: RobH

Re: [PATCH] clk: qcom: gcc: Fix board clock node name

2018-11-09 Thread Stephen Boyd
Quoting Vinod Koul (2018-11-09 09:51:05) > On 09-11-18, 23:18, Vinod Koul wrote: > > On 09-11-18, 09:12, Stephen Boyd wrote: > > > Quoting Vinod Koul (2018-11-09 01:50:54) > > > > drivers/clk/qcom/gcc-qcs404.c | 2 +- > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > > > diff

Re: [PATCH] clk: qcom: gcc: Fix board clock node name

2018-11-09 Thread Stephen Boyd
Quoting Vinod Koul (2018-11-09 09:51:05) > On 09-11-18, 23:18, Vinod Koul wrote: > > On 09-11-18, 09:12, Stephen Boyd wrote: > > > Quoting Vinod Koul (2018-11-09 01:50:54) > > > > drivers/clk/qcom/gcc-qcs404.c | 2 +- > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > > > diff

Re: [PATCH] clk: qcom: gcc: Fix board clock node name

2018-11-09 Thread Vinod Koul
Fix Rob's email id... and looping him correctly :) On 09-11-18, 23:18, Vinod Koul wrote: > (Add Rob & Bjorn) > > Hi Steve, > > On 09-11-18, 09:12, Stephen Boyd wrote: > > Quoting Vinod Koul (2018-11-09 01:50:54) > > > Device tree node name are not supposed to have "_" in them so fix the > > >

Re: [PATCH] clk: qcom: gcc: Fix board clock node name

2018-11-09 Thread Vinod Koul
Fix Rob's email id... and looping him correctly :) On 09-11-18, 23:18, Vinod Koul wrote: > (Add Rob & Bjorn) > > Hi Steve, > > On 09-11-18, 09:12, Stephen Boyd wrote: > > Quoting Vinod Koul (2018-11-09 01:50:54) > > > Device tree node name are not supposed to have "_" in them so fix the > > >

Re: [PATCH] clk: qcom: gcc: Fix board clock node name

2018-11-09 Thread Vinod Koul
(Add Rob & Bjorn) Hi Steve, On 09-11-18, 09:12, Stephen Boyd wrote: > Quoting Vinod Koul (2018-11-09 01:50:54) > > Device tree node name are not supposed to have "_" in them so fix the > > node name use of xo_board to xo-board > > > > Fixes: 652f1813c113 ("clk: qcom: gcc: Add global clock

Re: [PATCH] clk: qcom: gcc: Fix board clock node name

2018-11-09 Thread Vinod Koul
(Add Rob & Bjorn) Hi Steve, On 09-11-18, 09:12, Stephen Boyd wrote: > Quoting Vinod Koul (2018-11-09 01:50:54) > > Device tree node name are not supposed to have "_" in them so fix the > > node name use of xo_board to xo-board > > > > Fixes: 652f1813c113 ("clk: qcom: gcc: Add global clock

Re: [PATCH] clk: qcom: gcc: Fix board clock node name

2018-11-09 Thread Stephen Boyd
Quoting Vinod Koul (2018-11-09 01:50:54) > Device tree node name are not supposed to have "_" in them so fix the > node name use of xo_board to xo-board > > Fixes: 652f1813c113 ("clk: qcom: gcc: Add global clock controller driver for > QCS404") > Signed-off-by: Vinod Koul > --- > > Steve: RobH

Re: [PATCH] clk: qcom: gcc: Fix board clock node name

2018-11-09 Thread Stephen Boyd
Quoting Vinod Koul (2018-11-09 01:50:54) > Device tree node name are not supposed to have "_" in them so fix the > node name use of xo_board to xo-board > > Fixes: 652f1813c113 ("clk: qcom: gcc: Add global clock controller driver for > QCS404") > Signed-off-by: Vinod Koul > --- > > Steve: RobH

[PATCH] clk: qcom: gcc: Fix board clock node name

2018-11-09 Thread Vinod Koul
Device tree node name are not supposed to have "_" in them so fix the node name use of xo_board to xo-board Fixes: 652f1813c113 ("clk: qcom: gcc: Add global clock controller driver for QCS404") Signed-off-by: Vinod Koul --- Steve: RobH pointed this on DTS patches, would be great if you can

[PATCH] clk: qcom: gcc: Fix board clock node name

2018-11-09 Thread Vinod Koul
Device tree node name are not supposed to have "_" in them so fix the node name use of xo_board to xo-board Fixes: 652f1813c113 ("clk: qcom: gcc: Add global clock controller driver for QCS404") Signed-off-by: Vinod Koul --- Steve: RobH pointed this on DTS patches, would be great if you can