[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2615b892-bbe1-240e-6717-0bde8f3dd4c8@samsung.com>
Date: Mon, 17 Jul 2023 15:22:04 +0900
From: Jaewon Kim <jaewon02.kim@...sung.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Thierry Reding <thierry.reding@...il.com>,
Uwe Kleine-König <u.kleine-koenig@...gutronix.de>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
Alim Akhtar <alim.akhtar@...sung.com>
Cc: linux-pwm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org,
Chanho Park <chanho61.park@...sung.com>
Subject: Re: [PATCH v2 2/3] pwm: samsung: Add compatible for ExynosAutov9
SoC
On 23. 7. 17. 14:58, Krzysztof Kozlowski wrote:
> On 14/07/2023 12:09, Jaewon Kim wrote:
>> Add new compatible string to support ExynosAutov9 SoC.
>>
>> Signed-off-by: Jaewon Kim <jaewon02.kim@...sung.com>
>> ---
>> drivers/pwm/pwm-samsung.c | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/pwm/pwm-samsung.c b/drivers/pwm/pwm-samsung.c
>> index e8828f57ab15..50a88565c440 100644
>> --- a/drivers/pwm/pwm-samsung.c
>> +++ b/drivers/pwm/pwm-samsung.c
>> @@ -513,6 +513,7 @@ static const struct of_device_id samsung_pwm_matches[] = {
>> { .compatible = "samsung,s5p6440-pwm", .data = &s5p64x0_variant },
>> { .compatible = "samsung,s5pc100-pwm", .data = &s5pc100_variant },
>> { .compatible = "samsung,exynos4210-pwm", .data = &s5p64x0_variant },
>> + { .compatible = "samsung,exynosautov9-pwm", .data = &s5p64x0_variant },
> That's not what I asked for. You do not need entry here. Devices are
> compatible.
I misunderstood your intent.
I will add only this compatible to DT and send it again with v3 patch.
> Best regards,
> Krzysztof
>
>
Thanks
Jaewon Kim
Powered by blists - more mailing lists