395 lines
16 KiB
Diff
395 lines
16 KiB
Diff
From patchwork Thu Mar 26 22:20:43 2020
|
|
Content-Type: text/plain; charset="utf-8"
|
|
MIME-Version: 1.0
|
|
Content-Transfer-Encoding: 7bit
|
|
X-Patchwork-Submitter: Tom Warren <tomcwarren3959@gmail.com>
|
|
X-Patchwork-Id: 1262377
|
|
X-Patchwork-Delegate: twarren@nvidia.com
|
|
Return-Path: <u-boot-bounces@lists.denx.de>
|
|
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=lists.denx.de
|
|
(client-ip=2a01:238:438b:c500:173d:9f52:ddab:ee01;
|
|
helo=phobos.denx.de;
|
|
envelope-from=u-boot-bounces@lists.denx.de;
|
|
receiver=<UNKNOWN>)
|
|
Authentication-Results: ozlabs.org;
|
|
dmarc=fail (p=none dis=none) header.from=gmail.com
|
|
Received: from phobos.denx.de (phobos.denx.de
|
|
[IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01])
|
|
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
|
|
key-exchange X25519 server-signature RSA-PSS (4096 bits))
|
|
(No client certificate requested)
|
|
by ozlabs.org (Postfix) with ESMTPS id 48pKFk6cpyz9sPR
|
|
for <incoming@patchwork.ozlabs.org>;
|
|
Fri, 27 Mar 2020 09:21:14 +1100 (AEDT)
|
|
Received: from h2850616.stratoserver.net (localhost [IPv6:::1])
|
|
by phobos.denx.de (Postfix) with ESMTP id 9B72F8185A;
|
|
Thu, 26 Mar 2020 23:21:00 +0100 (CET)
|
|
Authentication-Results: phobos.denx.de;
|
|
dmarc=fail (p=none dis=none) header.from=gmail.com
|
|
Authentication-Results: phobos.denx.de;
|
|
spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de
|
|
Received: by phobos.denx.de (Postfix, from userid 109)
|
|
id 735AD81860; Thu, 26 Mar 2020 23:20:54 +0100 (CET)
|
|
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de
|
|
X-Spam-Level:
|
|
X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_00,
|
|
DKIM_ADSP_CUSTOM_MED,
|
|
FORGED_GMAIL_RCVD,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,SPF_HELO_NONE,
|
|
URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2
|
|
Received: from hqnvemgate25.nvidia.com (hqnvemgate25.nvidia.com
|
|
[216.228.121.64])
|
|
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256
|
|
bits)) (No client certificate requested)
|
|
by phobos.denx.de (Postfix) with ESMTPS id 6075181834
|
|
for <u-boot@lists.denx.de>; Thu, 26 Mar 2020 23:20:50 +0100 (CET)
|
|
Authentication-Results: phobos.denx.de;
|
|
dmarc=fail (p=none dis=none) header.from=gmail.com
|
|
Authentication-Results: phobos.denx.de;
|
|
spf=fail smtp.mailfrom=tomcwarren3959@gmail.com
|
|
Received: from hqpgpgate101.nvidia.com (Not Verified[216.228.121.13]) by
|
|
hqnvemgate25.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA)
|
|
id <B5e7d2a920000>; Thu, 26 Mar 2020 15:20:02 -0700
|
|
Received: from hqmail.nvidia.com ([172.20.161.6])
|
|
by hqpgpgate101.nvidia.com (PGP Universal service);
|
|
Thu, 26 Mar 2020 15:20:48 -0700
|
|
X-PGP-Universal: processed;
|
|
by hqpgpgate101.nvidia.com on Thu, 26 Mar 2020 15:20:48 -0700
|
|
Received: from HQMAIL109.nvidia.com (172.20.187.15) by HQMAIL109.nvidia.com
|
|
(172.20.187.15) with Microsoft SMTP Server (TLS) id 15.0.1473.3;
|
|
Thu, 26 Mar 2020 22:20:48 +0000
|
|
Received: from rnnvemgw01.nvidia.com (10.128.109.123) by HQMAIL109.nvidia.com
|
|
(172.20.187.15) with Microsoft SMTP Server (TLS) id 15.0.1473.3 via
|
|
Frontend Transport; Thu, 26 Mar 2020 22:20:48 +0000
|
|
Received: from tom-lt2.nvidia.com (Not Verified[10.2.63.13]) by
|
|
rnnvemgw01.nvidia.com with Trustwave SEG (v7, 5, 8, 10121)
|
|
id <B5e7d2abf0010>; Thu, 26 Mar 2020 15:20:48 -0700
|
|
From: <tomcwarren3959@gmail.com>
|
|
To: <u-boot@lists.denx.de>
|
|
CC: <swarren@nvidia.com>, <treding@nvidia.com>, <jonathanh@nvidia.com>,
|
|
<twarren@nvidia.com>, <vishruthj@nvidia.com>
|
|
Subject: [PATCH 1/3] ARM: tegra: p2771-0000: enable PIE relocation
|
|
Date: Thu, 26 Mar 2020 15:20:43 -0700
|
|
Message-ID: <1585261245-1740-2-git-send-email-tomcwarren3959@gmail.com>
|
|
X-Mailer: git-send-email 1.8.2.1.610.g562af5b
|
|
In-Reply-To: <1585261245-1740-1-git-send-email-tomcwarren3959@gmail.com>
|
|
References: <1585261245-1740-1-git-send-email-tomcwarren3959@gmail.com>
|
|
MIME-Version: 1.0
|
|
X-BeenThere: u-boot@lists.denx.de
|
|
X-Mailman-Version: 2.1.30rc1
|
|
Precedence: list
|
|
List-Id: U-Boot discussion <u-boot.lists.denx.de>
|
|
List-Unsubscribe: <https://lists.denx.de/options/u-boot>,
|
|
<mailto:u-boot-request@lists.denx.de?subject=unsubscribe>
|
|
List-Archive: <https://lists.denx.de/pipermail/u-boot/>
|
|
List-Post: <mailto:u-boot@lists.denx.de>
|
|
List-Help: <mailto:u-boot-request@lists.denx.de?subject=help>
|
|
List-Subscribe: <https://lists.denx.de/listinfo/u-boot>,
|
|
<mailto:u-boot-request@lists.denx.de?subject=subscribe>
|
|
Errors-To: u-boot-bounces@lists.denx.de
|
|
Sender: "U-Boot" <u-boot-bounces@lists.denx.de>
|
|
X-Virus-Scanned: clamav-milter 0.102.2 at phobos.denx.de
|
|
X-Virus-Status: Clean
|
|
|
|
From: Vishruth <vishruthj@nvidia.com>
|
|
|
|
U-Boot is configured to build as position independent executable. Enable
|
|
relocation of RELA section required to work with different load
|
|
addresses.
|
|
|
|
Signed-off-by: Vishruth <vishruthj@nvidia.com>
|
|
Signed-off-by: Tom Warren <twarren@nvidia.com>
|
|
---
|
|
configs/p2771-0000-000_defconfig | 1 +
|
|
configs/p2771-0000-500_defconfig | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
|
|
diff --git a/configs/p2771-0000-000_defconfig b/configs/p2771-0000-000_defconfig
|
|
index 06f12e2..e347a77 100644
|
|
--- a/configs/p2771-0000-000_defconfig
|
|
+++ b/configs/p2771-0000-000_defconfig
|
|
@@ -36,3 +36,4 @@ CONFIG_TEGRA186_POWER_DOMAIN=y
|
|
CONFIG_SYS_NS16550=y
|
|
CONFIG_USB=y
|
|
CONFIG_DM_USB=y
|
|
+CONFIG_POSITION_INDEPENDENT=y
|
|
diff --git a/configs/p2771-0000-500_defconfig b/configs/p2771-0000-500_defconfig
|
|
index 1a14a92..0803b26 100644
|
|
--- a/configs/p2771-0000-500_defconfig
|
|
+++ b/configs/p2771-0000-500_defconfig
|
|
@@ -36,3 +36,4 @@ CONFIG_TEGRA186_POWER_DOMAIN=y
|
|
CONFIG_SYS_NS16550=y
|
|
CONFIG_USB=y
|
|
CONFIG_DM_USB=y
|
|
+CONFIG_POSITION_INDEPENDENT=y
|
|
|
|
From patchwork Thu Mar 26 22:20:44 2020
|
|
Content-Type: text/plain; charset="utf-8"
|
|
MIME-Version: 1.0
|
|
Content-Transfer-Encoding: 7bit
|
|
X-Patchwork-Submitter: Tom Warren <tomcwarren3959@gmail.com>
|
|
X-Patchwork-Id: 1262378
|
|
X-Patchwork-Delegate: sjg@chromium.org
|
|
Return-Path: <u-boot-bounces@lists.denx.de>
|
|
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=lists.denx.de (client-ip=85.214.62.61;
|
|
helo=phobos.denx.de;
|
|
envelope-from=u-boot-bounces@lists.denx.de;
|
|
receiver=<UNKNOWN>)
|
|
Authentication-Results: ozlabs.org;
|
|
dmarc=fail (p=none dis=none) header.from=gmail.com
|
|
Received: from phobos.denx.de (phobos.denx.de [85.214.62.61])
|
|
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
|
|
key-exchange X25519 server-signature RSA-PSS (4096 bits)
|
|
server-digest SHA256) (No client certificate requested)
|
|
by ozlabs.org (Postfix) with ESMTPS id 48pKFx5Ckxz9sPR
|
|
for <incoming@patchwork.ozlabs.org>;
|
|
Fri, 27 Mar 2020 09:21:25 +1100 (AEDT)
|
|
Received: from h2850616.stratoserver.net (localhost [IPv6:::1])
|
|
by phobos.denx.de (Postfix) with ESMTP id D8D4281885;
|
|
Thu, 26 Mar 2020 23:21:03 +0100 (CET)
|
|
Authentication-Results: phobos.denx.de;
|
|
dmarc=fail (p=none dis=none) header.from=gmail.com
|
|
Authentication-Results: phobos.denx.de;
|
|
spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de
|
|
Received: by phobos.denx.de (Postfix, from userid 109)
|
|
id 3F8FD8185A; Thu, 26 Mar 2020 23:20:56 +0100 (CET)
|
|
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de
|
|
X-Spam-Level:
|
|
X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_00,
|
|
DKIM_ADSP_CUSTOM_MED,
|
|
FORGED_GMAIL_RCVD,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,SPF_HELO_NONE,
|
|
URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2
|
|
Received: from hqnvemgate25.nvidia.com (hqnvemgate25.nvidia.com
|
|
[216.228.121.64])
|
|
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256
|
|
bits)) (No client certificate requested)
|
|
by phobos.denx.de (Postfix) with ESMTPS id 40F8C8183F
|
|
for <u-boot@lists.denx.de>; Thu, 26 Mar 2020 23:20:51 +0100 (CET)
|
|
Authentication-Results: phobos.denx.de;
|
|
dmarc=fail (p=none dis=none) header.from=gmail.com
|
|
Authentication-Results: phobos.denx.de;
|
|
spf=fail smtp.mailfrom=tomcwarren3959@gmail.com
|
|
Received: from hqpgpgate102.nvidia.com (Not Verified[216.228.121.13]) by
|
|
hqnvemgate25.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA)
|
|
id <B5e7d2a930000>; Thu, 26 Mar 2020 15:20:03 -0700
|
|
Received: from hqmail.nvidia.com ([172.20.161.6])
|
|
by hqpgpgate102.nvidia.com (PGP Universal service);
|
|
Thu, 26 Mar 2020 15:20:49 -0700
|
|
X-PGP-Universal: processed;
|
|
by hqpgpgate102.nvidia.com on Thu, 26 Mar 2020 15:20:49 -0700
|
|
Received: from HQMAIL101.nvidia.com (172.20.187.10) by HQMAIL111.nvidia.com
|
|
(172.20.187.18) with Microsoft SMTP Server (TLS) id 15.0.1473.3;
|
|
Thu, 26 Mar 2020 22:20:49 +0000
|
|
Received: from rnnvemgw01.nvidia.com (10.128.109.123) by HQMAIL101.nvidia.com
|
|
(172.20.187.10) with Microsoft SMTP Server (TLS) id 15.0.1473.3 via
|
|
Frontend Transport; Thu, 26 Mar 2020 22:20:49 +0000
|
|
Received: from tom-lt2.nvidia.com (Not Verified[10.2.63.13]) by
|
|
rnnvemgw01.nvidia.com with Trustwave SEG (v7, 5, 8, 10121)
|
|
id <B5e7d2ac00005>; Thu, 26 Mar 2020 15:20:48 -0700
|
|
From: <tomcwarren3959@gmail.com>
|
|
To: <u-boot@lists.denx.de>
|
|
CC: <swarren@nvidia.com>, <treding@nvidia.com>, <jonathanh@nvidia.com>,
|
|
<twarren@nvidia.com>, <vishruthj@nvidia.com>
|
|
Subject: [PATCH 2/3] fdt: Fix 'system' command
|
|
Date: Thu, 26 Mar 2020 15:20:44 -0700
|
|
Message-ID: <1585261245-1740-3-git-send-email-tomcwarren3959@gmail.com>
|
|
X-Mailer: git-send-email 1.8.2.1.610.g562af5b
|
|
In-Reply-To: <1585261245-1740-1-git-send-email-tomcwarren3959@gmail.com>
|
|
References: <1585261245-1740-1-git-send-email-tomcwarren3959@gmail.com>
|
|
MIME-Version: 1.0
|
|
X-BeenThere: u-boot@lists.denx.de
|
|
X-Mailman-Version: 2.1.30rc1
|
|
Precedence: list
|
|
List-Id: U-Boot discussion <u-boot.lists.denx.de>
|
|
List-Unsubscribe: <https://lists.denx.de/options/u-boot>,
|
|
<mailto:u-boot-request@lists.denx.de?subject=unsubscribe>
|
|
List-Archive: <https://lists.denx.de/pipermail/u-boot/>
|
|
List-Post: <mailto:u-boot@lists.denx.de>
|
|
List-Help: <mailto:u-boot-request@lists.denx.de?subject=help>
|
|
List-Subscribe: <https://lists.denx.de/listinfo/u-boot>,
|
|
<mailto:u-boot-request@lists.denx.de?subject=subscribe>
|
|
Errors-To: u-boot-bounces@lists.denx.de
|
|
Sender: "U-Boot" <u-boot-bounces@lists.denx.de>
|
|
X-Virus-Scanned: clamav-milter 0.102.2 at phobos.denx.de
|
|
X-Virus-Status: Clean
|
|
|
|
From: Tom Warren <twarren@nvidia.com>
|
|
|
|
'fdt systemsetup' wasn't working, due to the fact that the 'set' command
|
|
was being parsed in do_fdt() by only testing for the leading 's' instead
|
|
of "se", which kept the "sys" test further down from executing. Changed
|
|
to test for "se" instead, now 'fdt systemsetup' works (to test the
|
|
ft_system_setup proc w/o having to boot a kernel).
|
|
|
|
Signed-off-by: Tom Warren <twarren@nvidia.com>
|
|
---
|
|
cmd/fdt.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/cmd/fdt.c b/cmd/fdt.c
|
|
index 25a6ed4..36cc726 100644
|
|
--- a/cmd/fdt.c
|
|
+++ b/cmd/fdt.c
|
|
@@ -286,7 +286,7 @@ static int do_fdt(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
|
/*
|
|
* Set the value of a property in the working_fdt.
|
|
*/
|
|
- } else if (argv[1][0] == 's') {
|
|
+ } else if (strncmp(argv[1], "se", 2) == 0) {
|
|
char *pathp; /* path */
|
|
char *prop; /* property */
|
|
int nodeoffset; /* node offset from libfdt */
|
|
|
|
From patchwork Thu Mar 26 22:20:45 2020
|
|
Content-Type: text/plain; charset="utf-8"
|
|
MIME-Version: 1.0
|
|
Content-Transfer-Encoding: 7bit
|
|
X-Patchwork-Submitter: Tom Warren <tomcwarren3959@gmail.com>
|
|
X-Patchwork-Id: 1262379
|
|
X-Patchwork-Delegate: twarren@nvidia.com
|
|
Return-Path: <u-boot-bounces@lists.denx.de>
|
|
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=lists.denx.de (client-ip=85.214.62.61;
|
|
helo=phobos.denx.de;
|
|
envelope-from=u-boot-bounces@lists.denx.de;
|
|
receiver=<UNKNOWN>)
|
|
Authentication-Results: ozlabs.org;
|
|
dmarc=fail (p=none dis=none) header.from=gmail.com
|
|
Received: from phobos.denx.de (phobos.denx.de [85.214.62.61])
|
|
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
|
|
key-exchange X25519 server-signature RSA-PSS (4096 bits))
|
|
(No client certificate requested)
|
|
by ozlabs.org (Postfix) with ESMTPS id 48pKGB4dynz9sPR
|
|
for <incoming@patchwork.ozlabs.org>;
|
|
Fri, 27 Mar 2020 09:21:38 +1100 (AEDT)
|
|
Received: from h2850616.stratoserver.net (localhost [IPv6:::1])
|
|
by phobos.denx.de (Postfix) with ESMTP id 3DA5280199;
|
|
Thu, 26 Mar 2020 23:21:35 +0100 (CET)
|
|
Authentication-Results: phobos.denx.de;
|
|
dmarc=fail (p=none dis=none) header.from=gmail.com
|
|
Authentication-Results: phobos.denx.de;
|
|
spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de
|
|
Received: by phobos.denx.de (Postfix, from userid 109)
|
|
id F3AA981860; Thu, 26 Mar 2020 23:20:59 +0100 (CET)
|
|
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de
|
|
X-Spam-Level:
|
|
X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_00,
|
|
DKIM_ADSP_CUSTOM_MED,
|
|
FORGED_GMAIL_RCVD,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,SPF_HELO_NONE,
|
|
URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2
|
|
Received: from hqnvemgate26.nvidia.com (hqnvemgate26.nvidia.com
|
|
[216.228.121.65])
|
|
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256
|
|
bits)) (No client certificate requested)
|
|
by phobos.denx.de (Postfix) with ESMTPS id 6D00481843
|
|
for <u-boot@lists.denx.de>; Thu, 26 Mar 2020 23:20:52 +0100 (CET)
|
|
Authentication-Results: phobos.denx.de;
|
|
dmarc=fail (p=none dis=none) header.from=gmail.com
|
|
Authentication-Results: phobos.denx.de;
|
|
spf=fail smtp.mailfrom=tomcwarren3959@gmail.com
|
|
Received: from hqpgpgate102.nvidia.com (Not Verified[216.228.121.13]) by
|
|
hqnvemgate26.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA)
|
|
id <B5e7d2ab40001>; Thu, 26 Mar 2020 15:20:36 -0700
|
|
Received: from hqmail.nvidia.com ([172.20.161.6])
|
|
by hqpgpgate102.nvidia.com (PGP Universal service);
|
|
Thu, 26 Mar 2020 15:20:50 -0700
|
|
X-PGP-Universal: processed;
|
|
by hqpgpgate102.nvidia.com on Thu, 26 Mar 2020 15:20:50 -0700
|
|
Received: from HQMAIL109.nvidia.com (172.20.187.15) by HQMAIL109.nvidia.com
|
|
(172.20.187.15) with Microsoft SMTP Server (TLS) id 15.0.1473.3;
|
|
Thu, 26 Mar 2020 22:20:49 +0000
|
|
Received: from rnnvemgw01.nvidia.com (10.128.109.123) by HQMAIL109.nvidia.com
|
|
(172.20.187.15) with Microsoft SMTP Server (TLS) id 15.0.1473.3 via
|
|
Frontend Transport; Thu, 26 Mar 2020 22:20:49 +0000
|
|
Received: from tom-lt2.nvidia.com (Not Verified[10.2.63.13]) by
|
|
rnnvemgw01.nvidia.com with Trustwave SEG (v7, 5, 8, 10121)
|
|
id <B5e7d2ac10000>; Thu, 26 Mar 2020 15:20:49 -0700
|
|
From: <tomcwarren3959@gmail.com>
|
|
To: <u-boot@lists.denx.de>
|
|
CC: <swarren@nvidia.com>, <treding@nvidia.com>, <jonathanh@nvidia.com>,
|
|
<twarren@nvidia.com>, <vishruthj@nvidia.com>
|
|
Subject: [PATCH 3/3] ARM: tegra: p2371-2180: add I2C nodes to DT
|
|
Date: Thu, 26 Mar 2020 15:20:45 -0700
|
|
Message-ID: <1585261245-1740-4-git-send-email-tomcwarren3959@gmail.com>
|
|
X-Mailer: git-send-email 1.8.2.1.610.g562af5b
|
|
In-Reply-To: <1585261245-1740-1-git-send-email-tomcwarren3959@gmail.com>
|
|
References: <1585261245-1740-1-git-send-email-tomcwarren3959@gmail.com>
|
|
MIME-Version: 1.0
|
|
X-BeenThere: u-boot@lists.denx.de
|
|
X-Mailman-Version: 2.1.30rc1
|
|
Precedence: list
|
|
List-Id: U-Boot discussion <u-boot.lists.denx.de>
|
|
List-Unsubscribe: <https://lists.denx.de/options/u-boot>,
|
|
<mailto:u-boot-request@lists.denx.de?subject=unsubscribe>
|
|
List-Archive: <https://lists.denx.de/pipermail/u-boot/>
|
|
List-Post: <mailto:u-boot@lists.denx.de>
|
|
List-Help: <mailto:u-boot-request@lists.denx.de?subject=help>
|
|
List-Subscribe: <https://lists.denx.de/listinfo/u-boot>,
|
|
<mailto:u-boot-request@lists.denx.de?subject=subscribe>
|
|
Errors-To: u-boot-bounces@lists.denx.de
|
|
Sender: "U-Boot" <u-boot-bounces@lists.denx.de>
|
|
X-Virus-Scanned: clamav-milter 0.102.2 at phobos.denx.de
|
|
X-Virus-Status: Clean
|
|
|
|
From: Stephen Warren <swarren@nvidia.com>
|
|
|
|
This adds to the DT the I2C controllers that connect to the board ID EEPROM,
|
|
camera board EEPROM, etc. With this change, you can now probe all I2C devices
|
|
on a TX1 board.
|
|
|
|
Signed-off-by: Tom Warren <twarren@nvidia.com>
|
|
---
|
|
arch/arm/dts/tegra210-p2371-2180.dts | 18 ++++++++++++++++++
|
|
1 file changed, 18 insertions(+)
|
|
|
|
diff --git a/arch/arm/dts/tegra210-p2371-2180.dts b/arch/arm/dts/tegra210-p2371-2180.dts
|
|
index c2f497c..d982b5f 100644
|
|
--- a/arch/arm/dts/tegra210-p2371-2180.dts
|
|
+++ b/arch/arm/dts/tegra210-p2371-2180.dts
|
|
@@ -12,6 +12,9 @@
|
|
|
|
aliases {
|
|
i2c0 = "/i2c@7000d000";
|
|
+ i2c2 = "/i2c@7000c400";
|
|
+ i2c3 = "/i2c@7000c500";
|
|
+ i2c5 = "/i2c@546c0c00";
|
|
mmc0 = "/sdhci@700b0600";
|
|
mmc1 = "/sdhci@700b0000";
|
|
usb0 = "/usb@7d000000";
|
|
@@ -33,6 +36,11 @@
|
|
};
|
|
};
|
|
|
|
+ i2c@546c0c00 {
|
|
+ status = "okay";
|
|
+ clock-frequency = <400000>;
|
|
+ };
|
|
+
|
|
padctl@7009f000 {
|
|
pinctrl-0 = <&padctl_default>;
|
|
pinctrl-names = "default";
|
|
@@ -85,6 +93,16 @@
|
|
non-removable;
|
|
};
|
|
|
|
+ i2c@7000c400 {
|
|
+ status = "okay";
|
|
+ clock-frequency = <400000>;
|
|
+ };
|
|
+
|
|
+ i2c@7000c500 {
|
|
+ status = "okay";
|
|
+ clock-frequency = <400000>;
|
|
+ };
|
|
+
|
|
i2c@7000d000 {
|
|
status = "okay";
|
|
clock-frequency = <400000>;
|