diff mbox series

[3/9] dt-bindings: pinctrl: mediatek,mt65xx: Make pins-are-numbered optional

Message ID 20221121015451.2471196-4-bero@baylibre.com
State Changes Requested, archived
Headers show
Series Remove the pins-are-numbered DT property | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied success
robh/dtbs-check warning build log
robh/dt-meta-schema success
robh/checkpatch success
robh/patch-applied success
robh/dtbs-check warning build log
robh/dt-meta-schema success

Commit Message

Bernhard Rosenkränzer Nov. 21, 2022, 1:54 a.m. UTC
Don't list the pins-are-numbered property as required

Signed-off-by: Bernhard Rosenkränzer <bero@baylibre.com>
---
 .../devicetree/bindings/pinctrl/mediatek,mt65xx-pinctrl.yaml     | 1 -
 1 file changed, 1 deletion(-)

Comments

Krzysztof Kozlowski Nov. 21, 2022, 8 a.m. UTC | #1
On 21/11/2022 02:54, Bernhard Rosenkränzer wrote:
> Don't list the pins-are-numbered property as required
> 
> Signed-off-by: Bernhard Rosenkränzer <bero@baylibre.com>
> ---

And how about making them deprecated? (deprecated: true)

Best regards,
Krzysztof
Matthias Brugger Nov. 21, 2022, 12:32 p.m. UTC | #2
On 21/11/2022 09:00, Krzysztof Kozlowski wrote:
> On 21/11/2022 02:54, Bernhard Rosenkränzer wrote:
>> Don't list the pins-are-numbered property as required
>>
>> Signed-off-by: Bernhard Rosenkränzer <bero@baylibre.com>
>> ---
> 
> And how about making them deprecated? (deprecated: true)
> 

I think that's we want to do.

Regards,
Matthias
Matthias Brugger Nov. 21, 2022, 12:36 p.m. UTC | #3
On 21/11/2022 13:32, Matthias Brugger wrote:
> 
> 
> On 21/11/2022 09:00, Krzysztof Kozlowski wrote:
>> On 21/11/2022 02:54, Bernhard Rosenkränzer wrote:
>>> Don't list the pins-are-numbered property as required
>>>
>>> Signed-off-by: Bernhard Rosenkränzer <bero@baylibre.com>
>>> ---
>>
>> And how about making them deprecated? (deprecated: true)
>>
> 
> I think that's we want to do.
> 

Also squash 8/9 into this patch.
Same comments holds for 4/9.

Regards,
Matthias
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/pinctrl/mediatek,mt65xx-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/mediatek,mt65xx-pinctrl.yaml
index 33b5f79e741ab..cca9cc58a6934 100644
--- a/Documentation/devicetree/bindings/pinctrl/mediatek,mt65xx-pinctrl.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/mediatek,mt65xx-pinctrl.yaml
@@ -62,7 +62,6 @@  properties:
 
 required:
   - compatible
-  - pins-are-numbered
   - gpio-controller
   - "#gpio-cells"