]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra into...
authorTom Rini <trini@konsulko.com>
Tue, 19 Dec 2023 20:16:13 +0000 (15:16 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 20 Dec 2023 13:12:56 +0000 (08:12 -0500)
commit1f115bdeb804b34a6456fd1f5907ffc98a2977ba
treee155297a5e4ce7b08c7a0d9802bb032ab2427c34
parent936d0f9dd713a913fe952eae576c893e1d5ecbd1
parent4989628c1d2b6ea19a38aae34b1c08b12141c64b
Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra into next

This PR contains 4 patchsets:

1. PMIC GPIO cells bringup. Created drivers for MAX7663 and Palmas
PMICs and gpio-uclass patch isolated behind configs for these 2
drivers. No unintentional size increase on any board. (proposed
2023-11-06 without any reaction)

2. Simple PLL clocks support in common tegra clock code which allows
use of simple PLL the same way main PLLs are used (before only
clock_start_pll was available). PLLD2 is an example of simple PLL, it
is used as a video subsystem parent clock and was used to test this
code. So far everything worked as expected. (proposed 2023-11-16
without any reaction)

3. A small patch for tegra emmc to allow pass max frequency from
device tree since some devices may not support full speed.

4. Pinmux DM conversion. Patchset consists of commit with DM wrapper
for existing pinmux code for t20/t30/t114, pinmux and funcmux files
relocation into a dedicated folder inside pinctrl, conversion of some
tegra boards to device tree pinmux setup.