diff options
author | Michal Simek <michal.simek@xilinx.com> | 2019-01-21 16:29:07 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2019-02-14 14:31:09 +0100 |
commit | 829e8c73dd75eb49c00a6916963ec7b0b1a771c5 (patch) | |
tree | 65ed0e35b28810f8778ffa6bc63f1b433ec11520 /board/microchip | |
parent | 9755e3db8b1223699954146dfb171df75ec89ab3 (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>
Diffstat (limited to 'board/microchip')
0 files changed, 0 insertions, 0 deletions