diff mbox series

[V5,7/7] arm64: defconfig: Build NSS Clock Controller driver for IPQ9574

Message ID 20240626143302.810632-8-quic_devipriy@quicinc.com (mailing list archive)
State Changes Requested
Headers show
Series Add NSS clock controller support for IPQ9574 | expand

Commit Message

Devi Priya June 26, 2024, 2:33 p.m. UTC
NSSCC driver is needed to enable the ethernet interfaces and not
necessary for the bootup of the SoC, hence build it as a module.

Signed-off-by: Devi Priya <quic_devipriy@quicinc.com>
---
 Changes in V5:
	- No change

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Dmitry Baryshkov June 26, 2024, 6:14 p.m. UTC | #1
On Wed, Jun 26, 2024 at 08:03:02PM GMT, Devi Priya wrote:
> NSSCC driver is needed to enable the ethernet interfaces and not
> necessary for the bootup of the SoC, hence build it as a module.

It is used on this-and-that device.

> 
> Signed-off-by: Devi Priya <quic_devipriy@quicinc.com>
> ---
>  Changes in V5:
> 	- No change
> 
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index dfaec2d4052c..40a5ea212518 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1300,6 +1300,7 @@ CONFIG_IPQ_GCC_5332=y
>  CONFIG_IPQ_GCC_6018=y
>  CONFIG_IPQ_GCC_8074=y
>  CONFIG_IPQ_GCC_9574=y
> +CONFIG_IPQ_NSSCC_9574=m
>  CONFIG_MSM_GCC_8916=y
>  CONFIG_MSM_MMCC_8994=m
>  CONFIG_MSM_GCC_8994=y
> -- 
> 2.34.1
>
Manikanta Mylavarapu Oct. 4, 2024, 7:56 a.m. UTC | #2
On 6/26/2024 11:44 PM, Dmitry Baryshkov wrote:
> On Wed, Jun 26, 2024 at 08:03:02PM GMT, Devi Priya wrote:
>> NSSCC driver is needed to enable the ethernet interfaces and not
>> necessary for the bootup of the SoC, hence build it as a module.
> 
> It is used on this-and-that device.
> 

Hi Dmitry,

Sorry for the delayed response.

NSSCC driver is needed to enable the ethernet interfaces present
in RDP433 based on IPQ9574. Since this is not necessary for bootup
enabling it as a module.

Thanks & Regards,
Manikanta.

>>
>> Signed-off-by: Devi Priya <quic_devipriy@quicinc.com>
>> ---
>>  Changes in V5:
>> 	- No change
>>
>>  arch/arm64/configs/defconfig | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
>> index dfaec2d4052c..40a5ea212518 100644
>> --- a/arch/arm64/configs/defconfig
>> +++ b/arch/arm64/configs/defconfig
>> @@ -1300,6 +1300,7 @@ CONFIG_IPQ_GCC_5332=y
>>  CONFIG_IPQ_GCC_6018=y
>>  CONFIG_IPQ_GCC_8074=y
>>  CONFIG_IPQ_GCC_9574=y
>> +CONFIG_IPQ_NSSCC_9574=m
>>  CONFIG_MSM_GCC_8916=y
>>  CONFIG_MSM_MMCC_8994=m
>>  CONFIG_MSM_GCC_8994=y
>> -- 
>> 2.34.1
>>
>
Dmitry Baryshkov Oct. 6, 2024, 4:43 p.m. UTC | #3
On Fri, Oct 04, 2024 at 01:26:27PM GMT, Manikanta Mylavarapu wrote:
> 
> 
> On 6/26/2024 11:44 PM, Dmitry Baryshkov wrote:
> > On Wed, Jun 26, 2024 at 08:03:02PM GMT, Devi Priya wrote:
> >> NSSCC driver is needed to enable the ethernet interfaces and not
> >> necessary for the bootup of the SoC, hence build it as a module.
> > 
> > It is used on this-and-that device.
> > 
> 
> Hi Dmitry,
> 
> Sorry for the delayed response.
> 
> NSSCC driver is needed to enable the ethernet interfaces present
> in RDP433 based on IPQ9574. Since this is not necessary for bootup
> enabling it as a module.

Commit message, please.

> 
> Thanks & Regards,
> Manikanta.
> 
> >>
> >> Signed-off-by: Devi Priya <quic_devipriy@quicinc.com>
> >> ---
> >>  Changes in V5:
> >> 	- No change
> >>
> >>  arch/arm64/configs/defconfig | 1 +
> >>  1 file changed, 1 insertion(+)
> >>
> >> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> >> index dfaec2d4052c..40a5ea212518 100644
> >> --- a/arch/arm64/configs/defconfig
> >> +++ b/arch/arm64/configs/defconfig
> >> @@ -1300,6 +1300,7 @@ CONFIG_IPQ_GCC_5332=y
> >>  CONFIG_IPQ_GCC_6018=y
> >>  CONFIG_IPQ_GCC_8074=y
> >>  CONFIG_IPQ_GCC_9574=y
> >> +CONFIG_IPQ_NSSCC_9574=m
> >>  CONFIG_MSM_GCC_8916=y
> >>  CONFIG_MSM_MMCC_8994=m
> >>  CONFIG_MSM_GCC_8994=y
> >> -- 
> >> 2.34.1
> >>
> > 
>
Manikanta Mylavarapu Oct. 9, 2024, 7:38 a.m. UTC | #4
On 10/6/2024 10:13 PM, Dmitry Baryshkov wrote:
> On Fri, Oct 04, 2024 at 01:26:27PM GMT, Manikanta Mylavarapu wrote:
>>
>>
>> On 6/26/2024 11:44 PM, Dmitry Baryshkov wrote:
>>> On Wed, Jun 26, 2024 at 08:03:02PM GMT, Devi Priya wrote:
>>>> NSSCC driver is needed to enable the ethernet interfaces and not
>>>> necessary for the bootup of the SoC, hence build it as a module.
>>>
>>> It is used on this-and-that device.
>>>
>>
>> Hi Dmitry,
>>
>> Sorry for the delayed response.
>>
>> NSSCC driver is needed to enable the ethernet interfaces present
>> in RDP433 based on IPQ9574. Since this is not necessary for bootup
>> enabling it as a module.
> 
> Commit message, please.
> 
Hi Dmitry,

Okay, sure.

Thanks & Regards,
Manikanta.
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index dfaec2d4052c..40a5ea212518 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1300,6 +1300,7 @@  CONFIG_IPQ_GCC_5332=y
 CONFIG_IPQ_GCC_6018=y
 CONFIG_IPQ_GCC_8074=y
 CONFIG_IPQ_GCC_9574=y
+CONFIG_IPQ_NSSCC_9574=m
 CONFIG_MSM_GCC_8916=y
 CONFIG_MSM_MMCC_8994=m
 CONFIG_MSM_GCC_8994=y