commit | 83773ecc19f9559f64719d134a8f2c112814df2b | [log] [tgz] |
---|---|---|
author | Peter A. Bigot <pab@pabigot.com> | Sat Jan 12 08:15:01 2019 -0600 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue Jan 15 08:29:52 2019 -0600 |
tree | d200de9c9877efae040e308566c1888d3928cc17 | |
parent | 4fccdaf5ddb850d1f4e74cbc34e95eba3a475aff [diff] |
dts: correct compatible name for I2C EEPROM devices Zephyr has been using "i2c,eeprom" for the compatible property. This is inconsistent with the property documentation which expects "manufacturer,model" to be used. The Linux standard compatible name for I2C EEPROMs is "atmel,at24". The standard for SPI EEPROMS is "atmel,at25". We don't have support for the latter, but change the name for the former. Signed-off-by: Peter A. Bigot <pab@pabigot.com>