From patchwork Mon Sep 30 08:59:57 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 1169197 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=bgdev.pl 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="vV+7SSNu"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 46hbvc5k7wz9sPK for ; Mon, 30 Sep 2019 19:00:12 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729852AbfI3JAG (ORCPT ); Mon, 30 Sep 2019 05:00:06 -0400 Received: from mail-wr1-f66.google.com ([209.85.221.66]:38140 "EHLO mail-wr1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730340AbfI3JAG (ORCPT ); Mon, 30 Sep 2019 05:00:06 -0400 Received: by mail-wr1-f66.google.com with SMTP id w12so10287243wro.5 for ; Mon, 30 Sep 2019 02:00:04 -0700 (PDT) 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 :mime-version:content-transfer-encoding; bh=W2J9dQLufx+5N7H9fryJdO9qXSOJj2gGDtR8zr4hxQA=; b=vV+7SSNuoWy2nD/NSk6a4zQk+Zmjz9+WFa7kEkZKz4crgSELbG/yfjuaYGiAjFTqHW qNpI/6zWWNVgvpYl1rjA5oNFseC3xl4Y65yfrka38zy/cQBNhxaLKvfsYC8Url3ZDz5Z CnJs323Gj8vWu3S9MrMjc9WgI3hoY+0k6kiPZWtopFygAkkGVndhm/EV8wmQyk9o7uAz 84YlcwI4FLDNf6wP3bMDUetDf2wJGFyJHR0sCxsMhx7CeFMUUuVT5ZRK49UerH0QKjW5 w3yW0TL2vPBYeKtqyya1W/nwpA9puAIv9FvD/PVzsYDiW8Gi5uGSAP1zyRUvhgNfWdvW fQ4A== 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:mime-version:content-transfer-encoding; bh=W2J9dQLufx+5N7H9fryJdO9qXSOJj2gGDtR8zr4hxQA=; b=awP1jcLsy2KV1KbqhQUH5H2GYLA4M08hYmhmQH4/u2en1vWynRv1jKE5zjWKVTt/5p Nh7WmmEAnuH1LnoRtJKXWrGI4TjOuaLnPEOpt186CAQ0DgVXVBJiAsCqp1jUaN1XknoH rU4r3storv81BItY7NP0LImpUUlspXZCjehi0w00oh/20hSY7GUy46TTon6niPrJceSE ItUZHdCMYtxnYbYdlEu9ap9wVzBco+wVJMY44hRSegfrbBgjPZQyvDZfgSRDNyYghz+J i3/xsbVfyzIX4JVurPlLG30RsV+lTrL5XxcWjjwanjvBLrneQmQ6LHVDpSGArL7hA085 2JbQ== X-Gm-Message-State: APjAAAWB+2wOsY9b9AYBZzPyLxN7ib9lLqmkbG2o4MPp3v+iMBlLGAdF 9v4a5RvRsqohpJVKWjlgolMRYQ== X-Google-Smtp-Source: APXvYqxlgFC3g+ldXyGgTFB5IwYzp78K/41Y3/oxmHVqlh5ubFWKckEipyQ9STUd1SmjFF28YIZp/A== X-Received: by 2002:a5d:43d0:: with SMTP id v16mr12507385wrr.390.1569834003779; Mon, 30 Sep 2019 02:00:03 -0700 (PDT) Received: from localhost.localdomain (amontpellier-652-1-281-69.w109-210.abo.wanadoo.fr. [109.210.96.69]) by smtp.gmail.com with ESMTPSA id m18sm12665723wrg.97.2019.09.30.02.00.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Sep 2019 02:00:03 -0700 (PDT) From: Bartosz Golaszewski To: Rob Herring , Mark Rutland , Peter Rosin Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org, Bartosz Golaszewski , Rob Herring Subject: [PATCH v5 2/2] dt-bindings: at24: add new compatible Date: Mon, 30 Sep 2019 10:59:57 +0200 Message-Id: <20190930085957.2779-3-brgl@bgdev.pl> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20190930085957.2779-1-brgl@bgdev.pl> References: <20190930085957.2779-1-brgl@bgdev.pl> MIME-Version: 1.0 Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org From: Bartosz Golaszewski arch/arm/boot/dts/at91-dvk_som60.dt.yaml uses the compatible string 'giantec,gt24c32a' for an at24 EEPROM with a fallback to 'atmel,24c32'. Add this model as a special case to the binding document. Reported-by: Rob Herring Signed-off-by: Bartosz Golaszewski --- Documentation/devicetree/bindings/eeprom/at24.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml index aee0890d3b7a..db365e913d3b 100644 --- a/Documentation/devicetree/bindings/eeprom/at24.yaml +++ b/Documentation/devicetree/bindings/eeprom/at24.yaml @@ -101,6 +101,9 @@ properties: - items: - const: renesas,r1ex24016 - const: atmel,24c16 + - items: + - const: giantec,gt24c32a + - const: atmel,24c32 - items: - const: renesas,r1ex24128 - const: atmel,24c128