Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2310483imu; Thu, 29 Nov 2018 03:01:28 -0800 (PST) X-Google-Smtp-Source: AFSGD/VAbkswznUqmXxmw+4GF0zJ2NhHrCF74lNjO4ynnVsEUMsfN0JgKGJykW+Huz1/U8f1I/Ao X-Received: by 2002:a63:bd1a:: with SMTP id a26mr810161pgf.121.1543489288421; Thu, 29 Nov 2018 03:01:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543489288; cv=none; d=google.com; s=arc-20160816; b=Hbat72ujFb00AOZg1rkkDZFQOsKa194mWEHNEALMhf5BuGkokpFBVZ1qrmq0VGIcYw fQ5ZUFSwQ7S7r4YUZbaYdcQ2dV6kw5PzpQlhlxtGK9ksQhXuAL+7fUiV0YRQaR9x0kAo oX4FVaSUgc/WWEbMjhvW/8PzlcOrKeh1qWouNaksOfZsrBLGoU7WCJuGjpPbulRlxHDM FLnh5iIjQ6mj/tewyC9e8ttqlsMxRUw8j0W8nSrlwnsfm6f1eqiJjlcFHwsUSVatJfoF AidMZMMTtCKspBt8IaWjuFthCjXiDaS8VJwG/dZJ7ZH45NdRKAC9up4AszARDGEkexo5 POgA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=7DHMhH2Q8Yia5LjyBlR1Mve601iTl0SaJk744iw713c=; b=OFZBKFG83CB6bM7tZx4v0PTMpQBMbh6HEWwu4yY9Ua7uKaJXWnGzroL7sce3wsrT6/ FRwlTM1G/+mKjhw4rpaOhUov3sTlER6f2aEGTGJCxqb8UwCGzeQlhUmRJo12Ii0a2Hft uUdJdRgWk+cckMttbSRIRhgOQ7gwluOxx6JWyqvqSFDClLYjR+wmitfLP97uK1kP4uA4 5gX6WBVCL3BN/md3/Dc/FmGhIk4/Uly9S5yKRgGhPZyM4ZVbDJXfBcOfRE+x34bEvtzD LUYCca1NeUGhUySyJZuOcO9QXKdFklSdTF6f0xEy2kyaJG6xS/k0Zr2v2X33ZzaDqTu1 s8yQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l123si1671753pfc.187.2018.11.29.03.01.12; Thu, 29 Nov 2018 03:01:28 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727954AbeK2WFT (ORCPT + 99 others); Thu, 29 Nov 2018 17:05:19 -0500 Received: from mail-sh2.amlogic.com ([58.32.228.45]:56476 "EHLO mail-sh2.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727020AbeK2WFS (ORCPT ); Thu, 29 Nov 2018 17:05:18 -0500 Received: from droid15-sz.amlogic.com (10.28.8.25) by mail-sh2.amlogic.com (10.18.11.6) with Microsoft SMTP Server id 15.0.1320.4; Thu, 29 Nov 2018 19:00:31 +0800 From: Jian Hu To: Jerome Brunet , Neil Armstrong CC: Jian Hu , Kevin Hilman , Carlo Caione , Rob Herring , Martin Blumenstingl , Michael Turquette , Stephen Boyd , Wolfram Sang , Mark Rutland , Jianxin Pan , Hanjie Lin , , , , , Subject: [PATCH 1/2] dt-bindings: i2c: meson: add Meson G12A SoC i2c compatible string Date: Thu, 29 Nov 2018 18:59:55 +0800 Message-ID: <1543489197-183181-2-git-send-email-jian.hu@amlogic.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1543489197-183181-1-git-send-email-jian.hu@amlogic.com> References: <1543489197-183181-1-git-send-email-jian.hu@amlogic.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.28.8.25] Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add Meson G12A SoC i2c controller compatible string Signed-off-by: Jian Hu --- Documentation/devicetree/bindings/i2c/i2c-meson.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/i2c/i2c-meson.txt b/Documentation/devicetree/bindings/i2c/i2c-meson.txt index 13d410d..795bc12 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-meson.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-meson.txt @@ -5,6 +5,7 @@ Required properties: "amlogic,meson6-i2c" for Meson8 and compatible SoCs "amlogic,meson-gxbb-i2c" for GXBB and compatible SoCs "amlogic,meson-axg-i2c"for AXG and compatible SoCs + "amlogic,meson-g12a-i2c" for G12A and compatible SoCs - reg: physical address and length of the device registers - interrupts: a single interrupt specifier -- 1.9.1