From: Elaine Zhang <[email protected]>
Add the compatible string for RK3568 SoC.
Signed-off-by: Elaine Zhang <[email protected]>
Signed-off-by: Johan Jonker <[email protected]>
---
A note for rob+dt and others:
A review and ack tag was not added, because in this version
the schema layout changed a bit
Please have a look at it again
Changed V8:
Add pd-node ref schema
---
Documentation/devicetree/bindings/power/rockchip,power-controller.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/power/rockchip,power-controller.yaml b/Documentation/devicetree/bindings/power/rockchip,power-controller.yaml
index 2b9950fd6..24eb00834 100644
--- a/Documentation/devicetree/bindings/power/rockchip,power-controller.yaml
+++ b/Documentation/devicetree/bindings/power/rockchip,power-controller.yaml
@@ -40,6 +40,7 @@ properties:
- rockchip,rk3366-power-controller
- rockchip,rk3368-power-controller
- rockchip,rk3399-power-controller
+ - rockchip,rk3568-power-controller
"#power-domain-cells":
const: 1
@@ -135,6 +136,7 @@ definitions:
"include/dt-bindings/power/rk3366-power.h"
"include/dt-bindings/power/rk3368-power.h"
"include/dt-bindings/power/rk3399-power.h"
+ "include/dt-bindings/power/rk3568-power.h"
clocks:
minItems: 1
--
2.11.0
On Fri, 16 Apr 2021 10:03:41 +0200, Johan Jonker wrote:
> From: Elaine Zhang <[email protected]>
>
> Add the compatible string for RK3568 SoC.
>
> Signed-off-by: Elaine Zhang <[email protected]>
> Signed-off-by: Johan Jonker <[email protected]>
> ---
> A note for rob+dt and others:
> A review and ack tag was not added, because in this version
> the schema layout changed a bit
> Please have a look at it again
>
> Changed V8:
> Add pd-node ref schema
> ---
> Documentation/devicetree/bindings/power/rockchip,power-controller.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
Acked-by: Rob Herring <[email protected]>