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 C7518C4332F for ; Thu, 14 Dec 2023 03:07:50 +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=gaFdBAahY8/NCiJTgbIV608tBpElNPZ0vsDEOTDat6g=; b=KTcjE7UxnOxrIL KJVf7h/Rzk/jYhMUfpdI+4loYg1egaL7P+MLZnV/QYm3JICxVRq4cJ6uyR04cSl+WqM4xk2RyP08d +fUdRbPncoL112l87zYNFLzT9GwOyTAMlXuXQOY2CLIkYWprzMWp2fxCxBl1QUZiOwJ58xzv9XG5N IP9pfNYn5/S8xJ1gA0I4AVFqsM39uwK1mo68RMXXgipgMu7pNj+rgmMhblQ+a2JJ4JZXdBFpFXZIC YGTTAIsBUk6PWl23QCsU+kPKYVo2na5gAnMeU/2KXlzhDw3n87kloh2qZzXHdOqMeZr2ka9PU5CEk iNfHqY4NbpNMeX09wNGQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rDc4M-00GatN-0M; Thu, 14 Dec 2023 03:07:26 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rDc4J-00Garg-04 for linux-arm-kernel@lists.infradead.org; Thu, 14 Dec 2023 03:07:24 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 8F62ECE21E0; Thu, 14 Dec 2023 03:07:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C7A2EC433C7; Thu, 14 Dec 2023 03:07:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702523237; bh=ZTqSCTOBdYMrj/wi6IZZOtXfwIBgRgByhkRH24maZzw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UM4ZkqgfWojpJdSXklr4B05xodk1u/44B/5VKTtSf/nWhV3AK19u26U3rZCdeFHed AZyoZYyoXwn2C25BhAj0IJWj3UqXviNpoCYtuAC7uUz04/Mnb/QgKf2Rp1jempuEej biPUROqLUL97wCm704DTvG0lFZEUj4nN5MEmE4jN/2c0XREEN8xMGE8YYlZ3gQgePC o3iZAqZBBHOnb24k5LnYKvZuFovvp5+gMDtwpt+vmn+F99fPj43045QmTSP1FCsLeu Nkt9hqIbPFEqSQUNEfjxnljok8LEnu4a+GO1Qk60Yy1hS/8L3zo9tSECvQJMukMirL PDyzGA2Lw840A== Date: Thu, 14 Dec 2023 11:07:12 +0800 From: Shawn Guo To: Fabio Estevam Cc: cw00.choi@samsung.com, myungjoo.ham@samsung.com, robh+dt@kernel.org, krzysztof.kozlowski@linaro.org, conor+dt@kernel.org, devicetree@vger.kernel.org, marex@denx.de, hvilleneuve@dimonoff.com, linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: Re: [PATCH v2 2/3] arm64: dts: imx8mn-var-som-symphony: Describe the USB-C connector Message-ID: <20231214030712.GG270430@dragon> References: <20231212174847.759164-1-festevam@gmail.com> <20231212174847.759164-2-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231212174847.759164-2-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231213_190723_285845_FFF321B2 X-CRM114-Status: UNSURE ( 8.25 ) 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, Dec 12, 2023 at 02:48:46PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Describe the PTN5150 USB-C connector to improve the devicetree description > and fix the following dt-schema warning: > > imx8mn-var-som-symphony.dtb: typec@3d: 'port' does not match any of the regexes: 'pinctrl-[0-9]+' > from schema $id: http://devicetree.org/schemas/extcon/extcon-ptn5150.yaml# > > Signed-off-by: Fabio Estevam Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel