2024-01-16 09:50:43

by Ritesh Kumar

[permalink] [raw]
Subject: [PATCH 1/2] arm64: defconfig: enable Novatek NT36672E DSI Panel driver

Build the Novatek NT36672E DSI Panel driver as module.

Signed-off-by: Ritesh Kumar <[email protected]>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 361c31b5d064..028d80be95f6 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -859,6 +859,7 @@ CONFIG_DRM_PANEL_LVDS=m
CONFIG_DRM_PANEL_SIMPLE=m
CONFIG_DRM_PANEL_EDP=m
CONFIG_DRM_PANEL_ILITEK_ILI9882T=m
+CONFIG_DRM_PANEL_NOVATEK_NT36672E=m
CONFIG_DRM_PANEL_MANTIX_MLAF057WE51=m
CONFIG_DRM_PANEL_RAYDIUM_RM67191=m
CONFIG_DRM_PANEL_SITRONIX_ST7703=m
--
2.17.1



2024-01-16 10:01:14

by Dmitry Baryshkov

[permalink] [raw]
Subject: Re: [PATCH 1/2] arm64: defconfig: enable Novatek NT36672E DSI Panel driver

On Tue, 16 Jan 2024 at 11:49, Ritesh Kumar <[email protected]> wrote:
>
> Build the Novatek NT36672E DSI Panel driver as module.

.. because it is used on ....

>
> Signed-off-by: Ritesh Kumar <[email protected]>
> ---
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 361c31b5d064..028d80be95f6 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -859,6 +859,7 @@ CONFIG_DRM_PANEL_LVDS=m
> CONFIG_DRM_PANEL_SIMPLE=m
> CONFIG_DRM_PANEL_EDP=m
> CONFIG_DRM_PANEL_ILITEK_ILI9882T=m
> +CONFIG_DRM_PANEL_NOVATEK_NT36672E=m
> CONFIG_DRM_PANEL_MANTIX_MLAF057WE51=m
> CONFIG_DRM_PANEL_RAYDIUM_RM67191=m
> CONFIG_DRM_PANEL_SITRONIX_ST7703=m
> --
> 2.17.1
>


--
With best wishes
Dmitry

2024-01-16 10:26:13

by Ritesh Kumar

[permalink] [raw]
Subject: RE: [PATCH 1/2] arm64: defconfig: enable Novatek NT36672E DSI Panel driver


>-----Original Message-----
>From: Dmitry Baryshkov <[email protected]>
>Sent: Tuesday, January 16, 2024 3:30 PM
>To: Ritesh Kumar (QUIC) <[email protected]>
>Cc: [email protected]; [email protected]; [email protected];
>[email protected]; [email protected];
>[email protected]; [email protected]; Bjorn Andersson (QUIC)
><[email protected]>; [email protected]; [email protected];
>[email protected]; [email protected];
>[email protected]; [email protected];
>[email protected]; [email protected]; linux-arm-
>[email protected]; Abhinav Kumar (QUIC)
><[email protected]>; Rajeev Nandan (QUIC)
><[email protected]>; Vishnuvardhan Prodduturi (QUIC)
><[email protected]>
>Subject: Re: [PATCH 1/2] arm64: defconfig: enable Novatek NT36672E DSI
>Panel driver
>
>On Tue, 16 Jan 2024 at 11:49, Ritesh Kumar <[email protected]>
>wrote:
>>
>> Build the Novatek NT36672E DSI Panel driver as module.
>
>... because it is used on ....
>

Thanks, will update in next version.

>>
>> Signed-off-by: Ritesh Kumar <[email protected]>
>> ---
>> arch/arm64/configs/defconfig | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm64/configs/defconfig
>> b/arch/arm64/configs/defconfig index 361c31b5d064..028d80be95f6
>100644
>> --- a/arch/arm64/configs/defconfig
>> +++ b/arch/arm64/configs/defconfig
>> @@ -859,6 +859,7 @@ CONFIG_DRM_PANEL_LVDS=m
>CONFIG_DRM_PANEL_SIMPLE=m
>> CONFIG_DRM_PANEL_EDP=m CONFIG_DRM_PANEL_ILITEK_ILI9882T=m
>> +CONFIG_DRM_PANEL_NOVATEK_NT36672E=m
>> CONFIG_DRM_PANEL_MANTIX_MLAF057WE51=m
>> CONFIG_DRM_PANEL_RAYDIUM_RM67191=m
>> CONFIG_DRM_PANEL_SITRONIX_ST7703=m
>> --
>> 2.17.1
>>

Thanks,
Ritesh

2024-01-16 10:44:42

by Dmitry Baryshkov

[permalink] [raw]
Subject: Re: [PATCH 1/2] arm64: defconfig: enable Novatek NT36672E DSI Panel driver

On Tue, 16 Jan 2024 at 12:25, Ritesh Kumar (QUIC)
<[email protected]> wrote:
>
>
> >-----Original Message-----
> >From: Dmitry Baryshkov <[email protected]>
> >Sent: Tuesday, January 16, 2024 3:30 PM
> >To: Ritesh Kumar (QUIC) <[email protected]>
> >Cc: [email protected]; [email protected]; [email protected];
> >[email protected]; [email protected];
> >[email protected]; [email protected]; Bjorn Andersson (QUIC)
> ><[email protected]>; [email protected]; [email protected];
> >[email protected]; [email protected];
> >[email protected]; [email protected];
> >[email protected]; [email protected]; linux-arm-
> >[email protected]; Abhinav Kumar (QUIC)
> ><[email protected]>; Rajeev Nandan (QUIC)
> ><[email protected]>; Vishnuvardhan Prodduturi (QUIC)
> ><[email protected]>
> >Subject: Re: [PATCH 1/2] arm64: defconfig: enable Novatek NT36672E DSI
> >Panel driver

This is ugly. Please fix your email setup.

> >
> >On Tue, 16 Jan 2024 at 11:49, Ritesh Kumar <[email protected]>
> >wrote:
> >>
> >> Build the Novatek NT36672E DSI Panel driver as module.
> >
> >... because it is used on ....
> >
>
> Thanks, will update in next version.
>
> >>
> >> Signed-off-by: Ritesh Kumar <[email protected]>
> >> ---
> >> arch/arm64/configs/defconfig | 1 +
> >> 1 file changed, 1 insertion(+)
> >>
> >> diff --git a/arch/arm64/configs/defconfig
> >> b/arch/arm64/configs/defconfig index 361c31b5d064..028d80be95f6
> >100644
> >> --- a/arch/arm64/configs/defconfig
> >> +++ b/arch/arm64/configs/defconfig
> >> @@ -859,6 +859,7 @@ CONFIG_DRM_PANEL_LVDS=m
> >CONFIG_DRM_PANEL_SIMPLE=m
> >> CONFIG_DRM_PANEL_EDP=m CONFIG_DRM_PANEL_ILITEK_ILI9882T=m
> >> +CONFIG_DRM_PANEL_NOVATEK_NT36672E=m
> >> CONFIG_DRM_PANEL_MANTIX_MLAF057WE51=m
> >> CONFIG_DRM_PANEL_RAYDIUM_RM67191=m
> >> CONFIG_DRM_PANEL_SITRONIX_ST7703=m
> >> --
> >> 2.17.1
> >>
>
> Thanks,
> Ritesh



--
With best wishes
Dmitry