From patchwork Fri Sep 4 19:33:45 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Boris Lysov X-Patchwork-Id: 1357820 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=linux-i2c-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=quarantine dis=none) header.from=mail.ee Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=mail.ee header.i=@mail.ee header.a=rsa-sha256 header.s=20150108 header.b=hePSwgnr; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4Bjp080vMGz9sTh for ; Sat, 5 Sep 2020 05:39:20 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726277AbgIDTjP (ORCPT ); Fri, 4 Sep 2020 15:39:15 -0400 Received: from eu-shark2.inbox.eu ([195.216.236.82]:43848 "EHLO eu-shark2.inbox.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726221AbgIDTjP (ORCPT ); Fri, 4 Sep 2020 15:39:15 -0400 X-Greylist: delayed 320 seconds by postgrey-1.27 at vger.kernel.org; Fri, 04 Sep 2020 15:39:14 EDT Received: from eu-shark2.inbox.eu (localhost [127.0.0.1]) by eu-shark2-out.inbox.eu (Postfix) with ESMTP id E5A8A14CABA; Fri, 4 Sep 2020 22:33:51 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.ee; s=20150108; t=1599248031; bh=ubICt9xksEEhwxkgC0Mdeef1nGy2ibTY1aiD6wEybEU=; h=Date:From:To:Cc:Subject; b=hePSwgnrh3GZhnc0bnnelG38+iLEHuCovnNgH5pWcD4KiXA+X/ztCDnvnvZm98B/h AafnB9yzGrl7ls5o6K+pDjfgjJSV5aEY6SdCcHU+uHSzy4KtlM3CE9N0jNQoKAeqRS jzruNl6Z2szipMVmuPgJMwvLWqzkUdndjLT9gjRQ= Received: from mail.inbox.eu (eu-pop1 [127.0.0.1]) by eu-shark2-in.inbox.eu (Postfix) with ESMTP id C528D14CAB9; Fri, 4 Sep 2020 22:33:51 +0300 (EEST) Received: from hp15 (unknown [185.176.221.195]) (Authenticated sender: arzamas-16@mail.ee) by mail.inbox.eu (Postfix) with ESMTPA id 0563A1BE00DE; Fri, 4 Sep 2020 22:33:49 +0300 (EEST) Date: Fri, 4 Sep 2020 22:33:45 +0300 From: Boris Lysov To: linux-i2c@vger.kernel.org Cc: qii.wang@mediatek.com, robh+dt@kernel.org, matthias.bgg@gmail.com, devicetree@vger.kernel.org Subject: [PATCH] dt-bindings: i2c: i2c-mt65xx: Update binding example Message-ID: <20200904223345.3daea5ad@hp15> MIME-Version: 1.0 X-Virus-Scanned: OK X-ESPOL: 6N1mkZY9ZDPk1R69OhvTBA4ysStOWvPn+eak0RRcgAiJPFLiYg== Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Example uses values for MT6589 SoC, but MT6577 was specified in "compatible" property. Signed-off-by: Boris Lysov --- Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt index 7f0194fdd0cc..acf3d4d28b98 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt @@ -36,7 +36,7 @@ Optional properties: Example: i2c0: i2c@1100d000 { - compatible = "mediatek,mt6577-i2c"; + compatible = "mediatek,mt6589-i2c"; reg = <0x1100d000 0x70>, <0x11000300 0x80>; interrupts = ;