diff options
author | Johan Jonker <jbx6244@gmail.com> | 2021-04-17 13:29:49 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2021-05-11 12:06:50 +0200 |
commit | 72ae976363a2169d95eecca07e62ccdf5b1ee4de (patch) | |
tree | 611df76dbc320ac2e97f884ad06ccb5e202e4207 /Documentation/devicetree | |
parent | dt-bindings: arm: rockchip: convert pmu.txt to YAML (diff) | |
download | linux-72ae976363a2169d95eecca07e62ccdf5b1ee4de.tar.xz linux-72ae976363a2169d95eecca07e62ccdf5b1ee4de.zip |
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>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/arm/rockchip/pmu.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip/pmu.yaml b/Documentation/devicetree/bindings/arm/rockchip/pmu.yaml index 0b816943d9aa..53115b92d17f 100644 --- a/Documentation/devicetree/bindings/arm/rockchip/pmu.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip/pmu.yaml @@ -19,7 +19,10 @@ select: compatible: contains: enum: + - rockchip,px30-pmu - rockchip,rk3066-pmu + - rockchip,rk3288-pmu + - rockchip,rk3399-pmu required: - compatible @@ -28,7 +31,10 @@ properties: compatible: items: - enum: + - rockchip,px30-pmu - rockchip,rk3066-pmu + - rockchip,rk3288-pmu + - rockchip,rk3399-pmu - const: syscon - const: simple-mfd |