commit | 13db616354d1ac38d0a57ace7e1d9ce0bf936d81 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Mon Jan 21 16:29:07 2019 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Feb 14 14:31:09 2019 +0100 |
tree | 65ed0e35b28810f8778ffa6bc63f1b433ec11520 | |
parent | 014d30426f36535d1299b7a67a9d1db7d52b61d3 [diff] |
xilinx: common: Add support for DM_I2C zynq_board_read_rom_ethaddr() It is much easier to point to eeprom which stores information like MAC address directly via DT. eeprom which contains this information is pointed by /chosen/xlnx,eeprom parameter. For example: chosen { bootargs = "earlycon"; stdout-path = "serial0:115200n8"; + xlnx,eeprom = &eeprom; }; Signed-off-by: Michal Simek <michal.simek@xilinx.com>