diff options
| author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2022-09-06 17:38:20 +0300 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2022-09-09 20:06:39 +0300 |
| commit | aa8414fffd9892a81de76d4bb91c70149a005769 (patch) | |
| tree | 14332906805f1e93a4e6d6acc3e106bdf527bc93 | |
| parent | 91b1a7ff70a5b33645ac618446bff97c36ae150d (diff) | |
| download | linux-aa8414fffd9892a81de76d4bb91c70149a005769.tar.xz | |
dt-bindings: arm: rockchip: add rk5388 compatible string to pmu.yaml
Add the compatible for the pmu mfd on rk3588.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20220906143825.199089-2-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
| -rw-r--r-- | Documentation/devicetree/bindings/arm/rockchip/pmu.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip/pmu.yaml b/Documentation/devicetree/bindings/arm/rockchip/pmu.yaml index 5ece38065e54..4c645049c15b 100644 --- a/Documentation/devicetree/bindings/arm/rockchip/pmu.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip/pmu.yaml @@ -25,6 +25,7 @@ select: - rockchip,rk3368-pmu - rockchip,rk3399-pmu - rockchip,rk3568-pmu + - rockchip,rk3588-pmu required: - compatible @@ -39,6 +40,7 @@ properties: - rockchip,rk3368-pmu - rockchip,rk3399-pmu - rockchip,rk3568-pmu + - rockchip,rk3588-pmu - const: syscon - const: simple-mfd |
