From patchwork Fri Mar 2 14:31:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 880551 X-Patchwork-Delegate: bartekgola@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-i2c-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=glider.be Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3ztBYt2pBvz9sWS for ; Sat, 3 Mar 2018 01:31:14 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1424921AbeCBObL (ORCPT ); Fri, 2 Mar 2018 09:31:11 -0500 Received: from xavier.telenet-ops.be ([195.130.132.52]:51782 "EHLO xavier.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1424443AbeCBObK (ORCPT ); Fri, 2 Mar 2018 09:31:10 -0500 Received: from ayla.of.borg ([84.194.111.163]) by xavier.telenet-ops.be with bizsmtp id H2X81x0163XaVaC012X8uM; Fri, 02 Mar 2018 15:31:09 +0100 Received: from ramsan.of.borg ([192.168.97.29] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.86_2) (envelope-from ) id 1erliG-0003Hd-T1; Fri, 02 Mar 2018 15:31:08 +0100 Received: from geert by ramsan with local (Exim 4.86_2) (envelope-from ) id 1erliG-0003A6-Ra; Fri, 02 Mar 2018 15:31:08 +0100 From: Geert Uytterhoeven To: Bartosz Golaszewski Cc: linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH v2] dt-bindings: at24: Add Renesas R1EX24128 Date: Fri, 2 Mar 2018 15:31:07 +0100 Message-Id: <1520001067-12111-1-git-send-email-geert+renesas@glider.be> X-Mailer: git-send-email 2.7.4 Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Document the compatible value for the Renesas R1EX24128ASAS0A two-wire serial interface EEPROM, so it can be used in DTS files without causing checkpatch warnings. Signed-off-by: Geert Uytterhoeven Acked-by: Rob Herring Acked-by: Wolfram Sang --- v2: - Add Acked-by, - Rebase on top of commit 6da28acf745fe253 ("dt-bindings: at24: consistently document the compatible property"). --- 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 1812c848e369e2a2..0bd685f0cff1b7fa 100644 --- a/Documentation/devicetree/bindings/eeprom/at24.txt +++ b/Documentation/devicetree/bindings/eeprom/at24.txt @@ -47,6 +47,7 @@ Required properties: variants of the above. Known such exceptions are listed below: "renesas,r1ex24002" - the fallback is "atmel,24c02" + "renesas,r1ex24128" - the fallback is "atmel,24c128" - reg: The I2C address of the EEPROM.