From: Tom Rini Date: Sun, 12 Feb 2023 20:25:09 +0000 (-0500) Subject: Merge branch 'for-2023.04' of https://source.denx.de/u-boot/custodians/u-boot-mpc8xx X-Git-Tag: v2025.01-rc5-pxa1908~1108 X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20%24style.RelPermalink%20%7D%7D?a=commitdiff_plain;h=386e77cda8b690dbf5b2b7c828b3313205e5078c;p=u-boot.git Merge branch 'for-2023.04' of https://source.denx.de/u-boot/custodians/u-boot-mpc8xx - A fix for a long standing bug that has been exposed by commit 50128aeb0f8 ("cyclic: get rid of cyclic_init()") preventing 8xx boards from booting since u-boot 2023.01 - A GPIO driver for powerpc 8xx chip - Fixup for powerpc 8xx SPI driver - A new powerpc 8xx board - The two devices having that board. --- 386e77cda8b690dbf5b2b7c828b3313205e5078c diff --cc drivers/gpio/Makefile index fcd136367a,baceb54d31..1e81e36962 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@@ -36,8 -38,11 +36,9 @@@ obj-$(CONFIG_SANDBOX_GPIO) += sandbox. obj-$(CONFIG_TEGRA_GPIO) += tegra_gpio.o obj-$(CONFIG_TEGRA186_GPIO) += tegra186_gpio.o obj-$(CONFIG_DA8XX_GPIO) += da8xx_gpio.o -obj-$(CONFIG_DM644X_GPIO) += da8xx_gpio.o obj-$(CONFIG_ALTERA_PIO) += altera_pio.o -obj-$(CONFIG_MPC83XX_GPIO) += mpc83xx_gpio.o obj-$(CONFIG_MPC8XXX_GPIO) += mpc8xxx_gpio.o + obj-$(CONFIG_MPC8XX_GPIO) += mpc8xx_gpio.o obj-$(CONFIG_MPC83XX_SPISEL_BOOT) += mpc83xx_spisel_boot.o obj-$(CONFIG_SH_GPIO_PFC) += sh_pfc.o obj-$(CONFIG_OMAP_GPIO) += omap_gpio.o