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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E7EF2EB64DB for ; Fri, 16 Jun 2023 12:06:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345205AbjFPMGA (ORCPT ); Fri, 16 Jun 2023 08:06:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48652 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345191AbjFPMF4 (ORCPT ); Fri, 16 Jun 2023 08:05:56 -0400 Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::223]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 95A212D69; Fri, 16 Jun 2023 05:05:55 -0700 (PDT) X-GND-Sasl: gregory.clement@bootlin.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1686917154; 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=KCjRRq5jWpMtrjACm4L6UNEQn8FssryrXj0q7mB1XHI=; b=m8Q28aJqjRaLSo6u11SgoYEwu5ED4c9MCYZx9CHPNfVG1aIsNB99F+BBVfJI9YyHPrxgMe ooUbWLXLMBHg+ECHSAPkkipZFNlmMKdmw37vTWL1Is9oapxjEFBunMJYPa2+TI1jY6ynI0 GYCaQg7HFSz/dy3lZ4BITLgGxzcUOg1t2NrzudDdvp/DtJsxVt/frlKBBI96Zj0DaPr4sI XDNGugZL1izeQ5LgIJ7HkjyxtBtsUNw9+3NMQZ59x7kR9KmBfFbXxqvNtHdDpNUwtusOwM rmy15kIVPOiGLpnG3wMPW18UodKe7IpgzQADBraP9NKOs7/0dQXp9p6d1orW3w== X-GND-Sasl: gregory.clement@bootlin.com X-GND-Sasl: gregory.clement@bootlin.com X-GND-Sasl: gregory.clement@bootlin.com X-GND-Sasl: gregory.clement@bootlin.com X-GND-Sasl: gregory.clement@bootlin.com X-GND-Sasl: gregory.clement@bootlin.com X-GND-Sasl: gregory.clement@bootlin.com X-GND-Sasl: gregory.clement@bootlin.com X-GND-Sasl: gregory.clement@bootlin.com Received: by mail.gandi.net (Postfix) with ESMTPSA id 757E660002; Fri, 16 Jun 2023 12:05:53 +0000 (UTC) From: Gregory CLEMENT To: Ben Schneider Cc: Andrew Lunn , Linux Arm Kernel , Sebastian Hesselbarth , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Devicetree , Linux Kernel , Ben Schneider Subject: Re: [PATCH] arm64: dts: marvell: Fix espressobin-ultra boot failure and wifi In-Reply-To: <20230603052356.3530-1-ben@bens.haus> References: <87o7lys5x7.fsf@BL-laptop> <20230603052356.3530-1-ben@bens.haus> Date: Fri, 16 Jun 2023 14:05:53 +0200 Message-ID: <87cz1vhase.fsf@BL-laptop> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ben Schneider writes: > Boot hangs on EspressoBIN Ultra (Armada 3720) after a message that device > vcc_sd1 had been disabled. The device manufacturer patched this issue in > their kernel fork noting that vcc_sd1 is used by the EspressoBIN model > but not the EspressoBIN Ultra. Removing the device from the tree fixes > the boot hang and wifi. > > Signed-off-by: Ben Schneider > Reviewed-by: Andrew Lunn Applied on mvebu/dt64 Thanks, Gregory > --- > arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts | 3 +++ > 1 file changed, 3 insertions(+) > > 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 d29d2da95..f9abef8dc 100644 > --- a/arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts > +++ b/arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts > @@ -24,6 +24,8 @@ > ethernet5 = &switch0port4; > }; > > + /delete-node/ regulator; > + > reg_usb3_vbus: usb3-vbus { > compatible = "regulator-fixed"; > regulator-name = "usb3-vbus"; > @@ -66,6 +68,7 @@ > }; > > &sdhci1 { > + /delete-property/ vqmmc-supply; > status = "disabled"; > }; > > -- > 2.17.1 > -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com