diff options
| author | Tom Rini <[email protected]> | 2026-01-26 09:09:16 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-26 09:09:16 -0600 |
| commit | c08da5d03c2a0b72e81a11ff7ca507e3a6414db3 (patch) | |
| tree | 4f56e067e2aaf15c440a4685cd3ae2987119e477 /include | |
| parent | 0ffca1dff1e8960b5920dfc3164e0fcd5892b961 (diff) | |
| parent | 8805aa120ca5341ca14d8f7f2311f7a85d57a5f9 (diff) | |
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi
Some improvements for some boards' DRAM setup, to allow boards with
"odd" DRAM sizes (1.5GB or 3GB), and to support the T113-s4 with double
the co-packaged DRAM. Support for a new board (X96Q TV box), and a fix
for the DT name prefix. Also we support the new AXP318W PMIC, which is
used on new boards with the A733 SoC. There are some preliminary support
patches for this SoC, but they are not quite ready yet - though maybe I
push some uncontroversial ones a bit later still.
Diffstat (limited to 'include')
| -rw-r--r-- | include/axp_pmic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/axp_pmic.h b/include/axp_pmic.h index 1806a7270a0..2f547da74c2 100644 --- a/include/axp_pmic.h +++ b/include/axp_pmic.h @@ -39,6 +39,7 @@ enum { AXP806_ID, AXP809_ID, AXP813_ID, + AXP318_ID, }; int axp_set_dcdc1(unsigned int mvolt); |
