Re: [PATCH v3 1/2] dt-bindings: pwm: Convert PWM bindings to json-schema
From: Paul Walmsley
Date: Tue Oct 08 2019 - 19:46:15 EST
On Wed, 2 Oct 2019, Krzysztof Kozlowski wrote:
> Convert generic PWM bindings to DT schema format using json-schema. The
> consumer bindings are split to separate file.
>
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
>
> ---
>
[ ... ]
> diff --git a/Documentation/devicetree/bindings/pwm/pwm-sifive.txt b/Documentation/devicetree/bindings/pwm/pwm-sifive.txt
> index 36447e3c9378..3d1dd7b06efc 100644
> --- a/Documentation/devicetree/bindings/pwm/pwm-sifive.txt
> +++ b/Documentation/devicetree/bindings/pwm/pwm-sifive.txt
> @@ -17,7 +17,7 @@ Required properties:
> Please refer to sifive-blocks-ip-versioning.txt for details.
> - reg: physical base address and length of the controller's registers
> - clocks: Should contain a clock identifier for the PWM's parent clock.
> -- #pwm-cells: Should be 3. See pwm.txt in this directory
> +- #pwm-cells: Should be 3. See pwm.yaml in this directory
> for a description of the cell format.
> - interrupts: one interrupt per PWM channel
For the SiFive PWM driver documentation:
Acked-by: Paul Walmsley <paul.walmsley@xxxxxxxxxx>
- Paul