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 BFCA616D4F0; Mon, 1 Jul 2024 17:54:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719856468; cv=none; b=qNiWJ7hg6ts4cN00rbeE41y06xliRSibw3e4gx3wHoXRzOp8Sz8KOfIlgHTuJnCaJGhdXTHMI3vmBnU1ZHRbmDU0PFYUvVF7hfsc4f+f8uuzDFfWeffdes2YsP1PaO5lIsfyPvN75V50OrCLqwm3UtebZSf5zO1uqz0XnGU5HSU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719856468; c=relaxed/simple; bh=2M79EKuCi3pO/TN3rGqmddy5hzrxk2H0nREOY8R3wis=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ifiiC+1l1DIqv1VtjGBBSF+xEw1boMO+pzJyEyilJOwEdosBAsjCoztkk4nb6Zmv6RmsYY8rcxl4HPDL4tIsADvHl1LWO0DTrAW1C44HirmNhW8ynKR/9pMG0oK679GsDso8tlKGeMDlpkxD7S1zbOcTpl83ccQ75HpVVXDoDko= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=pwy/Cwe5; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="pwy/Cwe5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6D6F7C32781; Mon, 1 Jul 2024 17:54:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1719856468; bh=2M79EKuCi3pO/TN3rGqmddy5hzrxk2H0nREOY8R3wis=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pwy/Cwe5KbiPM9h1yGqBlTc2YpppR7qVimWVUnxV3WmFk1DNjr20g0uvIj5pC7ggC OQh2bbvJ7gOU2+CeZa9soDbc46Tb4F1v1koNxz44dMGHMLC+GmxNHypm0PD1nZNbwY ec8vV5qgFP06jGv11FlsXlt9q5NNZF/uEXUzljA1HMYfsSxS+47knqLQK0q00Ej8pr SNujCT/lxPqsRsC4Jtih4PJxqoCfZDyLC4hJLt17V0KYwe9Wchw6B/FJvJ+Qs7p4Gm e4/o3362FO6TjIIGqgVvMgU4sULmuqztP3lacmDHK2NomsM5NqPr3y//MgQdqxDDk/ +5r8BO8fV8aVA== Date: Mon, 1 Jul 2024 11:54:27 -0600 From: "Rob Herring (Arm)" To: Frank Li Cc: Jakub Kicinski , Marc Kleine-Budde , Vincent Mailhol , Conor Dooley , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Krzysztof Kozlowski , Eric Dumazet , linux-can@vger.kernel.org, Paolo Abeni , "David S. Miller" , imx@lists.linux.dev, netdev@vger.kernel.org Subject: Re: [PATCH v2 1/1] dt-bindings: can: fsl,flexcan: add common 'can-transceiver' for fsl,flexcan Message-ID: <171985646700.176465.4816542361707440956.robh@kernel.org> References: <20240629021754.3583641-1-Frank.Li@nxp.com> Precedence: bulk X-Mailing-List: linux-can@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: <20240629021754.3583641-1-Frank.Li@nxp.com> On Fri, 28 Jun 2024 22:17:54 -0400, Frank Li wrote: > Add common 'can-transceiver' children node for fsl,flexcan. > > Fix below warning: > arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dtb: can@2180000: 'can-transceiver' does not match any of the regexes: 'pinctrl-[0-9]+' > from schema $id: http://devicetree.org/schemas/net/can/fsl,flexcan.yaml# > > Signed-off-by: Frank Li > --- > Change from v1 to v2 > - rework commit message and add fix CHECK_DTBS warning > - Add unevaluatedProperties: false > --- > Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > Reviewed-by: Rob Herring (Arm)