mbox series

[0/4] use correct compatibles for the nxp,se97b chips

Message ID 20180116160618.27859-1-peda@axentia.se
Headers show
Series use correct compatibles for the nxp,se97b chips | expand

Message

Peter Rosin Jan. 16, 2018, 4:06 p.m. UTC
Hi!

The TSE-850 and the Nattis are using se97b chips from NXP. Previously,
these have been specified as compatible to "nxp,24c02". But the updated
bindings for the at24 eeproms makes me think that the right thing to
do is to have their compatible be

   "nxp,se97b", "atmel,24c02"

This series takes care of that, and throws in a sorting patch while at it.

Cheers,
Peter

Peter Rosin (4):
  dt-bindings: at24: sort manufacturers alphabetically
  dt-bindings: at24: add compatible for nxp,se97b
  ARM: dts: at91: nattis: use the correct compatible for the eeprom
  ARM: dts: at91: tse850: use the correct compatible for the eeprom

 Documentation/devicetree/bindings/eeprom/at24.txt | 3 ++-
 arch/arm/boot/dts/at91-nattis-2-natte-2.dts       | 2 +-
 arch/arm/boot/dts/at91-tse850-3.dts               | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)