From patchwork Sat Sep 29 19:10:16 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adam Ford X-Patchwork-Id: 976675 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="tIFooIxP"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 42Myp95ZMSz9s3x for ; Sun, 30 Sep 2018 05:11:45 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 6A35DC21E9F; Sat, 29 Sep 2018 19:10:53 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=FREEMAIL_FROM, RCVD_IN_MSPIKE_H2, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id C6AD9C21EFC; Sat, 29 Sep 2018 19:10:34 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 1CDFCC21E9F; Sat, 29 Sep 2018 19:10:32 +0000 (UTC) Received: from mail-it1-f196.google.com (mail-it1-f196.google.com [209.85.166.196]) by lists.denx.de (Postfix) with ESMTPS id 82987C21CB6 for ; Sat, 29 Sep 2018 19:10:31 +0000 (UTC) Received: by mail-it1-f196.google.com with SMTP id 139-v6so6732502itf.0 for ; Sat, 29 Sep 2018 12:10:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=0BtItE7fVn96xHpHJ+hYE14C+Atrnd/hKinhutPktVs=; b=tIFooIxPRiv2y1GtpSrfDrs+LzmXPizXPYFfhEM19Ll22jXoyRoXJZv75y933/54n+ Zzq+tLjXvr2l9iT62OtO1tleGEVPtDLUNd9uiNtYTdu/CyCOkbbtu2h+yHqgIKlOm4Fj EzMiLp/pGWmo9+IVwk6/j5jDibVmjGbBsB0XswlfdipHHHQ3GVITQU0zGHQsCLArUYsg oHIXCAJ/8oejL5b3+MP9RgVJAD1VZfJvzr4k/2uyGBRka3+k4syUHIkMQxYWGrVC3uba F/gJrWD1VjsyVmNDDSEYMOXCDaN3tknjjxUSAI94PIc/9vGV6ieaVjPZ+CsrQiA8EPA9 zEcQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=0BtItE7fVn96xHpHJ+hYE14C+Atrnd/hKinhutPktVs=; b=H6AGoyesQa8GwQOVj5pCuSWiHkZ5soxrDa1jCCo3EJGLXfAvFsmSBDFDSLgnd3naSS bAYc8ldI6HOdHrV6fAz20T/umwBVQCsUieDX+i/nbtASXBWZgQzVc06yJaGP30EebhMf /Y+cRQsJpFl1ok1+AUQ3STzweiKsTMMKOzhke5y/Txo3yrSewdtdS10sfS8D3aQF+2go MXyS8ajSbbss9FjsTNUQE2+iIHvuQF0r6XIITEospVDMgufzsHyUEw0JlthZxPK028sA h26ELndE2rNYtKdHrXE5LSOZD0CpygZPIbwXQVdLKAy8vTRiFmPLsB9+sTo8W3hiUunq ikbA== X-Gm-Message-State: ABuFfogsvM3jaMmefiK3oMYnyuAl3BpA6u4z8L8wzY9iUj1VpAW72vui wWN+Iqu6+2x9hlg2KlBFuG370uNbq1w= X-Google-Smtp-Source: ACcGV62U47HqtyVjR+HvcRddG1XHglBuGcTfn54mmnO7lqcRm30WuPYIVUievIPrkFk0EgPMIfazTw== X-Received: by 2002:a24:46cd:: with SMTP id j196-v6mr5444323itb.0.1538248229551; Sat, 29 Sep 2018 12:10:29 -0700 (PDT) Received: from localhost.localdomain (c-75-73-34-135.hsd1.mn.comcast.net. [75.73.34.135]) by smtp.gmail.com with ESMTPSA id w196-v6sm2636838itb.9.2018.09.29.12.10.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 29 Sep 2018 12:10:28 -0700 (PDT) From: Adam Ford To: u-boot@lists.denx.de Date: Sat, 29 Sep 2018 14:10:16 -0500 Message-Id: <20180929191019.12614-2-aford173@gmail.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180929191019.12614-1-aford173@gmail.com> References: <20180929191019.12614-1-aford173@gmail.com> Cc: adam.ford@logicpd.com Subject: [U-Boot] [PATCH 2/5] ARM: DTS: Remove unnecessary u-boot.dtsi options from omap3/36xx X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" With the introduction of the omap serial driver, the need for some of these U-Boot specific modifications is gone. This cleans up this unnneeded stuff. Signed-off-by: Adam Ford diff --git a/arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi b/arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi index d584b4a9ab..41ed5d7e17 100644 --- a/arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi +++ b/arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi @@ -4,14 +4,6 @@ * Logic PD - http://www.logicpd.com */ -/ { - model = "LogicPD Zoom OMAP3 Development Kit"; - - chosen { - stdout-path = &uart1; - }; -}; - &i2c1 { clock-frequency = <400000>; }; @@ -28,15 +20,3 @@ status = "disabled"; }; -&uart1 { - reg-shift = <2>; -}; - -&uart2 { - reg-shift = <2>; -}; - -&uart3 { - reg-shift = <2>; -}; - diff --git a/arch/arm/dts/omap3-u-boot.dtsi b/arch/arm/dts/omap3-u-boot.dtsi deleted file mode 100644 index 633153a41e..0000000000 --- a/arch/arm/dts/omap3-u-boot.dtsi +++ /dev/null @@ -1,18 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0+ -/* - * Copyright (C) 2017 - * Logic PD - http://www.logicpd.com - */ - -&uart1 { - reg-shift = <2>; -}; - -&uart2 { - reg-shift = <2>; -}; - -&uart3 { - reg-shift = <2>; -}; - diff --git a/arch/arm/dts/omap36xx-u-boot.dtsi b/arch/arm/dts/omap36xx-u-boot.dtsi deleted file mode 100644 index 374499dcb2..0000000000 --- a/arch/arm/dts/omap36xx-u-boot.dtsi +++ /dev/null @@ -1,9 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0+ -/* - * Copyright (C) 2017 - * Logic PD - http://www.logicpd.com - */ - -&uart4 { - reg-shift = <2>; -};