]> www.infradead.org Git - users/jedix/linux-maple.git/commit
soc: imx: Add SoC device register for i.MX9
authoralice.guo <alice.guo@nxp.com>
Mon, 18 Nov 2024 02:17:16 +0000 (10:17 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 9 Dec 2024 12:31:39 +0000 (20:31 +0800)
commit0b4dc35529f87d99fca91b259d50f54613bf9ec0
tree0e9715db074e635dd10009dde3ad174e20f8a7b0
parent40384c840ea1944d7c5a392e8975ed088ecf0b37
soc: imx: Add SoC device register for i.MX9

i.MX9 SoCs have SoC ID, SoC revision number and chip unique identifier
which are provided by the corresponding ARM trusted firmware API. This
patch intends to use SMC call to obtain these information and then
register i.MX9 SoC as a device.

Signed-off-by: Alice Guo <alice.guo@nxp.com>
Tested-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Stefan Wahren <wahrenst@gmx.net>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/soc/imx/Makefile
drivers/soc/imx/soc-imx9.c [new file with mode: 0644]