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 BB517C47DD9 for ; Sun, 25 Feb 2024 12:47:52 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=KA5kfMIuMana5CO7yiLeY6Guh0ssjJbbx0AfAeo9Ezs=; b=p/ZE07qJXS+j6s 5CouFpSlGoS/FTnV+oPIYSYEFj6syQ0+YEpENp7xvehQLQ0/nEjbFZ9P1O72zMY0D4wgJgekDsknz ZbOavZHz5gagMw+cVZptm3OUs7jPYrKOtjiXgvlvM0uy8yJhUL6BOwYSFSdYJbc6cfsZELf6NtAHC qLiGG+dBFud05tl9045Z3M3kupHZeObLsyr2nifU/s55BXsirNt7kGRZdBUEfexz++zM//qN1ymbS 9N2lVt+Nt+SljVRFv+NfTdA7Cv08pEoiPPHMw6rcxVpsqSNUxCWSOkwn63HFvDvv25zMyXBdbmuIm EXV/5p0s6KLvbK0+5Cjg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1reDuq-0000000EwAB-2rxg; Sun, 25 Feb 2024 12:47:36 +0000 Received: from mail-177131.yeah.net ([123.58.177.131]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1reDum-0000000Ew9Y-3nn5 for linux-arm-kernel@lists.infradead.org; Sun, 25 Feb 2024 12:47:35 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=/0T2+omcEk6SUP/41crzLheP44c3qafGcziam+76Hpo=; b=bxvq/CKL7ZhnLRtmxqPKJNyIbeagsKcrUcaG8XPOuuo5jBtRm36GpsjrDJSAhn 4ENvTWpBNxDdnsoxrdhiDY3GWDyPR2rX1vkRC2gSG2R3UMu9LuXb2zYvUXYGB93I HE4ycC9h+YE3+ZYCsoeKkx8nbkoIxXUJUqLhNcQ6fljh8= Received: from dragon (unknown [183.213.196.200]) by smtp1 (Coremail) with SMTP id ClUQrADH7w_WNttlqyVXBA--.13069S3; Sun, 25 Feb 2024 20:47:19 +0800 (CST) Date: Sun, 25 Feb 2024 20:47:18 +0800 From: Shawn Guo To: Alexander Stein Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team , linux@ew.tq-group.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/2] arm64: dts: imx8mq: tqma8mq-mba8mx: Add missing USB vbus supply Message-ID: References: <20240220153334.2624873-1-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240220153334.2624873-1-alexander.stein@ew.tq-group.com> X-CM-TRANSID: ClUQrADH7w_WNttlqyVXBA--.13069S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUI2Q6DUUUU X-Originating-IP: [183.213.196.200] X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiFRePZV6Nm6ZhRQAAsi X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240225_044733_425633_E8E84F83 X-CRM114-Status: UNSURE ( 6.41 ) X-CRM114-Notice: Please train this message. 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 On Tue, Feb 20, 2024 at 04:33:33PM +0100, Alexander Stein wrote: > VBUS 5V is statically provided to both USB host and on-bard USB-hub. > > Signed-off-by: Alexander Stein Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel