Re: [PATCH u-boot-marvell 4/9] watchdog: armada_37xx: Convert to official DT bindings

2022-02-15 Thread Stefan Roese
On 2/14/22 11:34, Pali Rohár wrote: Official DT bindings have only one reg property: watchdog address space. Convert armada-37xx-wdt.c driver to offical DT bindings and access sel_reg register via MVEBU_REGISTER() macro, as its value (required by U-Boot driver) is not in DT yet. In later stage ca

[PATCH u-boot-marvell 4/9] watchdog: armada_37xx: Convert to official DT bindings

2022-02-14 Thread Pali Rohár
Official DT bindings have only one reg property: watchdog address space. Convert armada-37xx-wdt.c driver to offical DT bindings and access sel_reg register via MVEBU_REGISTER() macro, as its value (required by U-Boot driver) is not in DT yet. In later stage can be driver cleaned to not use it. Th