]> git.baikalelectronics.ru Git - uboot.git/commit
driver, gpio: Add support for MPC 8xx CPU ports
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Fri, 14 Oct 2022 08:01:41 +0000 (10:01 +0200)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Sat, 11 Feb 2023 07:47:58 +0000 (08:47 +0100)
commit2cc7c87ef80986dbb9839b322a2bdd1859805236
treeae03eb57e93b30ea84805e3cedf9739e06fd5f59
parentebd17e3dc9b0b00e45c7d073b29fb231179334c2
driver, gpio: Add support for MPC 8xx CPU ports

Ports A, C and D are 16 bits ports.
Ports B and E are 32 bits ports.

The "compatible" is used to determine each port type.

This patch was originally written by Charles Frey who's
email address is not valid anymore as he left the company.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Reviewed-by: FRANJOU Stephane <stephane.franjou@csgroup.eu>
arch/powerpc/Kconfig
arch/powerpc/include/asm/arch-mpc8xx/gpio.h [new file with mode: 0644]
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/mpc8xx_gpio.c [new file with mode: 0644]