diff mbox series

[v3,8/9] media: cadence: Add support for JH7110 SoC

Message ID 20230331121826.96973-9-jack.zhu@starfivetech.com (mailing list archive)
State New, archived
Headers show
Series Add Starfive Camera Subsystem driver | expand

Commit Message

Jack Zhu March 31, 2023, 12:18 p.m. UTC
Add support for Starfive JH7110 SoC which
has the cadence csi2 receiver.

Signed-off-by: Jack Zhu <jack.zhu@starfivetech.com>
---
 drivers/media/platform/cadence/cdns-csi2rx.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Laurent Pinchart April 4, 2023, 5:07 a.m. UTC | #1
Hi Jack,

Thank you for the patch.

On Fri, Mar 31, 2023 at 08:18:25PM +0800, Jack Zhu wrote:
> Add support for Starfive JH7110 SoC which
> has the cadence csi2 receiver.

This fits on one line:

Add support for Starfive JH7110 SoC which has the cadence csi2 receiver.

> Signed-off-by: Jack Zhu <jack.zhu@starfivetech.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  drivers/media/platform/cadence/cdns-csi2rx.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/media/platform/cadence/cdns-csi2rx.c b/drivers/media/platform/cadence/cdns-csi2rx.c
> index add982edce64..5e36b994b8d5 100644
> --- a/drivers/media/platform/cadence/cdns-csi2rx.c
> +++ b/drivers/media/platform/cadence/cdns-csi2rx.c
> @@ -560,6 +560,7 @@ static int csi2rx_remove(struct platform_device *pdev)
>  }
>  
>  static const struct of_device_id csi2rx_of_table[] = {
> +	{ .compatible = "starfive,jh7110-csi2rx" },
>  	{ .compatible = "cdns,csi2rx" },
>  	{ },
>  };
Jack Zhu April 7, 2023, 6:33 a.m. UTC | #2
On 2023/4/4 13:07, Laurent Pinchart wrote:
> Hi Jack,
> 
> Thank you for the patch.
> 
> On Fri, Mar 31, 2023 at 08:18:25PM +0800, Jack Zhu wrote:
>> Add support for Starfive JH7110 SoC which
>> has the cadence csi2 receiver.
> 
> This fits on one line:
> 
> Add support for Starfive JH7110 SoC which has the cadence csi2 receiver.
> 

OK, I will modify it in my next commit msg.

>> Signed-off-by: Jack Zhu <jack.zhu@starfivetech.com>
> 
> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> 
>> ---
>>  drivers/media/platform/cadence/cdns-csi2rx.c | 1 +
>>  1 file changed, 1 insertion(+)
>> 
>> diff --git a/drivers/media/platform/cadence/cdns-csi2rx.c b/drivers/media/platform/cadence/cdns-csi2rx.c
>> index add982edce64..5e36b994b8d5 100644
>> --- a/drivers/media/platform/cadence/cdns-csi2rx.c
>> +++ b/drivers/media/platform/cadence/cdns-csi2rx.c
>> @@ -560,6 +560,7 @@ static int csi2rx_remove(struct platform_device *pdev)
>>  }
>>  
>>  static const struct of_device_id csi2rx_of_table[] = {
>> +	{ .compatible = "starfive,jh7110-csi2rx" },
>>  	{ .compatible = "cdns,csi2rx" },
>>  	{ },
>>  };
>
diff mbox series

Patch

diff --git a/drivers/media/platform/cadence/cdns-csi2rx.c b/drivers/media/platform/cadence/cdns-csi2rx.c
index add982edce64..5e36b994b8d5 100644
--- a/drivers/media/platform/cadence/cdns-csi2rx.c
+++ b/drivers/media/platform/cadence/cdns-csi2rx.c
@@ -560,6 +560,7 @@  static int csi2rx_remove(struct platform_device *pdev)
 }
 
 static const struct of_device_id csi2rx_of_table[] = {
+	{ .compatible = "starfive,jh7110-csi2rx" },
 	{ .compatible = "cdns,csi2rx" },
 	{ },
 };