From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 41E5CC10F06 for ; Sun, 17 Feb 2019 11:21:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1266321B69 for ; Sun, 17 Feb 2019 11:21:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550402509; bh=cq0TynrEDZDULQOgqSgmZJ5FVd0FGohj8f0euvZBZXA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=BdgqNw/M2tPfZj9kI/H534X2ChxZmyXFkEeInNs7JPoLZNSMMByf299VP7jZeH4OH DZuoOd5iDGKNdNEBYZIzrUVhRA2aZAKIjpE3jKki7l4LjwPYP/9uDnDl02B08wC9+R DSLUqMqhdEJBjRPN8E5zGfi3UVzuq5dzZWBghcRY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725801AbfBQLVn (ORCPT ); Sun, 17 Feb 2019 06:21:43 -0500 Received: from mail.stusta.mhn.de ([141.84.69.5]:46020 "EHLO mail.stusta.mhn.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726269AbfBQLVn (ORCPT ); Sun, 17 Feb 2019 06:21:43 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail.stusta.mhn.de (Postfix) with ESMTPSA id 442PXs1dJ6z5R; Sun, 17 Feb 2019 12:14:53 +0100 (CET) From: Adrian Bunk To: stable@vger.kernel.org Cc: linux-i2c@vger.kernel.org, Bartosz Golaszewski Subject: [4.9/4.14 patch v2 1/2] dt-bindings: eeprom: at24: add "atmel,24c2048" compatible string Date: Sun, 17 Feb 2019 13:14:51 +0200 Message-Id: <20190217111452.6152-2-bunk@kernel.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20190217111452.6152-1-bunk@kernel.org> References: <20190217111452.6152-1-bunk@kernel.org> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org commit 6c0c5dc33ff42af49243e94842d0ebdb153189ea upstream. Add new compatible to the device tree bindings. Signed-off-by: Adrian Bunk Acked-by: Rob Herring Signed-off-by: Bartosz Golaszewski --- Documentation/devicetree/bindings/eeprom/eeprom.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/eeprom/eeprom.txt b/Documentation/devicetree/bindings/eeprom/eeprom.txt index afc04589eadf..3c9a822d576c 100644 --- a/Documentation/devicetree/bindings/eeprom/eeprom.txt +++ b/Documentation/devicetree/bindings/eeprom/eeprom.txt @@ -6,7 +6,8 @@ Required properties: "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,24c128", "atmel,24c256", "atmel,24c512", "atmel,24c1024", + "atmel,24c2048" "catalyst,24c32" @@ -23,7 +24,7 @@ Required properties: device with and manufacturer "atmel" should be used. Possible types are: "24c00", "24c01", "24c02", "24c04", "24c08", "24c16", "24c32", "24c64", - "24c128", "24c256", "24c512", "24c1024", "spd" + "24c128", "24c256", "24c512", "24c1024", "24c2048", "spd" - reg : the I2C address of the EEPROM -- 2.11.0