Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp1550019ybh; Tue, 14 Jul 2020 00:20:00 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwiDY8kWajjyZmt2DND89nTMAY8FdUxQv6pA0DUUlIbl2wW3NG4odyvyqtPCkKdhv/qHWw4 X-Received: by 2002:a17:906:578c:: with SMTP id k12mr3116628ejq.339.1594711200359; Tue, 14 Jul 2020 00:20:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594711200; cv=none; d=google.com; s=arc-20160816; b=IsxNn1aueincGLuipzIQiuLK+jtQX6b3YbEoaWGpyJhHFx4QbLSL4oq9AVBqvLsLoh cQZsvpknotSuGMutyx2978ZP+knRBqp2yIh4M5e2fHA+9DH8lGETe1GaJCJfF6qGpNU6 g4sCih4pRseU/Tzno3fT/zzyrVP96vhVsWoSLHt0/+4UErd8XTAg9aVVSeDa2mkHaXpS v+zKikaqOKxuwyrNvkF/ymNi+R5NzACj3HkqihJjee1ynRLEbPghBOwDCnQcfCuVJImD V4lj699eJB+H8fe9gfvbBeUq/f/ukS6MaJYfliU7FXw5BdOyiXJrDeoOlXSMcSuSYZdb eyxQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=fV5OPi5y9kPE/8cfhLeyat1M1A0jb6lD0mP9mdgkzXo=; b=S+wsEmVIVIukzJ79CRL1szj5agIEyWwCngtG4JTSou3eZULzZ4cpXw2AXUmUKDKmMy IyPJGkdwlmwIgCqKK3FBWa2qbDHF/PI7ZcboIwLcL3ubWYB1Zrl1N5WWW+XKDu/1qEgr FUlEDe7yNm6DK34Jc3VDyzQ20dNqkynMZD0cjhdiPpjs4sZ13G3lZUkItEM7wvdkYcQL yY2i+y5tbJvhwUqW0dhEk+lqF5EmR74tz4OQ2t+bsENUDRAaNuwNwvvaRQfU5rhQRSQn K2V95cZxxfF0RfUZLr95kxJjJ8XqdbX11ij6jMLv8tXakVm1+G2SuoLUnNKH2sGjTuHH YFUw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z3si9965422ejc.547.2020.07.14.00.19.37; Tue, 14 Jul 2020 00:20:00 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726762AbgGNHTA (ORCPT + 99 others); Tue, 14 Jul 2020 03:19:00 -0400 Received: from smtp2207-205.mail.aliyun.com ([121.197.207.205]:47182 "EHLO smtp2207-205.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725306AbgGNHTA (ORCPT ); Tue, 14 Jul 2020 03:19:00 -0400 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.3883162|-1;CH=green;DM=|CONTINUE|false|;DS=CONTINUE|ham_system_inform|0.00789351-0.00130981-0.990797;FP=0|0|0|0|0|-1|-1|-1;HT=e02c03273;MF=frank@allwinnertech.com;NM=1;PH=DS;RN=10;RT=10;SR=0;TI=SMTPD_---.I1Ta.lL_1594711131; Received: from allwinnertech.com(mailfrom:frank@allwinnertech.com fp:SMTPD_---.I1Ta.lL_1594711131) by smtp.aliyun-inc.com(10.147.41.120); Tue, 14 Jul 2020 15:18:56 +0800 From: Frank Lee To: gregory.clement@bootlin.com, robh+dt@kernel.org Cc: linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, tiny.windzz@gmail.com, huangshuosheng@allwinnertech.com, liyong@allwinnertech.com, Yangtao Li , Rob Herring Subject: [PATCH v4 13/16] dt-bindings: i2c: mv64xxx: Add compatible for the A100 i2c node. Date: Tue, 14 Jul 2020 15:18:39 +0800 Message-Id: <2315816045fa84057968ec6b679d0df611a3b1d3.1594708864.git.frank@allwinnertech.com> X-Mailer: git-send-email 2.24.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Yangtao Li Allwinner A100 have a mv64xxx i2c interface available to be used. Signed-off-by: Yangtao Li Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml b/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml index 2ceb05ba2df5..5b5ae402f97a 100644 --- a/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml @@ -26,6 +26,9 @@ properties: - items: - const: allwinner,sun50i-a64-i2c - const: allwinner,sun6i-a31-i2c + - items: + - const: allwinner,sun50i-a100-i2c + - const: allwinner,sun6i-a31-i2c - items: - const: allwinner,sun50i-h6-i2c - const: allwinner,sun6i-a31-i2c -- 2.24.0