commit | f79593931044b7ac775a72d9d8ccb016651c5f39 | [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 | 3490a20ec1595594fd76f8a35f9f0d3029953b4d [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>