Message ID | 20230328210048.195124-3-shreeya.patel@collabora.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | RK3588 watchdog support | expand |
Am Dienstag, 28. März 2023, 23:00:48 CEST schrieb Shreeya Patel: > Add rockchip,rk3588-wdt compatible string. > > Signed-off-by: Shreeya Patel <shreeya.patel@collabora.com> Reviewed-by: Heiko Stuebner <heiko@sntech.de>
On 28/03/2023 23:00, Shreeya Patel wrote: > Add rockchip,rk3588-wdt compatible string. > > Signed-off-by: Shreeya Patel <shreeya.patel@collabora.com> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Wed, Mar 29, 2023 at 02:30:48AM +0530, Shreeya Patel wrote: > Add rockchip,rk3588-wdt compatible string. > > Signed-off-by: Shreeya Patel <shreeya.patel@collabora.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> > --- > Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > index 92df6e453f64..e7a87ce94772 100644 > --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > @@ -29,6 +29,7 @@ properties: > - rockchip,rk3368-wdt > - rockchip,rk3399-wdt > - rockchip,rk3568-wdt > + - rockchip,rk3588-wdt > - rockchip,rv1108-wdt > - const: snps,dw-wdt > > -- > 2.30.2 >
Hi Guenter, Am Mittwoch, 29. März 2023, 14:47:34 CEST schrieb Guenter Roeck: > On Wed, Mar 29, 2023 at 02:30:48AM +0530, Shreeya Patel wrote: > > Add rockchip,rk3588-wdt compatible string. > > > > Signed-off-by: Shreeya Patel <shreeya.patel@collabora.com> > > Reviewed-by: Guenter Roeck <linux@roeck-us.net> just the usual question who is expected to pick up the binding patch? Should I just take it together with the dts-patch or do we wait for a watchdog-maintainer to pick up the binding alone? Thanks Heiko
On Wed, Mar 29, 2023 at 03:04:52PM +0200, Heiko Stübner wrote: > Hi Guenter, > > Am Mittwoch, 29. März 2023, 14:47:34 CEST schrieb Guenter Roeck: > > On Wed, Mar 29, 2023 at 02:30:48AM +0530, Shreeya Patel wrote: > > > Add rockchip,rk3588-wdt compatible string. > > > > > > Signed-off-by: Shreeya Patel <shreeya.patel@collabora.com> > > > > Reviewed-by: Guenter Roeck <linux@roeck-us.net> > > just the usual question who is expected to pick up the binding patch? > Should I just take it together with the dts-patch or do we wait for > a watchdog-maintainer to pick up the binding alone? I am ok with you taking both patches. FTR: Acked-by: Guenter Roeck <linux@roeck-us.net> Guenter
diff --git a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml index 92df6e453f64..e7a87ce94772 100644 --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml @@ -29,6 +29,7 @@ properties: - rockchip,rk3368-wdt - rockchip,rk3399-wdt - rockchip,rk3568-wdt + - rockchip,rk3588-wdt - rockchip,rv1108-wdt - const: snps,dw-wdt
Add rockchip,rk3588-wdt compatible string. Signed-off-by: Shreeya Patel <shreeya.patel@collabora.com> --- Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 1 + 1 file changed, 1 insertion(+)