2022-02-14 09:58:57

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH 09/15] dt-bindings: pwm: toshiba,visconti: include generic pwm schema

Include generic pwm.yaml schema, which enforces PWM node naming and
brings pwm-cells requirement.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
.../devicetree/bindings/pwm/toshiba,pwm-visconti.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pwm/toshiba,pwm-visconti.yaml b/Documentation/devicetree/bindings/pwm/toshiba,pwm-visconti.yaml
index d350f5edfb67..46622661e5fb 100644
--- a/Documentation/devicetree/bindings/pwm/toshiba,pwm-visconti.yaml
+++ b/Documentation/devicetree/bindings/pwm/toshiba,pwm-visconti.yaml
@@ -9,6 +9,9 @@ title: Toshiba Visconti PWM Controller
maintainers:
- Nobuhiro Iwamatsu <[email protected]>

+allOf:
+ - $ref: pwm.yaml#
+
properties:
compatible:
items:
@@ -23,7 +26,6 @@ properties:
required:
- compatible
- reg
- - '#pwm-cells'

additionalProperties: false

--
2.32.0


2022-02-14 20:55:07

by Nobuhiro Iwamatsu

[permalink] [raw]
Subject: RE: [PATCH 09/15] dt-bindings: pwm: toshiba,visconti: include generic pwm schema

> -----Original Message-----
> From: Krzysztof Kozlowski <[email protected]>
> Sent: Monday, February 14, 2022 5:16 PM
> To: Thierry Reding <[email protected]>; Uwe Kleine-König
> <[email protected]>; Lee Jones <[email protected]>; Rob
> Herring <[email protected]>; Krzysztof Kozlowski
> <[email protected]>; Maxime Ripard
> <[email protected]>; Chen-Yu Tsai <[email protected]>; Jernej Skrabec
> <[email protected]>; Florian Fainelli <[email protected]>;
> [email protected]; Shawn Guo
> <[email protected]>; Sascha Hauer <[email protected]>;
> Pengutronix Kernel Team <[email protected]>; Fabio Estevam
> <[email protected]>; NXP Linux Team <[email protected]>; Heiko
> Stuebner <[email protected]>; Palmer Dabbelt <[email protected]>; Paul
> Walmsley <[email protected]>; iwamatsu nobuhiro(岩松 信洋 □S
> WC◯ACT) <[email protected]>; Philipp Zabel
> <[email protected]>; Anson Huang <[email protected]>;
> Vijayakannan Ayyathurai <[email protected]>; Rahul Tanwar
> <[email protected]>; Jeff LaBundy <[email protected]>; Yash Shah
> <[email protected]>; Sagar Kadam <[email protected]>; Vignesh
> R <[email protected]>; Yoshihiro Shimoda
> <[email protected]>; Laurent Pinchart
> <[email protected]>; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected]
> Subject: [PATCH 09/15] dt-bindings: pwm: toshiba,visconti: include generic
> pwm schema
>
> Include generic pwm.yaml schema, which enforces PWM node naming and
> brings pwm-cells requirement.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>

Reviewed-by: Nobuhiro Iwamatsu <[email protected]>

Best regards,
Nobuhiro