board: verdin-imx8mm: add call to ft_common_board_setup
authorPhilippe Schenker <philippe.schenker@toradex.com>
Mon, 29 Aug 2022 17:59:52 +0000 (19:59 +0200)
committerStefano Babic <sbabic@denx.de>
Thu, 20 Oct 2022 15:35:51 +0000 (17:35 +0200)
commit03268b2f9e67b21753580a13a10cfb8e1b27fc81
tree27ab3e61668c00835a6f35b1f9beecc75a733a34
parent5bc21d386993023690b8d65a05829fba55053f95
board: verdin-imx8mm: add call to ft_common_board_setup

With this call the following attributes get set to the device-tree
and are then accessible from linux in /proc/device-tree/

serial-number: The serial number that is stored in config-block
toradex,board-rev: The version of the module (e.g. V1.1A)
toradex,product-id: The SKU number of the module running

Fixes: commit 14d5aeff776b ("board: toradex: Add Verdin iMX8M Mini support")
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
board/toradex/verdin-imx8mm/verdin-imx8mm.c