From patchwork Wed Sep 14 09:49:17 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerome Brunet X-Patchwork-Id: 9331017 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 6EA2B607FD for ; Wed, 14 Sep 2016 09:51:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5EE8229BDF for ; Wed, 14 Sep 2016 09:51:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5372929BEA; Wed, 14 Sep 2016 09:51:15 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id E3F2E29BDF for ; Wed, 14 Sep 2016 09:51:14 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bk6qR-0007Gj-M6; Wed, 14 Sep 2016 09:51:07 +0000 Received: from mail-wm0-x232.google.com ([2a00:1450:400c:c09::232]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bk6pB-0005r5-VS for linux-amlogic@lists.infradead.org; Wed, 14 Sep 2016 09:49:50 +0000 Received: by mail-wm0-x232.google.com with SMTP id b187so37901263wme.1 for ; Wed, 14 Sep 2016 02:49:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=KBEdzRlCF+d2TaWeBUuDsN0wvGVhLFd+OacEp4YvSuM=; b=UVvOqnd9AcCAwoTCFsYoYvVPeE8XiW3FfXQsYw2sqvclnSCaz5PdLrD+y1QpnSWvSE dS6Ah5eRGsYAwwsJjHrIOhPQSPxiUskF0BIZLVvO5WJVD39pLzrXNIxQIsylsfAKGKES 48Q40DmESZpZDnK3pTKVKNSTpBU4MioWL6Nzoj8/cdGJqx9bZft0qKJW376J6C+8+Seq H0YfrxOY1PvaESK4VACnVw5ukv+0j/Y50206gzCaUGLEvNoAAYWwA/EqbyrG4Xha2Xpu iKO3qqhXaHlyS6y7aK77sVftPnw4+itHANmXBZke3SOWY5dMQER9XkhqsP6vJFWGk2OD vZug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=KBEdzRlCF+d2TaWeBUuDsN0wvGVhLFd+OacEp4YvSuM=; b=DspdWH81EBpl+sHNIVuVLJz40jrmQ36ZfQeDlvYoy+AWPr+zLfwTrKFZwh2MO6IUoz i3LHFwYxXSD4versfzSWru5UuUYk8coHkRpkuVIM/Ia7NUyoyRhM1LKrGYAEFRttEY4O yIg9wf6iNWspJpVvg+PKBZ+AYGMBpcF+fdW0EwP9xhoogmKrwIyUSGejTRYd8m6Fvytl LW8QD7IUSBd8QYorItPhEcKVkVeyau6u9zW+KD5tz6wjkk5zBanblVCSQoXBiDZme8l6 xAXP7MIvpY1gUwv1SDk/G5xtSRtv4llERZSyc5IPupYmmnkXpqlyDnShFvKJWmILQNeB fqYw== X-Gm-Message-State: AE9vXwOJjMUMw1OxUwTG2JiEGrJd+D2d3JCX+rEZQg2bKCIRkiV/E+Ot90ii3/dEUZaFNq2C X-Received: by 10.194.85.45 with SMTP id e13mr1684104wjz.5.1473846567917; Wed, 14 Sep 2016 02:49:27 -0700 (PDT) Received: from mogwai.baylibre.com ([90.63.244.31]) by smtp.googlemail.com with ESMTPSA id n131sm9869364wmd.3.2016.09.14.02.49.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Sep 2016 02:49:27 -0700 (PDT) From: Jerome Brunet To: Wolfram Sang , Kevin Hilman , Carlo Caione , devicetree@vger.kernel.org Subject: [PATCH 2/2] dt-bindings: i2c-meson: add gxbb compatible string Date: Wed, 14 Sep 2016 11:49:17 +0200 Message-Id: <1473846557-18123-3-git-send-email-jbrunet@baylibre.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1473846557-18123-1-git-send-email-jbrunet@baylibre.com> References: <1473846557-18123-1-git-send-email-jbrunet@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160914_024950_202617_B7997E5F X-CRM114-Status: UNSURE ( 8.64 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-amlogic@lists.infradead.org, Jerome Brunet , linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Neil Armstrong MIME-Version: 1.0 Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+patchwork-linux-amlogic=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: Neil Armstrong Signed-off-by: Neil Armstrong Signed-off-by: Jerome Brunet Acked-by: Kevin Hilman --- Documentation/devicetree/bindings/i2c/i2c-meson.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/i2c/i2c-meson.txt b/Documentation/devicetree/bindings/i2c/i2c-meson.txt index 682f9a6f766e..386357d1aab0 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-meson.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-meson.txt @@ -1,7 +1,7 @@ Amlogic Meson I2C controller Required properties: - - compatible: must be "amlogic,meson6-i2c" + - compatible: must be "amlogic,meson6-i2c" or "amlogic,meson-gxbb-i2c" - reg: physical address and length of the device registers - interrupts: a single interrupt specifier - clocks: clock for the device