Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1297592

[PATCH] DT: i2c: Update vendor prefix for 24c00

From Akshay Bhat <akshay.bhat@timesys.com>
Newsgroups linux.kernel
Subject [PATCH] DT: i2c: Update vendor prefix for 24c00
Date 2015-12-23 20:20 +0100
Message-ID <qIX73-5aJ-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


"at" is not a valid vendor prefix, correcting the same to "atmel"

Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
---
 Documentation/devicetree/bindings/i2c/trivial-devices.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
index c50cf13..c4a01c0 100644
--- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt
+++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
@@ -20,11 +20,11 @@ adi,adt7476		+/-1C TDM Extended Temp Range I.C
 adi,adt7490		+/-1C TDM Extended Temp Range I.C
 adi,adxl345		Three-Axis Digital Accelerometer
 adi,adxl346		Three-Axis Digital Accelerometer (backward-compatibility value "adi,adxl345" must be listed too)
-at,24c08		i2c serial eeprom  (24cxx)
 atmel,24c00		i2c serial eeprom  (24cxx)
 atmel,24c01		i2c serial eeprom  (24cxx)
 atmel,24c02		i2c serial eeprom  (24cxx)
 atmel,24c04		i2c serial eeprom  (24cxx)
+atmel,24c08		i2c serial eeprom  (24cxx)
 atmel,24c16		i2c serial eeprom  (24cxx)
 atmel,24c32		i2c serial eeprom  (24cxx)
 atmel,24c64		i2c serial eeprom  (24cxx)
-- 
2.6.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] DT: i2c: Update vendor prefix for 24c00 Akshay Bhat <akshay.bhat@timesys.com> - 2015-12-23 20:20 +0100
  Re: [PATCH] DT: i2c: Update vendor prefix for 24c00 Andy Shevchenko <andy.shevchenko@gmail.com> - 2015-12-27 16:00 +0100

csiph-web