From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751403AbeAPR07 (ORCPT + 1 other); Tue, 16 Jan 2018 12:26:59 -0500 Received: from mail-oi0-f67.google.com ([209.85.218.67]:35740 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750811AbeAPR05 (ORCPT ); Tue, 16 Jan 2018 12:26:57 -0500 X-Google-Smtp-Source: ACJfBou/0nGMBVy+0Ct0yoU4Cx7jYZXt3Y/xpvOsGvJC1jpKXZMXqY2dZKQHll7QcnX4N2HGt13GDt69/9iFwiEY8+E= MIME-Version: 1.0 In-Reply-To: <20180116160618.27859-3-peda@axentia.se> References: <20180116160618.27859-1-peda@axentia.se> <20180116160618.27859-3-peda@axentia.se> From: Bartosz Golaszewski Date: Tue, 16 Jan 2018 18:26:56 +0100 Message-ID: Subject: Re: [PATCH 2/4] dt-bindings: at24: add compatible for nxp,se97b To: Peter Rosin Cc: Linux Kernel Mailing List , Rob Herring , Mark Rutland , Nicolas Ferre , Alexandre Belloni , Russell King , linux-i2c , devicetree , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: 2018-01-16 17:06 GMT+01:00 Peter Rosin : > The datasheet talks about the chip being an spd, but the chip is writable > so atmel,24c02 is more appropriate as fallback. > > Signed-off-by: Peter Rosin > --- > Documentation/devicetree/bindings/eeprom/at24.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/eeprom/at24.txt b/Documentation/devicetree/bindings/eeprom/at24.txt > index abfae1beca2b..edf9247613f6 100644 > --- a/Documentation/devicetree/bindings/eeprom/at24.txt > +++ b/Documentation/devicetree/bindings/eeprom/at24.txt > @@ -46,6 +46,7 @@ Required properties: > Some vendors use different model names for chips which are just > variants of the above. Known such exceptions are listed below: > > + "nxp,se97b" - the fallback is "atmel,24c02", > "renesas,r1ex24002" - the fallback is "atmel,24c02" > > - reg: The I2C address of the EEPROM. > -- > 2.11.0 > Acked-by: Bartosz Golaszewski