2022-02-14 13:19:18

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH 11/15] dt-bindings: pwm: intel,keembay: do not require pwm-cells

pwm-cells are already required by pwm.yaml schema.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
Documentation/devicetree/bindings/pwm/intel,keembay-pwm.yaml | 1 -
1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pwm/intel,keembay-pwm.yaml b/Documentation/devicetree/bindings/pwm/intel,keembay-pwm.yaml
index ff6880a02ce6..ec9f6bab798c 100644
--- a/Documentation/devicetree/bindings/pwm/intel,keembay-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/intel,keembay-pwm.yaml
@@ -31,7 +31,6 @@ required:
- compatible
- reg
- clocks
- - '#pwm-cells'

additionalProperties: false

--
2.32.0


2022-02-14 18:53:15

by Ayyathurai, Vijayakannan

[permalink] [raw]
Subject: RE: [PATCH 11/15] dt-bindings: pwm: intel,keembay: do not require pwm-cells

Hi,

>
>pwm-cells are already required by pwm.yaml schema.
>
>Signed-off-by: Krzysztof Kozlowski <[email protected]>

Acked-by: Vijayakannan Ayyathurai <[email protected]>

2022-02-14 19:31:08

by Uwe Kleine-König

[permalink] [raw]
Subject: Re: [PATCH 11/15] dt-bindings: pwm: intel, keembay: do not require pwm-cells

Hello Krzysztof,

when I read the subject line I thought the patch intention to be wrong.
Maybe make that:

dt-bindings: intel,keembay-pwm: Don't require #pwm-cells twice

?

Best regards
Uwe

--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | https://www.pengutronix.de/ |


Attachments:
(No filename) (363.00 B)
signature.asc (499.00 B)
Download all attachments

2022-02-14 21:05:23

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 11/15] dt-bindings: pwm: intel, keembay: do not require pwm-cells

On 14/02/2022 19:28, Uwe Kleine-König wrote:
> Hello Krzysztof,
>
> when I read the subject line I thought the patch intention to be wrong.
> Maybe make that:
>
> dt-bindings: intel,keembay-pwm: Don't require #pwm-cells twice
>
> ?

Ah, yes, this sounds better. I'll send a v2.


Best regards,
Krzysztof