]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: IMXRT: introduce is_imxrt*() macros and get_cpu_rev()
authorGiulio Benetti <giulio.benetti@benettiengineering.com>
Thu, 20 May 2021 14:10:13 +0000 (16:10 +0200)
committerStefano Babic <sbabic@denx.de>
Wed, 9 Jun 2021 11:03:33 +0000 (13:03 +0200)
commit0d90dec18222871d6884aa7ed483169cd016e399
treeadb3511d0be803ca2d831a3ec8455caacd14f463
parentd7308dbd864c1d0447bfe62cc42a6ff470369d66
ARM: IMXRT: introduce is_imxrt*() macros and get_cpu_rev()

We need those macros to instruct drivers on how to behave for SoC specific
quirks, so let's add it as done for other i.MX SoCs.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
arch/arm/include/asm/arch-imx/cpu.h
arch/arm/include/asm/mach-imx/sys_proto.h
arch/arm/mach-imx/imxrt/soc.c