Message ID | 20241224094920.3821861-8-kever.yang@rock-chips.com |
---|---|
State | New |
Headers | show |
Series | rockchip: Add rk3562 support | expand |
Am Dienstag, 24. Dezember 2024, 10:49:10 CET schrieb Kever Yang: > Add rockchip,rk3562-wdt for rk3562. > > Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Heiko Stuebner <heiko@sntech.de> > --- > > Changes in v2: None > > 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 1efefd741c06..ef088e0f6917 100644 > --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > @@ -28,6 +28,7 @@ properties: > - rockchip,rk3328-wdt > - rockchip,rk3368-wdt > - rockchip,rk3399-wdt > + - rockchip,rk3562-wdt > - rockchip,rk3568-wdt > - rockchip,rk3576-wdt > - rockchip,rk3588-wdt >
On Tue, Dec 24, 2024 at 05:49:10PM +0800, Kever Yang wrote:
> Add rockchip,rk3562-wdt for rk3562.
This we see from the diff. Say something not obvious. Where is the
driver change? Why devices are or are not compatible?
Best regards,
Krzysztof
diff --git a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml index 1efefd741c06..ef088e0f6917 100644 --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml @@ -28,6 +28,7 @@ properties: - rockchip,rk3328-wdt - rockchip,rk3368-wdt - rockchip,rk3399-wdt + - rockchip,rk3562-wdt - rockchip,rk3568-wdt - rockchip,rk3576-wdt - rockchip,rk3588-wdt
Add rockchip,rk3562-wdt for rk3562. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> --- Changes in v2: None Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 1 + 1 file changed, 1 insertion(+)