Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752217AbdL0Nvp (ORCPT ); Wed, 27 Dec 2017 08:51:45 -0500 Received: from mail-wr0-f195.google.com ([209.85.128.195]:35332 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752147AbdL0NvM (ORCPT ); Wed, 27 Dec 2017 08:51:12 -0500 X-Google-Smtp-Source: ACJfBouuT/KDbW+OWwfs8UJexv6WM+lCAm7UplwJTGqcM+2rjuH3U35fJYsePys6pfQTHZf+/UcXYA== From: Bartosz Golaszewski To: Andy Shevchenko , Rob Herring , Mark Rutland , Javier Martinez Canillas , David Lechner , Divagar Mohandass , Peter Rosin Cc: linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: [PATCH v3 4/5] dt-bindings: at24: extend the list of supported chips Date: Wed, 27 Dec 2017 14:50:53 +0100 Message-Id: <20171227135054.29690-5-brgl@bgdev.pl> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20171227135054.29690-1-brgl@bgdev.pl> References: <20171227135054.29690-1-brgl@bgdev.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1324 Lines: 38 Add other variants of at24 EEPROMs we support in the driver to the list of allowed compatible fallbacks. Signed-off-by: Bartosz Golaszewski Reviewed-by: Javier Martinez Canillas --- Documentation/devicetree/bindings/eeprom/at24.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Documentation/devicetree/bindings/eeprom/at24.txt b/Documentation/devicetree/bindings/eeprom/at24.txt index 7d4dc264b3cc..7b01fa020ae4 100644 --- a/Documentation/devicetree/bindings/eeprom/at24.txt +++ b/Documentation/devicetree/bindings/eeprom/at24.txt @@ -7,13 +7,22 @@ Required properties: "atmel,24c00", "atmel,24c01", + "atmel,24cs01", "atmel,24c02", + "atmel,24cs02", + "atmel,24mac402", + "atmel,24mac602", "atmel,spd", "atmel,24c04", + "atmel,24cs04", "atmel,24c08", + "atmel,24cs08", "atmel,24c16", + "atmel,24cs16", "atmel,24c32", + "atmel,24cs32", "atmel,24c64", + "atmel,24cs64", "atmel,24c128", "atmel,24c256", "atmel,24c512", -- 2.15.1