]> git.dujemihanovic.xyz Git - u-boot.git/commit
riscv: cpu: jh7110: Add gpio helper macros
authorChanho Park <chanho61.park@samsung.com>
Tue, 31 Oct 2023 08:55:59 +0000 (17:55 +0900)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 2 Nov 2023 07:44:56 +0000 (15:44 +0800)
commit37c2faf3252e8423be0577bed1358bd6f59b4c10
tree89e4b85ad7d5906ad5c1dae585fc3bc6232b0ce2
parentbade208b5deb16120c6236e941c6e5f081e86c05
riscv: cpu: jh7110: Add gpio helper macros

Add gpio.h header file that includes JH7110 helper macros. The file is
imported from StarFive github[1] with small changes such as alignment.

[1]: https://github.com/starfive-tech/u-boot

Signed-off-by: Chanho Park <chanho61.park@samsung.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/include/asm/arch-jh7110/gpio.h [new file with mode: 0644]