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 BBD40C3A59D for ; Mon, 24 Oct 2022 02:15:27 +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=3KVAOe7X4zvpwWkItXi01SVNwnGraGiNA9tJCPiY2FQ=; b=L6hgEAdaEXCTpd eNAKWXMfa/vXSKL29DwGLz6wm0NeXqOVYkIvMTo/W81GXkS/GkY23rr83fzCgZn/JzIKxq6u1zL3r mTZ0yjqJjgzc5BJ9b99Eob/JIc9+cMpfJIUkNgAHtzhhbgGYqP3pWxTY0wA3CXj5JYW9h6ldfIs19 1U8d0jiXv0S7EQiH7ersWdM/btYslIiOLoH7aiyPpRfL3jWd6cdFanglZLjAS3KNQ/vrNqiTfnRWI TzFSYh+kaK7Sovmx4ggGL2T4e3ilED9OwuicMlNTNQ43DhaAlk1suh1bkQAkbk3FZkp0l5TCqb3x1 YkeY0JBvaEroAzA4T4xA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ommz1-00Gme2-E3; Mon, 24 Oct 2022 02:14:31 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ommyy-00Gmdl-3n for linux-arm-kernel@lists.infradead.org; Mon, 24 Oct 2022 02:14:29 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 85523B80D62; Mon, 24 Oct 2022 02:14:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EC996C433B5; Mon, 24 Oct 2022 02:14:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666577665; bh=kHPSCAbZORyH0ev4XBvQydhrlLgY6qm31vjdGV8AlbE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qvOgMiBIS8b8Ez31hV5gkLK9X3dQzCH4QyI2TlJqB6Ljjoa2J3cF33tNR3BYB4YIl SuYudKuVMhJAhSklxliW/xohxLhloGkXmmfzp39SIOpwewFfAlSptzIdNUs40Bvbd2 xzQmMxuHWPxuOoSKfR6nb4hEVA0KyEVtSfbxFG5vz2Afh1L8R6iUy89NPQ2jdJkOZt 8Ra8KD5GnxTcq65R4EaL5E3xg87ws/gPs5RManKrE9Pj117nlR9KdPwN3Fm9v5uo0C KpjhlEu3nQ9Rp1RtIf68THI29ypnv7Bq0ULEZNTev9hsNO4miJgDWjPEmJfjIfOeh1 M8dKCzCtoGyHA== Date: Mon, 24 Oct 2022 10:14:17 +0800 From: Shawn Guo To: Frank Li Cc: imx@lists.linux.dev, Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Zhou Peng , Ming Qian , Shijie Qin , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , open list Subject: Re: [PATCH 1/2] firmware: imx: scu-pd: add missed USB_1_PHY pd Message-ID: <20221024021417.GA125525@dragon> References: <20220930183426.1130641-1-Frank.Li@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220930183426.1130641-1-Frank.Li@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221023_191428_334301_4E7E9109 X-CRM114-Status: UNSURE ( 8.79 ) 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 Fri, Sep 30, 2022 at 01:34:24PM -0500, Frank Li wrote: > USB_1_PHY is not defined in pd driver on 8DXL. > > Signed-off-by: Frank Li Applied both, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel