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 A9054C7619A for ; Mon, 27 Mar 2023 02:52:11 +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=UbbEd6dW69+IMQvqAB/Oo0c7pIUgIA07IhihC2h8mDc=; b=AN9qAWZvRSMU5U Co0/v8RekptIdEMjiy1CU6VvVaBN87NbRc2ssPk6WXYlQmdDb9k3WTfYz/d0Lt1Ywu0pi+5JLbVYN TYf3I4BqrJV1P/w6wFTdqvOsj0zUoQa3cap2HC87umlUPXW8Wr42J77X6gwyXE7XrpxcDFMw4E37X F3CY6ca7OhFhIJ0UMDpwPJzU9SayvIvFPXkiDjUi0ArzMOJ9Zz52HmHm6kC3yxicwpBzWXzpAMXJM r5LWBAKKeGUNID/arVTU3GlR+8xmk2OoCnlxO+6Cyj713dLnxUhi4OHLhiNbAWdIuj77QFXkPpCnM LK8DF6j/36oqXXJ5+dLg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pgcx5-009a79-06; Mon, 27 Mar 2023 02:51:19 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pgcx2-009a6T-1z for linux-arm-kernel@lists.infradead.org; Mon, 27 Mar 2023 02:51:17 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id EBE1F60FA5; Mon, 27 Mar 2023 02:51:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 13435C433D2; Mon, 27 Mar 2023 02:51:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679885475; bh=ScLJ1rbhXFx0uP2dWy7Z9pp/CJdK4gxv7Vphn+1tzwk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dRV+wbWT+GmwaCVM3PuvTSqUaCT+CKX+x5aRhEOvU2MdPZkeK8E1z5Ui3exPhkTwF CbNAfwYXWNGKl1iS4UcGp+QwjYNFJMUI1fLxGXcxwMkOstAGx0obOUEUFFZWmux0cT AIPISu3Tbd0wTi++oHF7ocWPbZwuY7YVwi92HYvqIYkgiyGP9GjQtebXUp8SUidK6V zZD2ACBOaXfqpzZ/IHS+tUHzpIjsG2FO0wDFZjoiaYQObwElN1vZatV/lC16CWH+Fs b37JAEZihs+wlR/JAvHP/2ID4wDbxPOACujYsfR5WTI9TIZBH/nLcjptDepn9BshID TlUmNsNlrtlUg== Date: Mon, 27 Mar 2023 10:51:07 +0800 From: Shawn Guo To: Marek Vasut Cc: devicetree@vger.kernel.org, Fabio Estevam , Krzysztof Kozlowski , Laurent Pinchart , Lucas Stach , NXP Linux Team , Paul Elder , Peng Fan , Pengutronix Kernel Team , Richard Cochran , Rob Herring , Sascha Hauer , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/2] dt-bindings: soc: imx8m-blk-ctrl: Rename blk_ctrl to blk-ctrl in examples Message-ID: <20230327025107.GI3364759@dragon> References: <20230317095827.49100-1-marex@denx.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230317095827.49100-1-marex@denx.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230326_195116_691150_F10E375B X-CRM114-Status: GOOD ( 10.29 ) 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 Fri, Mar 17, 2023 at 10:58:26AM +0100, Marek Vasut wrote: > Rename blk_ctrl@ to blk-ctrl (with dash instead of underscore) in examples > so that they would match the imx8m[mn].dtsi in current Linux kernel. > > Signed-off-by: Marek Vasut Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel