Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: pwm: Add bindings doc for Sunplus SoC SP7021 PWM Driver

Add bindings doc for Sunplus SoC SP7021 PWM Driver

Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Hammer Hsieh <hammerh0314@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>

authored by

Hammer Hsieh and committed by
Thierry Reding
15452ce3 f30673a9

+47
+42
Documentation/devicetree/bindings/pwm/sunplus,sp7021-pwm.yaml
··· 1 + # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 + # Copyright (C) Sunplus Co., Ltd. 2021 3 + %YAML 1.2 4 + --- 5 + $id: http://devicetree.org/schemas/pwm/sunplus,sp7021-pwm.yaml# 6 + $schema: http://devicetree.org/meta-schemas/core.yaml# 7 + 8 + title: Sunplus SoC SP7021 PWM Controller 9 + 10 + maintainers: 11 + - Hammer Hsieh <hammerh0314@gmail.com> 12 + 13 + allOf: 14 + - $ref: pwm.yaml# 15 + 16 + properties: 17 + compatible: 18 + const: sunplus,sp7021-pwm 19 + 20 + reg: 21 + maxItems: 1 22 + 23 + clocks: 24 + maxItems: 1 25 + 26 + '#pwm-cells': 27 + const: 2 28 + 29 + unevaluatedProperties: false 30 + 31 + required: 32 + - reg 33 + - clocks 34 + 35 + examples: 36 + - | 37 + pwm: pwm@9c007a00 { 38 + compatible = "sunplus,sp7021-pwm"; 39 + reg = <0x9c007a00 0x80>; 40 + clocks = <&clkc 0xa2>; 41 + #pwm-cells = <2>; 42 + };
+5
MAINTAINERS
··· 18873 18873 F: Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml 18874 18874 F: drivers/nvmem/sunplus-ocotp.c 18875 18875 18876 + SUNPLUS PWM DRIVER 18877 + M: Hammer Hsieh <hammerh0314@gmail.com> 18878 + S: Maintained 18879 + F: Documentation/devicetree/bindings/pwm/sunplus,sp7021-pwm.yaml 18880 + 18876 18881 SUNPLUS RTC DRIVER 18877 18882 M: Vincent Shih <vincent.sunplus@gmail.com> 18878 18883 L: linux-rtc@vger.kernel.org