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 30B86C4332F for ; Thu, 14 Dec 2023 03:06:36 +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=u1fIsmFZ+IylULjFq1wTymqgnSOYFFVBQeO6la7MXoc=; b=Z/RP3DM5kNPggK iUAlL4c+W8JGc1L1XFyk9E0d61brynmF0aTSZ1bfIW7ycU0qrR4+QARI2BdyeY22q9NHzd6XRTjE5 vhV1Eruefe7yzNJ2mAzhYA3afOS69CA+JfwHRJ37C/QaHwFdhKCxmTsMYpfBrLhjOR5+5ZpZ61i92 NNVEgEiS6sWtwLuRp2qZhHYeaXVznl+qbxaxofb4vqZxtY2EUbJAyNCugHoqDdFBfeD4ND3EC40s9 H1h17AX/ciIED0juMN65BhBa7BRVBGU7Sbo3YNz2dV+P8n5AnWc9x6iigDeJ6Ip5EweInfIpVmwqH 0sU/7d0lHu11Tj+eLR1w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rDc3B-00Gai0-2K; Thu, 14 Dec 2023 03:06:13 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rDc38-00GahQ-1k for linux-arm-kernel@lists.infradead.org; Thu, 14 Dec 2023 03:06:11 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id CC47162024; Thu, 14 Dec 2023 03:06:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 513ACC433C7; Thu, 14 Dec 2023 03:06:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702523169; bh=cY6/7NmGY2BzR2yLrzr/ksROIWqnUOfs9MBVb7Xcjv0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WTpT//5hlE4mEAdcJwHa0N3ZT47gk5iM2vJcyFXeg1Z0Gi0ttIoKaBEcPxYGOFEvD vsZw0dS5gn+U2lMVO2/MDwtG+nGsL4Mw3DfRtoNMddC2V73+/2SUIY5YHJkvsKycVj 0VN6nR2gszm2e4P/Z+hrA1x1en4AfYmLQXzv52oYei2nFy4vPj/hZHtn9FRKoqk/+C C0kKo7R9DkO8X06j1JoqzeqIhnNDRAJFi2dH5KZ4wLS+JJ/rWfk+ORgx9eOLCK2lBr PYeBOTd8zCdJ1yPCUnjq0zVN9rTYXFQ5g4t3KWBYj3gzh8wo1gJoqaRkg8RSddvZw4 E5ffygHM0GSpw== Date: Thu, 14 Dec 2023 11:06:04 +0800 From: Shawn Guo To: Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, tharvey@gateworks.com, marcel.ziswiler@toradex.com, alexander.stein@ew.tq-group.com, Fabio Estevam Subject: Re: [PATCH v2 1/3] arm64: dts: imx8mp-verdin: Fix USB connector description Message-ID: <20231214030604.GF270430@dragon> References: <20231213211847.1096033-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231213211847.1096033-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231213_190610_644150_CDFBB40F X-CRM114-Status: GOOD ( 10.19 ) 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 Wed, Dec 13, 2023 at 06:18:45PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > The USB connector should not be placed under the dwc3 node. > > Move the USB connector out of the SoC level and use port to describe > the connection to the dwc3 controller. > > This fixes the following dt-schema warning: > > imx8mp-verdin-wifi-mallow.dtb: usb@32f10100: usb@38100000: Unevaluated properties are not allowed ('connector' was unexpected) > from schema $id: http://devicetree.org/schemas/usb/fsl,imx8mp-dwc3.yaml# > > Signed-off-by: Fabio Estevam Applied all, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel