Am Freitag, 18. Dezember 2020, 13:05:27 CET schrieb Johan Jonker: > The watchdog compatible strings are suppose to be SoC orientated. > In the more recently added Rockchip SoC dtsi files only > the fallback string "snps,dw-wdt" is used, so add the following > compatible strings: > > "rockchip,px30-wdt", "snps,dw-wdt" > "rockchip,rk3228-wdt", "snps,dw-wdt" > "rockchip,rk3308-wdt", "snps,dw-wdt" > "rockchip,rk3328-wdt", "snps,dw-wdt" > "rockchip,rk3399-wdt", "snps,dw-wdt" > "rockchip,rv1108-wdt", "snps,dw-wdt" > > make ARCH=arm dtbs_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > > make ARCH=arm64 dtbs_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > > Signed-off-by: Johan Jonker <jbx6...@gmail.com>
Reviewed-by: Heiko Stuebner <he...@sntech.de> I'd like to pick up the devicetree patches (2-8) once this has landed in the watchdog tree. Thanks Heiko