[PULL next] u-boot-at91-2023.01-a
Eugen.Hristev at microchip.com
Eugen.Hristev at microchip.com
Mon Sep 19 10:29:58 CEST 2022
Hello Tom,
Please pull tag u-boot-2023.01-a , the first set of new at91 features
for the next cycle 2023.01 .
This feature set includes the important update on PIO4 pinctrl driver
that solves a long time mismatch between Linux and U-boot, related on
the unification of pinctrl and gpio driver support, now respecting the
pinctrl bindings ABI; and also support for pinctrl subnodes. The feature
set also adds support for PDA screen detection for sam9x60_curiosity
board , one fix for SD-Card reinsertion and one fix for sam9x60 clocks.
Thanks,
Eugen
The following changes since commit b6c50e5831f6ce3800d4b3cf3c7aa35dde8c48d9:
Merge branch 'next' of
https://source.denx.de/u-boot/custodians/u-boot-watchdog into next
(2022-09-18 08:34:31 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-at91.git
tags/u-boot-at91-2023.01-a
for you to fetch changes up to 7086defa048cc5303291b592192a18d69c6510cf:
pinctrl: at91-pio4: Add support for pinctrl config subnodes
(2022-09-19 09:51:04 +0300)
----------------------------------------------------------------
First set of u-boot-at91 features for the 2023.01 cycle
----------------------------------------------------------------
Durai Manickam KR (3):
configs: sama9x60_curiosity: add onewire and eeprom drivers
board: sam9x60_curiosity: add pda detect call at init time
ARM: dts: at91: sam9x60_curiosity: add onewire support
Mihai Sain (1):
clk: at91: sam9x60: change parent clock from mck_pres to mck_div
Sergiu Moga (5):
mmc: atmel_sdhci: re-enable sdhci after SD Card re-insertion
ARM: dts: at91: sama5: Align with Linux Devicetree
ARM: dts: at91: sama7: Align with Linux Devicetree
pinctrl: at91-pio4: Bind GPIO driver to the pinctrl DT node
pinctrl: at91-pio4: Add support for pinctrl config subnodes
arch/arm/dts/at91-sam9x60_curiosity.dts | 17 ++
arch/arm/dts/at91-sama5d27_giantboard.dts | 59 +++----
arch/arm/dts/at91-sama5d27_som1_ek.dts | 80 +++++----
arch/arm/dts/at91-sama5d27_wlsom1_ek-u-boot.dtsi | 6 +-
arch/arm/dts/at91-sama5d27_wlsom1_ek.dts | 92 +++++-----
arch/arm/dts/at91-sama5d2_icp.dts | 134 +++++++-------
arch/arm/dts/at91-sama5d2_ptc_ek.dts | 98 ++++++-----
arch/arm/dts/at91-sama5d2_xplained.dts | 204
+++++++++++-----------
arch/arm/dts/at91-sama7g5ek-u-boot.dtsi | 2 +-
arch/arm/dts/at91-sama7g5ek.dts | 85 +++++----
arch/arm/dts/sama5d2.dtsi | 9 +-
arch/arm/dts/sama5d27_som1.dtsi | 94 +++++-----
arch/arm/dts/sama5d27_wlsom1.dtsi | 54 +++---
arch/arm/dts/sama7g5.dtsi | 16 +-
board/atmel/sam9x60_curiosity/sam9x60_curiosity.c | 4 +
configs/sam9x60_curiosity_mmc_defconfig | 4 +
drivers/clk/at91/sam9x60.c | 4 +-
drivers/gpio/atmel_pio4.c | 2 -
drivers/mmc/atmel_sdhci.c | 12 ++
drivers/pinctrl/pinctrl-at91-pio4.c | 138 +++++++++++++--
20 files changed, 631 insertions(+), 483 deletions(-)
More information about the U-Boot
mailing list