
Hi Tom,
A small PR with MC8309 fixes from Rasmus.
CI: https://travis-ci.com/si-gdsys/u-boot-mpc83xx/builds/143550229
The following changes since commit d8a3f5259a36e76d1de127f65714c40918e8ee4c:
Merge tag 'u-boot-imx-20200107' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2020-01-07 08:45:43 -0500)
are available in the Git repository at:
git@gitlab.denx.de:u-boot/custodians/u-boot-mpc83xx.git next
for you to fetch changes up to fddf876a8f56ff53d1354387ebf7fd3997189349:
mpc83xx_clk: always treat MPC83XX_CLK_PCI as invalid (2020-01-08 08:14:36 +0100)
---------------------------------------------------------------- Rasmus Villemoes (5): mpc83xx: make ARCH_MPC8309 select SYS_FSL_ERRATUM_ESDHC111 powerpc: mpc83xx: convert CONFIG_FSL_ELBC to Kconfig mpc83xx: immap_83xx: add spi8xxx_t in immap for mpc8309 mpc83xx: set MPC83XX_GPIO_CTRLRS to 2 for MPC8309 mpc83xx_clk: always treat MPC83XX_CLK_PCI as invalid
arch/powerpc/cpu/mpc83xx/Kconfig | 8 ++++++++ arch/powerpc/include/asm/arch-mpc83xx/gpio.h | 3 ++- arch/powerpc/include/asm/immap_83xx.h | 3 +-- arch/powerpc/include/asm/mpc8xxx_spi.h | 1 + drivers/clk/mpc83xx_clk.c | 5 ++++- include/configs/MPC8313ERDB_NAND.h | 1 - include/configs/MPC8313ERDB_NOR.h | 1 - include/configs/MPC8315ERDB.h | 2 -- include/configs/MPC837XEMDS.h | 2 -- include/configs/MPC837XERDB.h | 2 -- include/configs/ids8313.h | 2 -- include/configs/ve8313.h | 1 - 12 files changed, 16 insertions(+), 15 deletions(-)
Best regards, Mario

On Thu, Jan 09, 2020 at 07:03:34AM +0100, Mario Six wrote:
Hi Tom,
A small PR with MC8309 fixes from Rasmus.
CI: https://travis-ci.com/si-gdsys/u-boot-mpc83xx/builds/143550229
The following changes since commit d8a3f5259a36e76d1de127f65714c40918e8ee4c:
Merge tag 'u-boot-imx-20200107' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2020-01-07 08:45:43 -0500)
are available in the Git repository at:
git@gitlab.denx.de:u-boot/custodians/u-boot-mpc83xx.git next
for you to fetch changes up to fddf876a8f56ff53d1354387ebf7fd3997189349:
mpc83xx_clk: always treat MPC83XX_CLK_PCI as invalid (2020-01-08 08:14:36 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Mario Six
-
Tom Rini