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: mxs: 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>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>

authored by

Krzysztof Kozlowski and committed by
Thierry Reding
a63cb1a9 0c11ff87

+3 -1
+3 -1
Documentation/devicetree/bindings/pwm/mxs-pwm.yaml
··· 10 10 - Shawn Guo <shawnguo@kernel.org> 11 11 - Anson Huang <anson.huang@nxp.com> 12 12 13 + allOf: 14 + - $ref: pwm.yaml# 15 + 13 16 properties: 14 17 compatible: 15 18 enum: ··· 31 28 required: 32 29 - compatible 33 30 - reg 34 - - "#pwm-cells" 35 31 - fsl,pwm-number 36 32 37 33 additionalProperties: false