Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp1512822ybl; Wed, 8 Jan 2020 19:18:53 -0800 (PST) X-Google-Smtp-Source: APXvYqzwRRJ7Sr/cOR3SpQFMDCy1s2laJ05aTOK1MWnD6KyUJqPjf+D53loHvt9Jj839puJVCOPS X-Received: by 2002:a9d:2264:: with SMTP id o91mr6929320ota.328.1578539932776; Wed, 08 Jan 2020 19:18:52 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1578539932; cv=none; d=google.com; s=arc-20160816; b=mjHOWjzYgdNqxLXRp5pOdLv6w9Pjnm5fQ+4LYicQvxBnnsEOZhHVhg5QUScYphLeKQ I203rlc9yX/T+gdMCKiKnD8zB1HR7orHoh/cqTt3r38R19EoqW3ZTiEnDBdb1jhPqP03 7KgJ4KBsSIMDjMQ+GhlwwAXrguZkv534jBe8Q6t/gvkP/VK1UbZ1kfsj034BnPLvYS96 GJu4KsCWPOrkzkgVYNt9ACmnfJNFVOJyE++neHR1a0s7bY0JAOQZnCJ5SH20KfTu3EfT OwpmFJf1nlYFHZw7o+8HFWFwaoXdjE9rZUILdSp45U7T2fcwEI3bB74wR6McTwtpcGjb DSQg== 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 :message-id:date:subject:cc:to:from; bh=a8nmxAmNxWFlEGRvGLtMoJu9JFWJCU3iip4fKPRA/gA=; b=v2WQ6IW4yDSwJpJ3Iz+KWtEP5broDoKAELL8J7VROyvcQ6ROS9UwbEfVnyA85jfLfa XaN4PFebc0mqf3AjnqPp/tf7rdfOrwqbFuG4h5iU2AlyGARrpe93GdD5RFhVgHwyTs1r r/yhW8X8lMrR+Cc7xDKRTKbuOjoqMLmMAdN/kUIpNbd2Jqs5JInFEsh1bB0XJB6ObxsH TVdGrmkIxnV31cCaOp3lfSpwRqkLjoQgM5YfLcPbHkG6PGpCBb1rzLG3EODAocG5mOVp IGIOMxxO+br5UG4S2cDEygKRFWCpe/r0cuka7DoSi+td0TET4CEaB3ZrsKIfqru7cx0+ BrDg== 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 c5si3085122oig.75.2020.01.08.19.18.41; Wed, 08 Jan 2020 19:18:52 -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 S1727785AbgAIDSB (ORCPT + 99 others); Wed, 8 Jan 2020 22:18:01 -0500 Received: from mail-sz.amlogic.com ([211.162.65.117]:56410 "EHLO mail-sz.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726913AbgAIDSA (ORCPT ); Wed, 8 Jan 2020 22:18:00 -0500 Received: from droid15-sz.amlogic.com (10.28.8.25) by mail-sz.amlogic.com (10.28.11.5) with Microsoft SMTP Server id 15.1.1591.10; Thu, 9 Jan 2020 11:18:24 +0800 From: Jian Hu To: Jerome Brunet , Neil Armstrong CC: Jian Hu , Kevin Hilman , Rob Herring , Martin Blumenstingl , Michael Turquette , Wolfram Sang , Mark Rutland , Jianxin Pan , , , , , Subject: [PATCH v4] arm64: dts: meson-a1: add I2C nodes Date: Thu, 9 Jan 2020 11:17:56 +0800 Message-ID: <20200109031756.176547-1-jian.hu@amlogic.com> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII 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 There are four I2C controllers in A1 series, Share the same comptible with AXG. Compared to AXG, Drive strength feature is newly added in A1. Signed-off-by: Jian Hu --- This patch depends on A1 clock patchset at [0][3] Changes since v3 at [4]: -put the i2c pins under periphs_pinctrl -replace bias-pull-up as bias-disable -add missing space in i2c pins node Changes since v2 at [2]: -remove the dependence the commit description -remove i2c alias in dtsi -reorder the i2c nodes -reorder the i2c pins Changes since v1 at [1]: -change reg length to 0x20 -assign i2c bus alias in dts file -add new feature note compared to AXG in changelog [0] https://lkml.kernel.org/r/20191206074052.15557-1-jian.hu@amlogic.com [1] https://lkml.kernel.org/r/20191202111253.94872-1-jian.hu@amlogic.com [2] https://lkml.kernel.org/r/20191211032802.83309-1-jian.hu@amlogic.com [3] https://lkml.kernel.org/r/20191206074052.15557-1-jian.hu@amlogic.com [4] https://lkml.kernel.org/r/20191220091611.36319-1-jian.hu@amlogic.com --- arch/arm64/boot/dts/amlogic/meson-a1.dtsi | 140 ++++++++++++++++++++++ 1 file changed, 140 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi index eab2ecd36aa8..009c8c496b58 100644 --- a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi @@ -115,6 +115,116 @@ #gpio-cells = <2>; gpio-ranges = <&periphs_pinctrl 0 0 62>; }; + + i2c0_f9_pins: i2c0-f9 { + mux { + groups = "i2c0_sck_f9", + "i2c0_sda_f10"; + function = "i2c0"; + bias-disable; + drive-strength-microamp = <3000>; + }; + }; + + i2c0_f11_pins: i2c0-f11 { + mux { + groups = "i2c0_sck_f11", + "i2c0_sda_f12"; + function = "i2c0"; + bias-disable; + drive-strength-microamp = <3000>; + }; + }; + + i2c1_a_pins: i2c1-a { + mux { + groups = "i2c1_sck_a", + "i2c1_sda_a"; + function = "i2c1"; + bias-disable; + drive-strength-microamp = <3000>; + }; + }; + + i2c1_x_pins: i2c1-x { + mux { + groups = "i2c1_sck_x", + "i2c1_sda_x"; + function = "i2c1"; + bias-disable; + drive-strength-microamp = <3000>; + }; + }; + + i2c2_a4_pins: i2c2-a4 { + mux { + groups = "i2c2_sck_a4", + "i2c2_sda_a5"; + function = "i2c2"; + bias-disable; + drive-strength-microamp = <3000>; + }; + }; + + i2c2_a8_pins: i2c2-a8 { + mux { + groups = "i2c2_sck_a8", + "i2c2_sda_a9"; + function = "i2c2"; + bias-disable; + drive-strength-microamp = <3000>; + }; + }; + + i2c2_x0_pins: i2c2-x0 { + mux { + groups = "i2c2_sck_x0", + "i2c2_sda_x1"; + function = "i2c2"; + bias-disable; + drive-strength-microamp = <3000>; + }; + }; + + i2c2_x15_pins: i2c2-x15 { + mux { + groups = "i2c2_sck_x15", + "i2c2_sda_x16"; + function = "i2c2"; + bias-disable; + drive-strength-microamp = <3000>; + }; + }; + + i2c3_f_pins: i2c3-f { + mux { + groups = "i2c3_sck_f", + "i2c3_sda_f"; + function = "i2c3"; + bias-disable; + drive-strength-microamp = <3000>; + }; + }; + + i2c3_x_pins: i2c3-x { + mux { + groups = "i2c3_sck_x", + "i2c3_sda_x"; + function = "i2c3"; + bias-disable; + drive-strength-microamp = <3000>; + }; + }; + }; + + i2c0: i2c@1400 { + compatible = "amlogic,meson-axg-i2c"; + reg = <0x0 0x1400 0x0 0x20>; + interrupts = ; + #address-cells = <1>; + #size-cells = <0>; + clocks = <&clkc_periphs CLKID_I2C_M_A>; + status = "disabled"; }; uart_AO: serial@1c00 { @@ -136,6 +246,36 @@ clock-names = "xtal", "pclk", "baud"; status = "disabled"; }; + + i2c1: i2c@5c00 { + compatible = "amlogic,meson-axg-i2c"; + reg = <0x0 0x5c00 0x0 0x20>; + interrupts = ; + #address-cells = <1>; + #size-cells = <0>; + clocks = <&clkc_periphs CLKID_I2C_M_B>; + status = "disabled"; + }; + + i2c2: i2c@6800 { + compatible = "amlogic,meson-axg-i2c"; + reg = <0x0 0x6800 0x0 0x20>; + interrupts = ; + #address-cells = <1>; + #size-cells = <0>; + clocks = <&clkc_periphs CLKID_I2C_M_C>; + status = "disabled"; + }; + + i2c3: i2c@6c00 { + compatible = "amlogic,meson-axg-i2c"; + reg = <0x0 0x6c00 0x0 0x20>; + interrupts = ; + #address-cells = <1>; + #size-cells = <0>; + clocks = <&clkc_periphs CLKID_I2C_M_D>; + status = "disabled"; + }; }; gic: interrupt-controller@ff901000 { -- 2.24.0