commit | 45aac6dd7afe73be69ab432c06eb97f9920c491f | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Tue Sep 03 16:38:50 2019 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 08 16:36:36 2019 +0200 |
tree | d7077e92e14e42d0aa4be1f5824b0c0b36483f29 | |
parent | feeff1567f1e98775b1b0070b106ecc09059ecc1 [diff] |
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>