u-boot/board/dhelectronics
Marek Vasut a20be24cd4 ARM: imx: Remove PMIC reset configuration from board files
The PCA9450 reset configuration can now be performed by the PCA9450 PMIC
driver itself, remove the hard-coded variant from board code and let the
PMIC driver perform this task using one-liner:

```
$ sed -i '/set WDOG_B_CFG to cold reset/,+2 d' $(git grep -l PCA9450_RESET_CTRL.*0xA1 board/)
```

Venice and i.MX93 EVK required slight manual fix up.

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2023-01-30 23:23:01 +01:00
..
common board: dhelectronics: Implement common MAC address functions 2022-08-12 16:10:49 -04:00
dh_imx6 ARM: imx6: dh-imx6: Enable d-cache early in SPL 2022-09-01 17:18:42 -04:00
dh_imx8mp ARM: imx: Remove PMIC reset configuration from board files 2023-01-30 23:23:01 +01:00
dh_stm32mp1 ARM: dts: stm32: Add DHCOR based Testbench board 2022-10-18 08:34:25 +02:00