From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7AD7138838F for ; Thu, 9 Apr 2026 08:15:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775722542; cv=none; b=ZaC8Llts1xFioVPvg02wx0oZ6mjexySXwH4vtAYUtvXiXxh/YR6+L1enCgn10EKDGofscqM1gAvM5sZm48ljSnEtmFU9LmmKHq2R9xDgnuLDBNqSNS6YEmYlXsoKtKt3AfBZn/USydzmt7PvSQKUtC/4VkoxM67XxHHdwSVScYQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775722542; c=relaxed/simple; bh=gGOYm5JUaNKc4HwAwGvH6PthwvR4u5tZurrxiG4WjpM=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=No3ZC2f3tDfF26Lpx9yX8ogNXItRBNBdH2J+h8y/cWfZbTTEDLqilD/sFyJyBBrgRC1vG4WQ0BNi4r0vL5SILnaqCFuMLi1e97kPTjObaxfQZWcifz1yR3B8YdgGEPVEBod6ZwBmfFS5p0LYP+3U/3b0BO+CDCE3UAex4WLoxjY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=r1HkkXUH; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="r1HkkXUH" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 3ED1E1A31F7; Thu, 9 Apr 2026 08:15:33 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 114105FDEB; Thu, 9 Apr 2026 08:15:33 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id ADD2F1045022E; Thu, 9 Apr 2026 10:15:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1775722532; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=5RNSE3ufA8gLPjXh9tO8uxYCJoZORLDy0cXiQmS6dbg=; b=r1HkkXUHEaOVxOe99BnC2YM+DmWmHOzDzmLO73IAaDKTKo1l0vQbwrWBxpmPp9hW1FuAsF dTfKGWPuOv0c0DrmTKcNJPlV3WSBPS4hJNEnPiAyKyoQdaUV6G9Qfl7FeEpenCCM5uZeGd 3rHBUXKaMnrJdH3HnGYY9KRZ7CG4Z2SxeoMSkefaALgMXLENyQwbTISUr+EyvZqjr2JwuV 7u3u0R1qCOf9TiIWxD4GaYZRdaer5VQtQeZrrJv/CoHrsbEg5hJK80+1EBo/JYFeSnzqFn 0mn6QU8dvvHhL2W8iYORQFntybooRYx4Yg1GphZC+8Fp/t7HpMp4XdBfxr7w2Q== From: Gregory CLEMENT To: Gabor Juhos , Andrew Lunn , Sebastian Hesselbarth , Robert Marko , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Greg Kroah-Hartman , Stanley Chang Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Gabor Juhos Subject: Re: [PATCH 0/2] arm64: dts: marvell: armada-37xx: USB3 PHY cleanup In-Reply-To: <20260330-armada-37xx-usb3-phy-cleanup-v1-0-34d77f1a1784@gmail.com> References: <20260330-armada-37xx-usb3-phy-cleanup-v1-0-34d77f1a1784@gmail.com> Date: Thu, 09 Apr 2026 10:15:28 +0200 Message-ID: <87wlyg35y7.fsf@BLaptop.bootlin.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Last-TLS-Session-Version: TLSv1.3 Gabor Juhos writes: > There are two small patches in the series. The first helps to avoid > triggering a bug in the USB core code, whereas the second one is a=20 > small cleanup to align PHY definitions of the USB3 node with other > platforms. > > Signed-off-by: Gabor Juhos > --- > Gabor Juhos (2): > arm64: dts: marvell: armada-37xx: use 'usb2-phy' in USB3 controller= 's phy-names > arm64: dts: marvell: armada-37xx: swap PHYs' order in USB3 controll= er node > > arch/arm64/boot/dts/marvell/armada-3720-uDPU.dtsi | 2 +- > arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) Applied on mvebu/dt64 Thanks, Gregory > --- > base-commit: 2ff6cc999a04bcb094b8cbba68a9251f03a5c876 > change-id: 20260330-armada-37xx-usb3-phy-cleanup-922a5472794a > > Best regards, > --=20 > Gabor Juhos > --=20 Gr=C3=A9gory CLEMENT, Bootlin Embedded Linux and Kernel engineering https://bootlin.com