Skip to content

Commit 78e7da2

Browse files
Johan Jonkerthierryreding
authored andcommitted
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: Johan Jonker <jbx6244@gmail.com> Reviewed-by: Rob Herring <robh@kernel.org> Acked-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
1 parent a331099 commit 78e7da2

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,22 @@ properties:
1414
oneOf:
1515
- const: rockchip,rk2928-pwm
1616
- const: rockchip,rk3288-pwm
17+
- const: rockchip,rk3328-pwm
1718
- const: rockchip,vop-pwm
19+
- items:
20+
- const: rockchip,rk3036-pwm
21+
- const: rockchip,rk2928-pwm
1822
- items:
1923
- enum:
24+
- rockchip,rk3368-pwm
25+
- rockchip,rk3399-pwm
2026
- rockchip,rv1108-pwm
2127
- const: rockchip,rk3288-pwm
28+
- items:
29+
- enum:
30+
- rockchip,px30-pwm
31+
- rockchip,rk3308-pwm
32+
- const: rockchip,rk3328-pwm
2233

2334
reg:
2435
maxItems: 1
@@ -46,6 +57,7 @@ if:
4657
compatible:
4758
contains:
4859
enum:
60+
- rockchip,rk3328-pwm
4961
- rockchip,rv1108-pwm
5062

5163
then:

0 commit comments

Comments
 (0)