Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Add CDNS_DSI and CDNS_PHY config
@ 2025-04-11  9:50 Jayesh Choudhary
  2025-04-11 11:28 ` Nishanth Menon
  0 siblings, 1 reply; 3+ messages in thread
From: Jayesh Choudhary @ 2025-04-11  9:50 UTC (permalink / raw)
  To: catalin.marinas, will, nm, linux-kernel
  Cc: bjorn.andersson, krzysztof.kozlowski, geert+renesas, lumag,
	nfraprado, quic_tdas, elinor.montmasson, ebiggers, ross.burton,
	linux-arm-kernel, j-choudhary

Enable configs for cdns-dsi and cdns-dphy. (dsi wrapper for
j721e is enabled by default if cdns-dsi config is enabled)

Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 5c85e5da152f..4c0eb2711bbe 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -938,6 +938,7 @@ CONFIG_DRM_TI_SN65DSI86=m
 CONFIG_DRM_ANALOGIX_ANX7625=m
 CONFIG_DRM_I2C_ADV7511=m
 CONFIG_DRM_I2C_ADV7511_AUDIO=y
+CONFIG_DRM_CDNS_DSI=m
 CONFIG_DRM_CDNS_MHDP8546=m
 CONFIG_DRM_IMX8MP_DW_HDMI_BRIDGE=m
 CONFIG_DRM_DW_HDMI_AHB_AUDIO=m
@@ -1579,6 +1580,7 @@ CONFIG_PHY_CAN_TRANSCEIVER=m
 CONFIG_PHY_NXP_PTN3222=m
 CONFIG_PHY_SUN4I_USB=y
 CONFIG_PHY_CADENCE_TORRENT=m
+CONFIG_PHY_CADENCE_DPHY=m
 CONFIG_PHY_CADENCE_DPHY_RX=m
 CONFIG_PHY_CADENCE_SIERRA=m
 CONFIG_PHY_CADENCE_SALVO=m
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: defconfig: Add CDNS_DSI and CDNS_PHY config
  2025-04-11  9:50 [PATCH] arm64: defconfig: Add CDNS_DSI and CDNS_PHY config Jayesh Choudhary
@ 2025-04-11 11:28 ` Nishanth Menon
  2025-04-16 18:32   ` Jayesh Choudhary
  0 siblings, 1 reply; 3+ messages in thread
From: Nishanth Menon @ 2025-04-11 11:28 UTC (permalink / raw)
  To: Jayesh Choudhary
  Cc: catalin.marinas, will, linux-kernel, bjorn.andersson,
	krzysztof.kozlowski, geert+renesas, lumag, nfraprado, quic_tdas,
	elinor.montmasson, ebiggers, ross.burton, linux-arm-kernel

On 15:20-20250411, Jayesh Choudhary wrote:
> Enable configs for cdns-dsi and cdns-dphy. (dsi wrapper for
> j721e is enabled by default if cdns-dsi config is enabled)

What upstream supported boards need this change? Add that to the commit
message. Beagley-AI64? or others - please enumerate.

> 
> Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
> ---
>  arch/arm64/configs/defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 5c85e5da152f..4c0eb2711bbe 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -938,6 +938,7 @@ CONFIG_DRM_TI_SN65DSI86=m
>  CONFIG_DRM_ANALOGIX_ANX7625=m
>  CONFIG_DRM_I2C_ADV7511=m
>  CONFIG_DRM_I2C_ADV7511_AUDIO=y
> +CONFIG_DRM_CDNS_DSI=m
>  CONFIG_DRM_CDNS_MHDP8546=m
>  CONFIG_DRM_IMX8MP_DW_HDMI_BRIDGE=m
>  CONFIG_DRM_DW_HDMI_AHB_AUDIO=m
> @@ -1579,6 +1580,7 @@ CONFIG_PHY_CAN_TRANSCEIVER=m
>  CONFIG_PHY_NXP_PTN3222=m
>  CONFIG_PHY_SUN4I_USB=y
>  CONFIG_PHY_CADENCE_TORRENT=m
> +CONFIG_PHY_CADENCE_DPHY=m
>  CONFIG_PHY_CADENCE_DPHY_RX=m
>  CONFIG_PHY_CADENCE_SIERRA=m
>  CONFIG_PHY_CADENCE_SALVO=m
> -- 
> 2.34.1
> 

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: defconfig: Add CDNS_DSI and CDNS_PHY config
  2025-04-11 11:28 ` Nishanth Menon
@ 2025-04-16 18:32   ` Jayesh Choudhary
  0 siblings, 0 replies; 3+ messages in thread
From: Jayesh Choudhary @ 2025-04-16 18:32 UTC (permalink / raw)
  To: Nishanth Menon
  Cc: catalin.marinas, will, linux-kernel, bjorn.andersson,
	krzysztof.kozlowski, geert+renesas, lumag, nfraprado, quic_tdas,
	elinor.montmasson, ebiggers, ross.burton, linux-arm-kernel

Hello Nishanth,

On 11/04/25 16:58, Nishanth Menon wrote:
> On 15:20-20250411, Jayesh Choudhary wrote:
>> Enable configs for cdns-dsi and cdns-dphy. (dsi wrapper for
>> j721e is enabled by default if cdns-dsi config is enabled)
> 
> What upstream supported boards need this change? Add that to the commit
> message. Beagley-AI64? or others - please enumerate.
> 

Posted v2 with the list of platforms that require these drivers:
https://lore.kernel.org/all/20250416182930.32132-1-j-choudhary@ti.com/


>>
>> Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
>> ---
>>   arch/arm64/configs/defconfig | 2 ++
>>   1 file changed, 2 insertions(+)
>>
>> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
>> index 5c85e5da152f..4c0eb2711bbe 100644
>> --- a/arch/arm64/configs/defconfig
>> +++ b/arch/arm64/configs/defconfig
>> @@ -938,6 +938,7 @@ CONFIG_DRM_TI_SN65DSI86=m
>>   CONFIG_DRM_ANALOGIX_ANX7625=m
>>   CONFIG_DRM_I2C_ADV7511=m
>>   CONFIG_DRM_I2C_ADV7511_AUDIO=y
>> +CONFIG_DRM_CDNS_DSI=m
>>   CONFIG_DRM_CDNS_MHDP8546=m
>>   CONFIG_DRM_IMX8MP_DW_HDMI_BRIDGE=m
>>   CONFIG_DRM_DW_HDMI_AHB_AUDIO=m
>> @@ -1579,6 +1580,7 @@ CONFIG_PHY_CAN_TRANSCEIVER=m
>>   CONFIG_PHY_NXP_PTN3222=m
>>   CONFIG_PHY_SUN4I_USB=y
>>   CONFIG_PHY_CADENCE_TORRENT=m
>> +CONFIG_PHY_CADENCE_DPHY=m
>>   CONFIG_PHY_CADENCE_DPHY_RX=m
>>   CONFIG_PHY_CADENCE_SIERRA=m
>>   CONFIG_PHY_CADENCE_SALVO=m
>> -- 
>> 2.34.1
>>
> 

Warm Regards,
Jayesh


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-04-16 18:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-11  9:50 [PATCH] arm64: defconfig: Add CDNS_DSI and CDNS_PHY config Jayesh Choudhary
2025-04-11 11:28 ` Nishanth Menon
2025-04-16 18:32   ` Jayesh Choudhary

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox