Message ID | 939d9e2c-4431-5408-5884-12d328b6a4f2@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add basic Rockchip rk3128 DT support | expand |
On 26/10/2022 20:52, Johan Jonker wrote: > Add rockchip,rk3128-timer compatible string. > > Signed-off-by: Johan Jonker <jbx6244@gmail.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
Am Donnerstag, 27. Oktober 2022, 02:52:35 CEST schrieb Johan Jonker: > Add rockchip,rk3128-timer compatible string. > > Signed-off-by: Johan Jonker <jbx6244@gmail.com> Reviewed-by: Heiko Stuebner <heiko@sntech.de> > --- > Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml > index dc3bc1e62..b61ed1a43 100644 > --- a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml > +++ b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml > @@ -18,6 +18,7 @@ properties: > - enum: > - rockchip,rv1108-timer > - rockchip,rk3036-timer > + - rockchip,rk3128-timer > - rockchip,rk3188-timer > - rockchip,rk3228-timer > - rockchip,rk3229-timer > -- > 2.20.1 > >
diff --git a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml index dc3bc1e62..b61ed1a43 100644 --- a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml +++ b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml @@ -18,6 +18,7 @@ properties: - enum: - rockchip,rv1108-timer - rockchip,rk3036-timer + - rockchip,rk3128-timer - rockchip,rk3188-timer - rockchip,rk3228-timer - rockchip,rk3229-timer
Add rockchip,rk3128-timer compatible string. Signed-off-by: Johan Jonker <jbx6244@gmail.com> --- Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml | 1 + 1 file changed, 1 insertion(+) -- 2.20.1