diff options
| author | Tom Rini <[email protected]> | 2024-10-05 11:18:16 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-05 11:18:16 -0600 |
| commit | 7321b7dd36b3722fdbe2c661c8c478c429cd5267 (patch) | |
| tree | 14eb3498aed79b317c97f5c19fc12102765b4246 /include | |
| parent | be99d3cba64afda8b963b98682fa6e158e713c05 (diff) | |
| parent | ef815d75514da91dd98f9e3278d810439fd1f1ea (diff) | |
Merge tag 'u-boot-imx-next-20241005' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/22526
- Add DA9063 watchdog support for the imx6q-lxr2 board.
- Add support for DH electronics i.MX8M Plus DHCOM PicoITX
- Add DH i.MX8MP DHCOM SoM on DRC02 carrier board
- Several fsl_esdhc_imx improvements.
- Pas no-mmc-hs400 to mmc2 on imx8mm-cl-iot-gate.
Diffstat (limited to 'include')
| -rw-r--r-- | include/fsl_esdhc_imx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsl_esdhc_imx.h b/include/fsl_esdhc_imx.h index b8efd2a1664..8612b56609e 100644 --- a/include/fsl_esdhc_imx.h +++ b/include/fsl_esdhc_imx.h @@ -31,6 +31,7 @@ #define SYSCTL_RSTA 0x01000000 #define SYSCTL_RSTC 0x02000000 #define SYSCTL_RSTD 0x04000000 +#define SYSCTL_RSTT 0x10000000 #define VENDORSPEC_CKEN 0x00004000 #define VENDORSPEC_PEREN 0x00002000 |
