From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 D686FC433F5 for ; Mon, 9 May 2022 09:02:30 +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:Message-ID:Date:References :In-Reply-To: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=tbAGTuB0Vg0JPyDga302W5ca91rcmYqJ8DTgNVyORQk=; b=q/bI8YEuUKSNFh 43FRLejuq+GNKugduRWkx5oqo3eKnvoQcp67GjbwPKYAQ5huaeFT6H1MEFh0jPPH7vbuloFEWw7oS IRDDAeFHQQzOSqoPSs4Ad7YKYP1LcqftjPSYmjQfxDaYGMZS+VRz763JJYk0NT/+yYRoT3Gi72fey GnRlg59fb5WdfIkMLpCiH9QjOyxsy3KEQ+42cwoqJ4dJcNR+wEouPtHfYmYJPgjl8zr+dBg/wAyoD lRaKgy9xjI5alLwG5CHmDp60RsYhQdsR++xhImphf303jvByxqSWQDzYPhx5qFgwxJYb5kt6r3GFt 6Sk24YmjbAAUojyfjv4Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nnzGQ-00DIzx-BM; Mon, 09 May 2022 09:01:11 +0000 Received: from relay2-d.mail.gandi.net ([217.70.183.194]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nnzEP-00DI1B-De for linux-arm-kernel@lists.infradead.org; Mon, 09 May 2022 08:59:07 +0000 Received: (Authenticated sender: gregory.clement@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 72C8840010; Mon, 9 May 2022 08:59:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1652086743; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=GlfE+eMNWZzjVhKznIxmSnTKmF7zpHT4YD9wNmX5k2E=; b=WMevReCeo2A5kiQiz+3netIPtBlgC36e1qsQMUdkXUBOmgSiXgr0s7iAxAKM7kxV9x1F3C U/ZNrFIjK4maROzDydD0u1B4EjgServOkMIcOhUQhCTGM6lOgfN1GmkRRkJuPT488QPUft F9eZgTf4pH0DxoF4Ag0gDu41wZuFk3ahKm0yPkxcI59FxmvyQ7k75x2soRFJtCO3QA/lVG xds9u19AL0tYaAKTo1AIv+Nkqi1p25OPxyCzZZ0JxY5cT4k2fFMpnF2N0xJ1YPD2FmliHW 4YoqkukZ2ahSmC66t7ihMZYCpFbt0qem2n5RRMf6tKDOdFjhsNG7fUOM0xIOXQ== From: Gregory CLEMENT To: Robert Marko , andrew@lunn.ch, sebastian.hesselbarth@gmail.com, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, pali@kernel.org Cc: Robert Marko Subject: Re: [PATCH v3 3/3] arm64: dts: marvell: espressobin-ultra: enable front USB3 port In-Reply-To: <20210928170919.691845-3-robert.marko@sartura.hr> References: <20210928170919.691845-1-robert.marko@sartura.hr> <20210928170919.691845-3-robert.marko@sartura.hr> Date: Mon, 09 May 2022 10:58:53 +0200 Message-ID: <87ee13rsj6.fsf@BL-laptop> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220509_015905_635880_D257A9CE X-CRM114-Status: GOOD ( 14.65 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Robert Marko writes: > Espressobin Ultra has a front panel USB3.0 Type-A port which works > just fine so enable it. > I dont see a reason why it was disabled in the first place anyway. > > Fixes: 3404fe15a60f ("arm64: dts: marvell: add DT for ESPRESSObin-Ultra") > Signed-off-by: Robert Marko Applied on mvebu/dt64 Thanks, Gregory > --- > Changes in v2: > * Add Fixes tag > --- > arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts b/arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts > index 7c786d218f1b..070725b81be5 100644 > --- a/arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts > +++ b/arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts > @@ -108,7 +108,6 @@ rtc@51 { > > &usb3 { > usb-phy = <&usb3_phy>; > - status = "disabled"; > }; > > &mdio { > -- > 2.31.1 > -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel