Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp1114348ybf; Thu, 27 Feb 2020 05:18:20 -0800 (PST) X-Google-Smtp-Source: APXvYqzE0MszexR8mSKsV1bbEIY8TuAg6wPWzD6ano8xXHs+R8SDIKKkm1XNGzn5WJ7KwRe8UXQ5 X-Received: by 2002:a05:6808:244:: with SMTP id m4mr3220625oie.125.1582809500531; Thu, 27 Feb 2020 05:18:20 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582809500; cv=none; d=google.com; s=arc-20160816; b=u7Bv8bRuoDJWte2L+XCl3sm8HUw/vhoQ3ya12xVdsK/jrwwwqvMpx/etGoqMh//kWv ljp/RWIwZWjAQKM2Fkidin0/QTEYvjORHCibwv/V9anQwmu8YhonfuOqklcS0IsCZTxZ ys0lcTnsc33X93SslpBBmSQJI2eRkz/qgZush1zNI+lRjFqvuSeXx0C2dPmAnF1OgkT8 3pCfh6rS4h6jPigE6Yi4ZdwYimM6T0ZFLy6InbDIaN8x8OC0NIxodCdwluBr3NcW0b2I s84KU5Xbb4/GP4+XznbbXaICVIx4yE1YnxcYyn5ZIVzndPaR0TUahzAHuQV5BBXAKaof r99Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:references :in-reply-to:message-id:date:subject:cc:to:from; bh=5Fn0bhB9JttdRcAdcFdPnxjNVqdq/cbBKaswrdIMZzI=; b=wWQb9GEUiTvNnENu4fftGFEojkFvjuFEDVxRNn1tdaLPIFSZMu6cqZZvYFbQq6fi2k SZVqzsTa/ZrTz4Ld9TuRsVoBwTRRrpk/JD7g+1ce1w/Mrz4aocWRsGb58te2YIhHxq7n q0bcNQYDBDIRlUpJyxkkuhUgxIMKVB0z+dGKmCd5c9LkrHpvYnvko3W3krEH739LjaYN SaFAstTaWdJJbioCsfXcRhC6q6RAif7V4k7j/fUA6xZGM+Wq4vLdgQa2bi3HImk/N8bW fA8l74K9WvUxlSDq0tVUIEGulMb/Mr2eleTaQ4wHUJuWRS7uHZlrMspVS9N2cvzLTzsg VoJQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e7si1446194otp.260.2020.02.27.05.18.08; Thu, 27 Feb 2020 05:18:20 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729187AbgB0NR4 (ORCPT + 99 others); Thu, 27 Feb 2020 08:17:56 -0500 Received: from comms.puri.sm ([159.203.221.185]:39706 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729161AbgB0NRx (ORCPT ); Thu, 27 Feb 2020 08:17:53 -0500 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id 1772EDFBA6; Thu, 27 Feb 2020 05:17:53 -0800 (PST) Received: from comms.puri.sm ([127.0.0.1]) by localhost (comms.puri.sm [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 92yyWq17in8s; Thu, 27 Feb 2020 05:17:48 -0800 (PST) From: Martin Kepplinger To: robh@kernel.org, mark.rutland@arm.com, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com Cc: linux-imx@nxp.com, Anson.Huang@nxp.com, devicetree@vger.kernel.org, kernel@puri.sm, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, "Angus Ainslie (Purism)" , Martin Kepplinger Subject: [PATCH v4 1/8] arm64: dts: librem5-devkit: add a vbus supply to usb0 Date: Thu, 27 Feb 2020 14:17:26 +0100 Message-Id: <20200227131733.4228-2-martin.kepplinger@puri.sm> In-Reply-To: <20200227131733.4228-1-martin.kepplinger@puri.sm> References: <20200227131733.4228-1-martin.kepplinger@puri.sm> Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: "Angus Ainslie (Purism)" Without a VBUS supply the dwc3 driver won't go into otg mode. Fixes: eb4ea0857c83 ("arm64: dts: fsl: librem5: Add a device tree for the Librem5 devkit") Signed-off-by: Angus Ainslie (Purism) Signed-off-by: Martin Kepplinger --- arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts b/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts index 007c14eec676..bab039500f2b 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts +++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts @@ -762,6 +762,7 @@ }; &usb3_phy0 { + vbus-supply = <®_5v_p>; status = "okay"; }; -- 2.20.1