Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752927AbdLUNs7 (ORCPT ); Thu, 21 Dec 2017 08:48:59 -0500 Received: from mail-wr0-f193.google.com ([209.85.128.193]:37292 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752816AbdLUNsx (ORCPT ); Thu, 21 Dec 2017 08:48:53 -0500 X-Google-Smtp-Source: ACJfBosiBNBaTM4R5umFnVwcny42o/N+ilhJHT7p6gIt2oBGQSVNTAL8dzks6bAqc4KmmF9fTvSRjQ== From: Bartosz Golaszewski To: Andy Shevchenko , Rob Herring , Mark Rutland , Javier Martinez Canillas , David Lechner , Divagar Mohandass Cc: linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: [PATCH v2 2/5] dt-bindings: at24: add a missing compatible Date: Thu, 21 Dec 2017 14:48:39 +0100 Message-Id: <20171221134842.31287-3-brgl@bgdev.pl> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20171221134842.31287-1-brgl@bgdev.pl> References: <20171221134842.31287-1-brgl@bgdev.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 821 Lines: 23 "atmel,spd" is reported by checkpatch as undocumented in the device tree bindings. Add it to the list of supported compatible strings. Signed-off-by: Bartosz Golaszewski Reviewed-by: Javier Martinez Canillas --- 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 16b687458b14..2702f2456971 100644 --- a/Documentation/devicetree/bindings/eeprom/at24.txt +++ b/Documentation/devicetree/bindings/eeprom/at24.txt @@ -7,6 +7,7 @@ Required properties: "atmel,24c00", "atmel,24c01", "atmel,24c02", + "atmel,spd", "atmel,24c04", "atmel,24c08", "atmel,24c16", -- 2.15.1