u-boot/board/dhelectronics/dh_imx8mp
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.c ARM: dts: imx: Add support for DH electronics i.MX8M Plus DHCOM and PDK2 2022-05-23 11:37:58 +02:00
imx8mp_dhcom_pdk2.c ARM: imx: Deduplicate i.MX8M SNVS LPGPR unlock 2022-09-20 18:30:02 +02:00
imximage-lpddr4.cfg ARM: dts: imx: Add support for DH electronics i.MX8M Plus DHCOM and PDK2 2022-05-23 11:37:58 +02:00
Kconfig ARM: dts: imx: Add support for DH electronics i.MX8M Plus DHCOM and PDK2 2022-05-23 11:37:58 +02:00
lpddr4_timing.h ARM: dts: imx: Add support for DH electronics i.MX8M Plus DHCOM and PDK2 2022-05-23 11:37:58 +02:00
lpddr4_timing_4G_32.c ARM: imx: Update DDR frequency on i.MX8M Plus DHCOM 2022-09-18 22:56:10 +02:00
MAINTAINERS ARM: dts: imx: Add support for DH electronics i.MX8M Plus DHCOM and PDK2 2022-05-23 11:37:58 +02:00
Makefile ARM: dts: imx: Add support for DH electronics i.MX8M Plus DHCOM and PDK2 2022-05-23 11:37:58 +02:00
spl.c ARM: imx: Remove PMIC reset configuration from board files 2023-01-30 23:23:01 +01:00