commit | 7d1787fb92bf26e966381341c2af8df7d74d24fa | [log] [tgz] |
---|---|---|
author | Eugen Hristev <eugen.hristev@microchip.com> | Tue Sep 18 10:35:42 2018 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 28 20:22:39 2018 -0400 |
tree | c070d134752c8271e72dee8e498f305fd6dcaa27 | |
parent | 4b407017fe0b39ba1b7f0d90f7d4c99ccf029671 [diff] |
board: atmel: add support for pda detection This adds the support for PDA detection as common code for Atmel boards. Using the one wire interface over GPIO , an EEPROM memory is read and compared to preprogrammed values for PDA screens TM4300, TM7000 and TM7000B. Once the PDA is detected, an environment variable is set accordingly. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>