Message ID | 20240802214612.434179-3-detlev.casanova@collabora.com |
---|---|
State | Superseded |
Headers | show |
Series | Add device tree for ArmSoM Sige 5 board | expand |
On 02/08/2024 23:45, Detlev Casanova wrote: > Add the compatible for the pmu mfd on rk3576. > > Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com> > --- > Documentation/devicetree/bindings/arm/rockchip/pmu.yaml | 2 ++ Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Fri, Aug 02, 2024 at 05:45:29PM -0400, Detlev Casanova wrote: > Add the compatible for the pmu mfd on rk3576. Typo in the subject. rk576? > > Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com> > --- > Documentation/devicetree/bindings/arm/rockchip/pmu.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/rockchip/pmu.yaml b/Documentation/devicetree/bindings/arm/rockchip/pmu.yaml > index b79c81cd9f0e6..932f981265ccb 100644 > --- a/Documentation/devicetree/bindings/arm/rockchip/pmu.yaml > +++ b/Documentation/devicetree/bindings/arm/rockchip/pmu.yaml > @@ -26,6 +26,7 @@ select: > - rockchip,rk3368-pmu > - rockchip,rk3399-pmu > - rockchip,rk3568-pmu > + - rockchip,rk3576-pmu > - rockchip,rk3588-pmu > - rockchip,rv1126-pmu > > @@ -43,6 +44,7 @@ properties: > - rockchip,rk3368-pmu > - rockchip,rk3399-pmu > - rockchip,rk3568-pmu > + - rockchip,rk3576-pmu > - rockchip,rk3588-pmu > - rockchip,rv1126-pmu > - const: syscon > -- > 2.46.0 >
diff --git a/Documentation/devicetree/bindings/arm/rockchip/pmu.yaml b/Documentation/devicetree/bindings/arm/rockchip/pmu.yaml index b79c81cd9f0e6..932f981265ccb 100644 --- a/Documentation/devicetree/bindings/arm/rockchip/pmu.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip/pmu.yaml @@ -26,6 +26,7 @@ select: - rockchip,rk3368-pmu - rockchip,rk3399-pmu - rockchip,rk3568-pmu + - rockchip,rk3576-pmu - rockchip,rk3588-pmu - rockchip,rv1126-pmu @@ -43,6 +44,7 @@ properties: - rockchip,rk3368-pmu - rockchip,rk3399-pmu - rockchip,rk3568-pmu + - rockchip,rk3576-pmu - rockchip,rk3588-pmu - rockchip,rv1126-pmu - const: syscon
Add the compatible for the pmu mfd on rk3576. Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com> --- Documentation/devicetree/bindings/arm/rockchip/pmu.yaml | 2 ++ 1 file changed, 2 insertions(+)