Message ID | 20240210012114.489102-11-sre@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1A71FC4829D for <linux-arm-kernel@archiver.kernel.org>; Sat, 10 Feb 2024 01:21:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=u8kk/m3EQWiaZYKNksqEn/n24xdf3DojsGb00QcBtls=; b=K04vAg/CqK32Ud sg+fUpjrc/0SCPxSaNLmoRUQBfXjbbNhvtaYXzbXQZVrf9VBsKPPXI2RKMes4x7V2pKYvLOZZ6ng0 dyQ9Y3wmBmXB+413GD8KakAYOQ6P4JdsNTqfinj53i+z3Ox5GgOh18+qMwiOsQ4dd2y30y0tAx3L7 6ds8CU9m0tgwgOdSBD0xID2NOCEgYSNl3m9Edlh735UOTIplhvhmMhzdzM9FsohiyGGN0pw2gxEbb SjXbWDRfsS4Db7O6fBSnYcTS9zCtwKRv3MiP2GzBlfc5Zvh6KfZ2pqlXTxx+uH/1lwDQoPx88XqYl TGVUMLaOtGu10z48tFMg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rYc3m-000000010YD-0RlB; Sat, 10 Feb 2024 01:21:38 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rYc3X-000000010Nb-3CTE for linux-arm-kernel@lists.infradead.org; Sat, 10 Feb 2024 01:21:26 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 02700CE21EB; Sat, 10 Feb 2024 01:21:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4E32AC433B1; Sat, 10 Feb 2024 01:21:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1707528081; bh=pSvctDHxVCaAu+4cZjOT/I3a/3LHsGScFSRvh9RHyIQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=oKYz1oclt/g6a7DRDfuHt+Tu88+httySNUlWh7ZyUzyWE3YDK4rU9JP3dih6qDLfm Vi3Xrg/Wqp3CAEQmGwR+tTUaYYxiDqUDL3y5qsw75coq8pDRhDugnkmax77EdCkIf2 JYUrYLJocAdML3oj7KAc9z20dJDiTNMbzDnRBzupAQcMMEkdCQD1pC4cOLKsFfZl28 bjgc+LyGaFg0A7dRk9n1DsSi7uOU1m8fKpoe61mRXglQLKHBXU6gsu4+5cksAAeRDa yzKbe9KiCDAlcPfEadSvsxbg9sqvnfoNd1aLQGGf8kLfwoGU0q+Fu+NXANJMANoJQY LX9crgJ+02xZA== Received: by mercury (Postfix, from userid 1000) id EF2E210694AE; Sat, 10 Feb 2024 02:21:15 +0100 (CET) From: Sebastian Reichel <sre@kernel.org> To: Sebastian Reichel <sre@kernel.org>, Rob Herring <robh+dt@kernel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>, Conor Dooley <conor+dt@kernel.org>, Shawn Guo <shawnguo@kernel.org>, Sascha Hauer <s.hauer@pengutronix.de>, Fabio Estevam <festevam@gmail.com>, Pengutronix Kernel Team <kernel@pengutronix.de>, NXP Linux Team <linux-imx@nxp.com> Cc: Dong Aisheng <aisheng.dong@nxp.com>, Linus Walleij <linus.walleij@linaro.org>, Dmitry Torokhov <dmitry.torokhov@gmail.com>, Mark Brown <broonie@kernel.org>, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v1 10/14] ARM: dts: imx6ul: Remove fsl,anatop from usbotg1 Date: Sat, 10 Feb 2024 02:18:14 +0100 Message-ID: <20240210012114.489102-11-sre@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240210012114.489102-1-sre@kernel.org> References: <20240210012114.489102-1-sre@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240209_172124_239597_860765D4 X-CRM114-Status: GOOD ( 10.74 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
UNI-T UTi260B support
|
expand
|
diff --git a/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi b/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi index a27a7554c2e7..9eb4eee0c272 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi @@ -855,7 +855,6 @@ usbotg1: usb@2184000 { clocks = <&clks IMX6UL_CLK_USBOH3>; fsl,usbphy = <&usbphy1>; fsl,usbmisc = <&usbmisc 0>; - fsl,anatop = <&anatop>; ahb-burst-config = <0x0>; tx-burst-size-dword = <0x10>; rx-burst-size-dword = <0x10>;
fsl,anatop should only be added to the usbphy nodes. Signed-off-by: Sebastian Reichel <sre@kernel.org> --- arch/arm/boot/dts/nxp/imx/imx6ul.dtsi | 1 - 1 file changed, 1 deletion(-)