1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-07 09:29:18 +01:00
Files
u-boot-megous/board/liebherr/display5
Lukasz Majewski 45aac6dd7a imx: Rewrite display5 get_board_id() function to use dm_gpio_* API
The get_board_id() function was using the old gpio_* compatibility layer
to read HW and SW ID numbers encoded on the PCB board.

After this change the new dm_gpio* API is used for this purpose.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
2019-10-08 16:36:36 +02:00
..