[PATCH v2 2/3] pwm: samsung: Add compatible for ExynosAutov9 SoC

Jaewon Kim jaewon02.kim at samsung.com
Sun Jul 16 23:22:04 PDT 2023


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 at samsung.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




More information about the linux-arm-kernel mailing list