Re: [PATCH 4/7] arch: snapdragon: clock: Always bind before relocation

2023-03-27 Thread Tom Rini
On Mon, Mar 27, 2023 at 11:07:06AM +0530, Sumit Garg wrote: > On Fri, 24 Mar 2023 at 20:54, Tom Rini wrote: > > > > On Fri, Mar 24, 2023 at 11:36:24AM +0530, Sumit Garg wrote: > > > On Fri, 24 Mar 2023 at 07:27, Konrad Dybcio > > > wrote: > > > > > > > > In preparation for supporting upstream Li

Re: [PATCH 4/7] arch: snapdragon: clock: Always bind before relocation

2023-03-26 Thread Sumit Garg
On Fri, 24 Mar 2023 at 20:54, Tom Rini wrote: > > On Fri, Mar 24, 2023 at 11:36:24AM +0530, Sumit Garg wrote: > > On Fri, 24 Mar 2023 at 07:27, Konrad Dybcio > > wrote: > > > > > > In preparation for supporting upstream Linux device trees on Qualcomm > > > platforms, make this the default behavi

Re: [PATCH 4/7] arch: snapdragon: clock: Always bind before relocation

2023-03-24 Thread Tom Rini
On Fri, Mar 24, 2023 at 11:36:24AM +0530, Sumit Garg wrote: > On Fri, 24 Mar 2023 at 07:27, Konrad Dybcio wrote: > > > > In preparation for supporting upstream Linux device trees on Qualcomm > > platforms, make this the default behavior. > > > > Signed-off-by: Konrad Dybcio > > --- > > > > arch/

Re: [PATCH 4/7] arch: snapdragon: clock: Always bind before relocation

2023-03-23 Thread Sumit Garg
On Fri, 24 Mar 2023 at 07:27, Konrad Dybcio wrote: > > In preparation for supporting upstream Linux device trees on Qualcomm > platforms, make this the default behavior. > > Signed-off-by: Konrad Dybcio > --- > > arch/arm/mach-snapdragon/clock-snapdragon.c | 1 + > 1 file changed, 1 insertion(+)

[PATCH 4/7] arch: snapdragon: clock: Always bind before relocation

2023-03-23 Thread Konrad Dybcio
In preparation for supporting upstream Linux device trees on Qualcomm platforms, make this the default behavior. Signed-off-by: Konrad Dybcio --- arch/arm/mach-snapdragon/clock-snapdragon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-snapdragon/clock-snapdragon.c b/arch/a