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 E10C6C4332F for ; Thu, 14 Dec 2023 03:08:06 +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=D3GDMHMJ/epT40umk2Wc7bP84T7KVWs277ssyP3ewTA=; b=NW0+cr+hdXZVgf 8F7ffaQSGqgZPeBgq9tCxHyH8fmitl/lR9A/n78iHmtQFcWdNWEHBPiWT+9nenbxqUObJlWWpaIGr lGf/xdjbfsDTx9tFZunLkxwsgZ0hX1PspE1muepYuLF5QraL/ktkHL6xrfCfqhRPfLAivV6p89uNq 0vj1//B+9UHNmUCE5cjgTvxgLxazvr/K/Dw2VFrDU2KgZ02Q/PqgdcoUJ72RSJa2wQnL/ieIYD/6r G6YsI6Tv1HAj8cfmtNyzQRAZ3N9if2AtA7uzy7NCJOtepzE5BZZuJP7psZGl1nOaW42EHahO+4MSr X7jUZ0znqESD72vq8MkA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rDc4f-00Gawo-0V; Thu, 14 Dec 2023 03:07:45 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rDc4c-00GavX-16 for linux-arm-kernel@lists.infradead.org; Thu, 14 Dec 2023 03:07:43 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 0774ACE21E0; Thu, 14 Dec 2023 03:07:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3B590C433C8; Thu, 14 Dec 2023 03:07:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702523258; bh=QQk6nnDXW2agyfNqd3ynhfOjbLc5mRzE7yLywTmSVcA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dy6HTCc0rikET5ylYnvKy7CPcOVt353QEumi42DGYlkkUj/jekBlRI9LWRmfUhAZG HmFpyXejF/HNkNoqNzrbogp6kLub2ArkT71xP/3o9XqrHXmgT21PpF76mm9/4/ITwG cNZfiCbJPJonjRnXTLMlT4Hk6dZxfMg2eldtk99bPuRaF6d+7YEfnf5z1GDGL6hMDa X11b55dykOskfSMDerGuWKO2P+x9oSQv/4niQ7Poon+FQvkQjE8+B0hQz8KsrByAar a2dJMceiTddaqCD4cliOu+0fAqeN5pwCOg2BTL7qRQg4k6+BExx6ZP9AEJHp3pierg 0/Ns5/olP1obg== Date: Thu, 14 Dec 2023 11:07:32 +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 3/3] arm64: dts: imx8mp-dhcom-pdk3: Describe the USB-C connector Message-ID: <20231214030732.GH270430@dragon> References: <20231212174847.759164-1-festevam@gmail.com> <20231212174847.759164-3-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231212174847.759164-3-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231213_190742_557976_22D915D9 X-CRM114-Status: UNSURE ( 8.35 ) 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:47PM -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: > > imx8mp-dhcom-pdk3.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