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: 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 <krzysztof.kozlowski@canonical.com>
Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>

authored by

Krzysztof Kozlowski and committed by
Thierry Reding
43ded591 84b3b8df

+3 -1
+3 -1
Documentation/devicetree/bindings/pwm/toshiba,pwm-visconti.yaml
··· 9 9 maintainers: 10 10 - Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> 11 11 12 + allOf: 13 + - $ref: pwm.yaml# 14 + 12 15 properties: 13 16 compatible: 14 17 items: ··· 26 23 required: 27 24 - compatible 28 25 - reg 29 - - '#pwm-cells' 30 26 31 27 additionalProperties: false 32 28