Commit 78e7da2c authored by Johan Jonker's avatar Johan Jonker Committed by Thierry Reding

dt-bindings: pwm: rockchip: Add more compatible strings

The compatible strings below are already in use in the Rockchip
DTSI files, but were somehow never added to a document, so add

"rockchip,rk3328-pwm"

"rockchip,rk3036-pwm", "rockchip,rk2928-pwm"

"rockchip,rk3368-pwm", "rockchip,rk3288-pwm"
"rockchip,rk3399-pwm", "rockchip,rk3288-pwm"

"rockchip,px30-pwm", "rockchip,rk3328-pwm"
"rockchip,rk3308-pwm", "rockchip,rk3328-pwm"

for PWM nodes to pwm-rockchip.yaml.
Signed-off-by: default avatarJohan Jonker <jbx6244@gmail.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarHeiko Stuebner <heiko@sntech.de>
Signed-off-by: default avatarThierry Reding <thierry.reding@gmail.com>
parent a3310993
...@@ -14,11 +14,22 @@ properties: ...@@ -14,11 +14,22 @@ properties:
oneOf: oneOf:
- const: rockchip,rk2928-pwm - const: rockchip,rk2928-pwm
- const: rockchip,rk3288-pwm - const: rockchip,rk3288-pwm
- const: rockchip,rk3328-pwm
- const: rockchip,vop-pwm - const: rockchip,vop-pwm
- items:
- const: rockchip,rk3036-pwm
- const: rockchip,rk2928-pwm
- items: - items:
- enum: - enum:
- rockchip,rk3368-pwm
- rockchip,rk3399-pwm
- rockchip,rv1108-pwm - rockchip,rv1108-pwm
- const: rockchip,rk3288-pwm - const: rockchip,rk3288-pwm
- items:
- enum:
- rockchip,px30-pwm
- rockchip,rk3308-pwm
- const: rockchip,rk3328-pwm
reg: reg:
maxItems: 1 maxItems: 1
...@@ -46,6 +57,7 @@ if: ...@@ -46,6 +57,7 @@ if:
compatible: compatible:
contains: contains:
enum: enum:
- rockchip,rk3328-pwm
- rockchip,rv1108-pwm - rockchip,rv1108-pwm
then: then:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment