Re: [PATCH 4/8] arm64: dts: qcom: msm8916-samsung-gt510: Add Vibrator

From: Nikita Travkin
Date: Fri Jan 06 2023 - 06:46:26 EST


Krzysztof Kozlowski писал(а) 06.01.2023 16:26:
> On 05/01/2023 13:32, Nikita Travkin wrote:
>> gt510 uses a PWM controllable vibrator, that uses a general purpose
>> clock output for it's control. Set up the pwm, supply and the vibrator.
>>
>> Signed-off-by: Nikita Travkin <nikita@xxxxxxx>
>> ---
>> .../boot/dts/qcom/msm8916-samsung-gt510.dts | 47 +++++++++++++++++++
>> 1 file changed, 47 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/qcom/msm8916-samsung-gt510.dts b/arch/arm64/boot/dts/qcom/msm8916-samsung-gt510.dts
>> index e9916199e5a3..44d527b3f1f6 100644
>> --- a/arch/arm64/boot/dts/qcom/msm8916-samsung-gt510.dts
>> +++ b/arch/arm64/boot/dts/qcom/msm8916-samsung-gt510.dts
>> @@ -8,4 +8,51 @@ / {
>> model = "Samsung Galaxy Tab A 9.7 (2015)";
>> compatible = "samsung,gt510", "qcom,msm8916";
>> chassis-type = "tablet";
>> +
>
> Squash. One patch per adding GT510, one for GT58.
>

When submitting the series, I decided to not squash the commits to
preserve the authors for the changes as they were made.

I will send a v2, containing two commits for gt58 and gt510 with
the dtsi changes as part of the first one.

Regards,
Nikita

> Best regards,
> Krzysztof