From patchwork Mon May 22 09:40:21 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Brugger X-Patchwork-Id: 765308 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3wWYZf5WwJz9rvt for ; Mon, 22 May 2017 19:41:30 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="NzCErHRf"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758169AbdEVJlP (ORCPT ); Mon, 22 May 2017 05:41:15 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:33010 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758209AbdEVJks (ORCPT ); Mon, 22 May 2017 05:40:48 -0400 Received: by mail-wm0-f67.google.com with SMTP id b84so16107185wmh.0; Mon, 22 May 2017 02:40:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=3sjSKPjk5mKn1iFsBJwy3cp8JnVZ5qv4wPLDirIJVHQ=; b=NzCErHRfo0hRGs7SpR+Obbg6VRNDMnnfziIag9OSeykpkQNcmR/EzAJfvtZYiXd5jm xmqvudKZcZjSEcR2OCAVi4SezDdSLwQP77SK9ZA291Qd2zSzAivaZpGbZq0FgkJkQT/N uRe69KoWzklrEPlXvv3eYQ1QSC8PnAlNXJMSjHdtNjI7Dc7tAYLXG4FwQPTAqNfKyBRU NuoW9+eNk3qW8aRnjZ6Nxye7OrzQ19s/k+p4/u/cQZx/o4IZYwjih+aNzSbQBw4pd90a n0SYQSPOSmFRqlAV6alVdZq/uaI/c++ZLUIpPXMSECMs3HPxLEKUL8RJgMblRd+Nise3 3j0Q== 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; bh=3sjSKPjk5mKn1iFsBJwy3cp8JnVZ5qv4wPLDirIJVHQ=; b=DTyihzNdSgwV+IAOVmgVrdZzs1vvktiUa0Bk5NBsmH6DyDseNXgOMFIYe82OcPER6X SR7d7LcnfRWBs58YiLpKMg5W5pYSlKYfIbDfKbYLKXIHfFy/8iRNy39jbTz9PUXCqrxR ltTwBM09MK/ovRXZ73K8hTWyrQ7v3HRIIFQzJiVlSGd2Cmxnaup9Y9f9ddeJruwloz+P 7T6DzryjeTjOTGTecPW64KjZgiBH9Bf+pX+EjEBj6kvlr7sXXpuXtliTLetX3v9WBhvH 1DOsXSy5RiDz4vGuCurdBtRzftDBnwrjfUINRkEX1AkciYZpc0KVNoq3KgBnHK4VTVfU tEvw== X-Gm-Message-State: AODbwcDmSRQgGmEsllN8sfrVWP8gRDcHz/swBWw9tME+PnFUICE6NUh3 vYQd+0HqgakDTA== X-Received: by 10.223.131.196 with SMTP id 62mr13109305wre.162.1495446047030; Mon, 22 May 2017 02:40:47 -0700 (PDT) Received: from linux-gy6r.site ([92.57.80.122]) by smtp.gmail.com with ESMTPSA id m191sm33087606wmg.30.2017.05.22.02.40.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 22 May 2017 02:40:46 -0700 (PDT) From: Matthias Brugger To: robh+dt@kernel.org, mark.rutland@arm.com Cc: wsa@the-dreams.de, tglx@linutronix.de, jason@lakedaemon.net, marc.zyngier@arm.com, linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, Matthias Brugger Subject: [PATCH 4/4] dt-bindings: i2c-mtk: Add mt7623 binding Date: Mon, 22 May 2017 11:40:21 +0200 Message-Id: <20170522094021.7837-4-matthias.bgg@gmail.com> X-Mailer: git-send-email 2.12.0 In-Reply-To: <20170522094021.7837-1-matthias.bgg@gmail.com> References: <20170522094021.7837-1-matthias.bgg@gmail.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The mt7623 dtsi has support for the i2c block, but this is not documented. Add the documentation for SoC mt7623 to de description. Signed-off-by: Matthias Brugger Acked-by: Wolfram Sang --- Documentation/devicetree/bindings/i2c/i2c-mtk.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/i2c/i2c-mtk.txt b/Documentation/devicetree/bindings/i2c/i2c-mtk.txt index 060a9ec98215..aa36099dcee7 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-mtk.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-mtk.txt @@ -6,6 +6,7 @@ Required properties: - compatible: value should be either of the following. "mediatek,mt6577-i2c": for i2c compatible with mt6577. "mediatek,mt6589-i2c": for i2c compatible with mt6589. + "mediatek,mt7623-i2c", "mediatek,mt6577-i2c": for i2c compatible with mt7623. "mediatek,mt8173-i2c": for i2c compatible with mt8173. - reg: physical base address of the controller and dma base, length of memory mapped region.