From patchwork Thu Jun 29 11:39:09 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Claudiu Beznea X-Patchwork-Id: 782177 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3wyyQ05kz4z9s1h for ; Thu, 29 Jun 2017 21:40:08 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752614AbdF2LkH (ORCPT ); Thu, 29 Jun 2017 07:40:07 -0400 Received: from esa3.microchip.iphmx.com ([68.232.153.233]:44620 "EHLO esa3.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752743AbdF2Lja (ORCPT ); Thu, 29 Jun 2017 07:39:30 -0400 X-IronPort-AV: E=Sophos;i="5.40,280,1496127600"; d="scan'208";a="4244821" Received: from exsmtp02.microchip.com (HELO email.microchip.com) ([198.175.253.38]) by esa3.microchip.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 29 Jun 2017 04:39:29 -0700 Received: from m18063-ThinkPad-T460p.mchp-main.com (10.10.76.4) by chn-sv-exch02.mchp-main.com (10.10.76.38) with Microsoft SMTP Server id 14.3.352.0; Thu, 29 Jun 2017 04:39:28 -0700 From: Claudiu Beznea To: , , , , CC: , , , , Claudiu Beznea Subject: [PATCH 1/3] dt-bindings: i2c: eeprom: document all at24 bindings Date: Thu, 29 Jun 2017 14:39:09 +0300 Message-ID: <1498736351-9021-2-git-send-email-claudiu.beznea@microchip.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1498736351-9021-1-git-send-email-claudiu.beznea@microchip.com> References: <1498736351-9021-1-git-send-email-claudiu.beznea@microchip.com> MIME-Version: 1.0 Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Document all at24 memories specific bindings. Signed-off-by: Claudiu Beznea --- Documentation/devicetree/bindings/eeprom/eeprom.txt | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Documentation/devicetree/bindings/eeprom/eeprom.txt b/Documentation/devicetree/bindings/eeprom/eeprom.txt index 5696eb5..a50dc01 100644 --- a/Documentation/devicetree/bindings/eeprom/eeprom.txt +++ b/Documentation/devicetree/bindings/eeprom/eeprom.txt @@ -4,9 +4,11 @@ Required properties: - compatible : should be ",", like these: - "atmel,24c00", "atmel,24c01", "atmel,24c02", "atmel,24c04", - "atmel,24c08", "atmel,24c16", "atmel,24c32", "atmel,24c64", - "atmel,24c128", "atmel,24c256", "atmel,24c512", "atmel,24c1024" + "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", "atmel,24c1024" "catalyst,24c32" @@ -16,10 +18,11 @@ Required properties: "renesas,r1ex24002" - If there is no specific driver for , a generic - driver based on is selected. Possible types are: - "24c00", "24c01", "24c02", "24c04", "24c08", "24c16", "24c32", "24c64", - "24c128", "24c256", "24c512", "24c1024", "spd" + If there is no specific driver for , a generic + driver based on is selected. Possible types are: + "24c00", "24c01", "24cs01", "24c02", "24cs02", "24mac402", "24mac602", "spd", + "24c04", "24cs04", "24c08", "24cs08", "24c16", "24cs16", "24c32", "24cs32", + "24c64", "24cs64", "24c128", "24c256", "24c512", "24c1024" - reg : the I2C address of the EEPROM