From: Kelvin Zhang <kelvin.zhang@amlogic.com>
To: Jerome Brunet <jbrunet@baylibre.com>, Conor Dooley <conor@kernel.org>
Cc: George Stark <gnstark@salutedevices.com>,
u.kleine-koenig@pengutronix.de, neil.armstrong@linaro.org,
khilman@baylibre.com, martin.blumenstingl@googlemail.com,
thierry.reding@gmail.com, hkallweit1@gmail.com,
robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
conor+dt@kernel.org, linux-pwm@vger.kernel.org,
devicetree@vger.kernel.org, linux-amlogic@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, kernel@salutedevices.com,
Dmitry Rokosov <ddrokosov@salutedevices.com>,
"junyi.zhao" <junyi.zhao@amlogic.com>
Subject: Re: [PATCH 1/2] dt-bindings: pwm: amlogic: Add new bindings for meson A1 pwm
Date: Wed, 24 Apr 2024 14:02:03 +0800 [thread overview]
Message-ID: <7ae09b97-70d6-4613-bc1c-b58f09f24531@amlogic.com> (raw)
In-Reply-To: <1jr0ewezvc.fsf@starbuckisacylon.baylibre.com>
On 2024/4/24 01:44, Jerome Brunet wrote:
>
> On Tue 23 Apr 2024 at 17:56, Conor Dooley <conor@kernel.org> wrote:
>
>> [[PGP Signed Part:Undecided]]
>> On Tue, Apr 23, 2024 at 07:10:05PM +0300, George Stark wrote:
>>> The chip has 3 dual channel PWM modules AB, CD, EF.
>>>
>>> Signed-off-by: George Stark <gnstark@salutedevices.com>
>>> Signed-off-by: Dmitry Rokosov <ddrokosov@salutedevices.com>
>>
>> a would sort before s.
>>
>> With the re-order,
>> Acked-by: Conor Dooley <conor.dooley@microchip.com>
>>
>> Thanks,
>> Conor.
>>
>>> ---
>>> Documentation/devicetree/bindings/pwm/pwm-amlogic.yaml | 2 ++
>>> 1 file changed, 2 insertions(+)
>>>
>>> diff --git a/Documentation/devicetree/bindings/pwm/pwm-amlogic.yaml b/Documentation/devicetree/bindings/pwm/pwm-amlogic.yaml
>>> index 1d71d4f8f328..ef6daf1760ff 100644
>>> --- a/Documentation/devicetree/bindings/pwm/pwm-amlogic.yaml
>>> +++ b/Documentation/devicetree/bindings/pwm/pwm-amlogic.yaml
>>> @@ -37,6 +37,7 @@ properties:
>>> - enum:
>>> - amlogic,meson8-pwm-v2
>>> - amlogic,meson-s4-pwm
>>> + - amlogic,meson-a1-pwm
>
> AFAICT, the a1 interface is exactly as the s4 interface.
> So a1 should list s4 as a fallback and the driver should match on the s4.
Hi George,
For your information, we are preparing S4 submission.
Thanks!
>
>>> - items:
>>> - enum:
>>> - amlogic,meson8b-pwm-v2
>>> @@ -126,6 +127,7 @@ allOf:
>>> contains:
>>> enum:
>>> - amlogic,meson-s4-pwm
>>> + - amlogic,meson-a1-pwm
>>> then:
>>> properties:
>>> clocks:
>>> --
>>> 2.25.1
>>>
>>
>> [[End of PGP Signed Part]]
>
>
> --
> Jerome
>
> _______________________________________________
> linux-amlogic mailing list
> linux-amlogic@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-amlogic
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
next prev parent reply other threads:[~2024-04-24 6:02 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-23 16:10 [PATCH 0/2] pwm: meson: add pwm support for A1 George Stark
2024-04-23 16:10 ` [PATCH 1/2] dt-bindings: pwm: amlogic: Add new bindings for meson A1 pwm George Stark
2024-04-23 16:56 ` Conor Dooley
2024-04-23 17:44 ` Jerome Brunet
2024-04-24 6:02 ` Kelvin Zhang [this message]
2024-04-24 12:08 ` Conor Dooley
2024-04-23 16:10 ` [PATCH 2/2] pwm: meson: support meson A1 SoC family George Stark
2024-04-23 17:35 ` Jerome Brunet
2024-04-23 23:00 ` George Stark
2024-04-24 9:02 ` Jerome Brunet
-- strict thread matches above, loose matches on Subject: below --
2024-07-01 13:01 [PATCH 0/2] add support for meson a1 PWM in dts and bindings George Stark
2024-07-01 13:01 ` [PATCH 1/2] dt-bindings: pwm: amlogic: Add new bindings for meson A1 pwm George Stark
2024-07-01 13:25 ` Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7ae09b97-70d6-4613-bc1c-b58f09f24531@amlogic.com \
--to=kelvin.zhang@amlogic.com \
--cc=conor+dt@kernel.org \
--cc=conor@kernel.org \
--cc=ddrokosov@salutedevices.com \
--cc=devicetree@vger.kernel.org \
--cc=gnstark@salutedevices.com \
--cc=hkallweit1@gmail.com \
--cc=jbrunet@baylibre.com \
--cc=junyi.zhao@amlogic.com \
--cc=kernel@salutedevices.com \
--cc=khilman@baylibre.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=martin.blumenstingl@googlemail.com \
--cc=neil.armstrong@linaro.org \
--cc=robh+dt@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=u.kleine-koenig@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox