From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752246AbdL0NwK (ORCPT ); Wed, 27 Dec 2017 08:52:10 -0500 Received: from mail-wr0-f196.google.com ([209.85.128.196]:43247 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752124AbdL0NvJ (ORCPT ); Wed, 27 Dec 2017 08:51:09 -0500 X-Google-Smtp-Source: ACJfBovfw8fDfFgm4GLVwjs8iest6sKljqcf/xWDTx6Ze++wsAqKnYyQYQnPeLOBhfpycN/DbeOt5g== 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 2/5] dt-bindings: at24: add a missing compatible Date: Wed, 27 Dec 2017 14:50:51 +0100 Message-Id: <20171227135054.29690-3-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 "atmel,spd" is reported by checkpatch as undocumented in the device tree bindings. Add it to the list of supported compatible fallbacks. 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 b5ce5a247554..487e1005036c 100644 --- a/Documentation/devicetree/bindings/eeprom/at24.txt +++ b/Documentation/devicetree/bindings/eeprom/at24.txt @@ -8,6 +8,7 @@ Required properties: "atmel,24c00", "atmel,24c01", "atmel,24c02", + "atmel,spd", "atmel,24c04", "atmel,24c08", "atmel,24c16", -- 2.15.1