summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/pwm
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2023-09-22 15:42:27 +0300
committerThierry Reding <thierry.reding@gmail.com>2023-10-06 11:44:26 +0300
commitc3c653422a265a3b5dfdf8567eebd5116311c36d (patch)
tree4656bcc8a7ca513b5e9199dadebf445c4999f54b /Documentation/devicetree/bindings/pwm
parent7818f0bcc195e7c49eaaa031f0c26c59978469f6 (diff)
downloadlinux-c3c653422a265a3b5dfdf8567eebd5116311c36d.tar.xz
dt-bindings: pwm: mxs: Document fsl,imx28-pwm
imx28 uses the same PWM block that is found on imx23. Add an entry for fsl,imx28-pwm. Signed-off-by: Fabio Estevam <festevam@denx.de> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/pwm')
-rw-r--r--Documentation/devicetree/bindings/pwm/mxs-pwm.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/pwm/mxs-pwm.yaml b/Documentation/devicetree/bindings/pwm/mxs-pwm.yaml
index 6ffbed204c25..655f008081d5 100644
--- a/Documentation/devicetree/bindings/pwm/mxs-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/mxs-pwm.yaml
@@ -15,8 +15,12 @@ allOf:
properties:
compatible:
- enum:
- - fsl,imx23-pwm
+ oneOf:
+ - const: fsl,imx23-pwm
+ - items:
+ - enum:
+ - fsl,imx28-pwm
+ - const: fsl,imx23-pwm
reg:
maxItems: 1