From patchwork Wed Dec 27 13:50:52 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 853169 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; dkim=pass (2048-bit key; unprotected) header.d=bgdev-pl.20150623.gappssmtp.com header.i=@bgdev-pl.20150623.gappssmtp.com header.b="GXkbzGph"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3z6DmB4Tpfz9sPt for ; Thu, 28 Dec 2017 00:51:38 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752150AbdL0NvN (ORCPT ); Wed, 27 Dec 2017 08:51:13 -0500 Received: from mail-wr0-f196.google.com ([209.85.128.196]:38895 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752133AbdL0NvL (ORCPT ); Wed, 27 Dec 2017 08:51:11 -0500 Received: by mail-wr0-f196.google.com with SMTP id o2so36789140wro.5 for ; Wed, 27 Dec 2017 05:51:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=XuGGlxdAxE+UXvgCq75Tate8x2ZXsQNKJ47WRPTzd2I=; b=GXkbzGphCHDUYhNi+JpSuXF+irvXn2zx3Yl9Sm1tTtP/la4ySjd8C7Bi554X6SL+y0 uoX+CsllZ0StzZGIxaINu68y5959VlbKTcPeYopntJ2ChWWV1qhw9BiNSsKPc14jUIg4 g47zYuQ9+/Quo0g1BktqStsj4G6ANn2jH/+Ro3kx7SUZbkPeR8m8E2MjPoI7DjCcUT8r xSnpaqIB1RCUG8U4UKQZSa1oKkdPU++Kq8qefmGhKBElqkRYEVOygjJE90rfQwJdisZJ VSzcmRy4Walqu8QBmcJzuXeE26qL/9RUdBlvbZIxsucbMWWioSqjDjk1jHqih8tVwIcK vUTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=XuGGlxdAxE+UXvgCq75Tate8x2ZXsQNKJ47WRPTzd2I=; b=nm2uzPKqwUwgD46uBn5IWtL+aS6U8wtgp8ybU1TswEGlIufjK1gKLybMZwRC2PraRX wkpFjCtWvwnC3at14qAhqxJhBSmsXfzVtCpl1gcd9RzxR+s1/exeUBVuVftVkopM3gx4 aCHTKSUbolfbYpPga9gjhoHwbvrxnQt4ncdCj8pBTGIj73r2oIBvExUlauskfgXAZiIF FmjZhQBEfFRFlaZoxcr5hJpHv4hdMXK+ch5EmpCk82cjOyuheyHlLMbNpoFM6v0H/3Aj ZCx6AmnFCKTM3EjyVNIShzwIizY04wdiz2/xh5gQu1wryCn3BeXnHmY3xiYuL8P82NAp a9xQ== X-Gm-Message-State: AKGB3mKCBRrOUOwQv5lGwfBcb/MjIt17pRUrK83+nSZ5QRILgO6jNy/R dcaWJ9qIttOEO2iIeChDLVwNRQ== X-Google-Smtp-Source: ACJfBovkNILfenECmaGfAMbWh7MKk5Ctjx5V2DUbR/u90QoBr7ytLQn12QieM0R0uUlAefw2dBVQeg== X-Received: by 10.223.156.133 with SMTP id d5mr29810816wre.43.1514382670115; Wed, 27 Dec 2017 05:51:10 -0800 (PST) Received: from bgdev-debian.home ([2a01:cb1d:af:5b00:c47b:2cf6:dd98:f17b]) by smtp.gmail.com with ESMTPSA id g78sm30182792wmc.30.2017.12.27.05.51.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Dec 2017 05:51:09 -0800 (PST) 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 3/5] dt-bindings: at24: fix formatting and style Date: Wed, 27 Dec 2017 14:50:52 +0100 Message-Id: <20171227135054.29690-4-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-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Make formatting and style consistent for the entire document. This patch doesn't change the content of the binding. Signed-off-by: Bartosz Golaszewski Reviewed-by: Javier Martinez Canillas --- Documentation/devicetree/bindings/eeprom/at24.txt | 24 +++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Documentation/devicetree/bindings/eeprom/at24.txt b/Documentation/devicetree/bindings/eeprom/at24.txt index 487e1005036c..7d4dc264b3cc 100644 --- a/Documentation/devicetree/bindings/eeprom/at24.txt +++ b/Documentation/devicetree/bindings/eeprom/at24.txt @@ -2,7 +2,7 @@ EEPROMs (I2C) Required properties: - - compatible: must be a "," pair with one of the + - compatible: Must be a "," pair with one of the following values as fallback: "atmel,24c00", @@ -19,23 +19,23 @@ Required properties: "atmel,24c512", "atmel,24c1024" - - reg : the I2C address of the EEPROM + - reg: The I2C address of the EEPROM. Optional properties: - - pagesize : the length of the pagesize for writing. Please consult the - manual of your device, that value varies a lot. A wrong value - may result in data loss! If not specified, a safety value of - '1' is used which will be very slow. + - pagesize: The length of the pagesize for writing. Please consult the + manual of your device, that value varies a lot. A wrong value + may result in data loss! If not specified, a safety value of + '1' is used which will be very slow. - - read-only: this parameterless property disables writes to the eeprom + - read-only: This parameterless property disables writes to the eeprom. - - size: total eeprom size in bytes + - size: Total eeprom size in bytes. - - no-read-rollover: - This parameterless property indicates that the multi-address - eeprom does not automatically roll over reads to the next - slave address. Please consult the manual of your device. + - no-read-rollover: This parameterless property indicates that the + multi-address eeprom does not automatically roll over + reads to the next slave address. Please consult the + manual of your device. - wp-gpios: GPIO to which the write-protect pin of the chip is connected.