Skip to content

Commit 72ae976

Browse files
Johan Jonkermmind
authored andcommitted
dt-bindings: arm: rockchip: add more compatible strings to pmu.yaml
The compatible strings below are already in use in the Rockchip dtsi files, but were somehow never added to a document, so add "rockchip,px30-pmu", "syscon", "simple-mfd" "rockchip,rk3288-pmu", "syscon", "simple-mfd" "rockchip,rk3399-pmu", "syscon", "simple-mfd" for pmu nodes to pmu.yaml. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20210417112952.8516-13-jbx6244@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 41413a2 commit 72ae976

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • Documentation/devicetree/bindings/arm/rockchip

Documentation/devicetree/bindings/arm/rockchip/pmu.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ select:
1919
compatible:
2020
contains:
2121
enum:
22+
- rockchip,px30-pmu
2223
- rockchip,rk3066-pmu
24+
- rockchip,rk3288-pmu
25+
- rockchip,rk3399-pmu
2326

2427
required:
2528
- compatible
@@ -28,7 +31,10 @@ properties:
2831
compatible:
2932
items:
3033
- enum:
34+
- rockchip,px30-pmu
3135
- rockchip,rk3066-pmu
36+
- rockchip,rk3288-pmu
37+
- rockchip,rk3399-pmu
3238
- const: syscon
3339
- const: simple-mfd
3440

0 commit comments

Comments
 (0)