[PATCH v3] dt-bindings: pwm: Convert Amlogic Meson PWM binding
Krzysztof Kozlowski
krzysztof.kozlowski at linaro.org
Tue Jan 31 23:35:42 PST 2023
On 30/01/2023 21:34, Heiner Kallweit wrote:
> Convert Amlogic Meson PWM binding to yaml.
>
> Signed-off-by: Heiner Kallweit <hkallweit1 at gmail.com>
> ---
> v2:
> - fix clocks and clock-names
> - consider that more than one compatible may be set
> v3:
> - remove minItem/maxItem properties for compatible
> ---
> .../devicetree/bindings/pwm/pwm-amlogic.yaml | 71 +++++++++++++++++++
> .../devicetree/bindings/pwm/pwm-meson.txt | 29 --------
> 2 files changed, 71 insertions(+), 29 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/pwm/pwm-amlogic.yaml
> delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-meson.txt
>
> diff --git a/Documentation/devicetree/bindings/pwm/pwm-amlogic.yaml b/Documentation/devicetree/bindings/pwm/pwm-amlogic.yaml
> new file mode 100644
> index 000000000..750642e76
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/pwm/pwm-amlogic.yaml
> @@ -0,0 +1,71 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/pwm/pwm-amlogic.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Amlogic PWM
> +
> +maintainers:
> + - Heiner Kallweit <hkallweit1 at gmail.com>
> +
> +allOf:
> + - $ref: pwm.yaml#
> +
> +properties:
> + compatible:
> + oneOf:
> + - items:
Drop items
> + - enum:
> + - amlogic,meson8b-pwm
> + - amlogic,meson-gxbb-pwm
> + - amlogic,meson-gxbb-ao-pwm
> + - amlogic,meson-axg-ee-pwm
> + - amlogic,meson-axg-ao-pwm
> + - amlogic,meson-g12a-ee-pwm
> + - amlogic,meson-g12a-ao-pwm-ab
> + - amlogic,meson-g12a-ao-pwm-cd
> + - amlogic,meson-s4-pwm
Best regards,
Krzysztof
More information about the linux-amlogic
mailing list