From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B331F111D for ; Thu, 14 Dec 2023 03:07:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="dy6HTCc0" 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> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231212174847.759164-3-festevam@gmail.com> 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!