Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752547AbbL0O5w (ORCPT ); Sun, 27 Dec 2015 09:57:52 -0500 Received: from mail-yk0-f171.google.com ([209.85.160.171]:35463 "EHLO mail-yk0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751370AbbL0O5t (ORCPT ); Sun, 27 Dec 2015 09:57:49 -0500 MIME-Version: 1.0 In-Reply-To: <1450898335-22814-1-git-send-email-akshay.bhat@timesys.com> References: <1450898335-22814-1-git-send-email-akshay.bhat@timesys.com> Date: Sun, 27 Dec 2015 16:57:48 +0200 Message-ID: Subject: Re: [PATCH] DT: i2c: Update vendor prefix for 24c00 From: Andy Shevchenko To: Akshay Bhat Cc: ktsai@capellamicro.com, Wolfram Sang , Rob Herring , Pawel Moll , Mark Rutland , "ijc+devicetree" , Kumar Gala , Jiri Kosina , linux-i2c@vger.kernel.org, devicetree , "linux-kernel@vger.kernel.org" , justin.waters@timesys.com Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2117 Lines: 48 On Wed, Dec 23, 2015 at 9:18 PM, Akshay Bhat wrote: > "at" is not a valid vendor prefix, correcting the same to "atmel" > I'm afraid you can't just do this change alone as it's used in some DTS. Though you may deprecated it along with update of current users. > Signed-off-by: Akshay Bhat > --- > 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/ -- With Best Regards, Andy Shevchenko -- 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/