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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E3E34C4332F for ; Sun, 1 Jan 2023 02:29:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229597AbjAAC3P (ORCPT ); Sat, 31 Dec 2022 21:29:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35238 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229532AbjAAC3O (ORCPT ); Sat, 31 Dec 2022 21:29:14 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0729E6246 for ; Sat, 31 Dec 2022 18:29:13 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id A7C4BB80958 for ; Sun, 1 Jan 2023 02:29:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0DFBBC433EF; Sun, 1 Jan 2023 02:29:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672540151; bh=Rx/6qcNT91USzqM8aJocDJ1wmt3wmGfvYzeRxyPsQiI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MKwZlE5lWhIV+4jti7A9NpvZQvcVCxfDfbiN2jIya4VlGfMiIQYg3xyEwqqaOIGIY fZtStLuBi+YJvgC/TceRV/UlYvOXJ6KovG+o+xHLdIJ/iq3v+rXQ3xJwDOhLTUdNEg AY+vrlmFnabcd+c8QFAtXIt1N+PxVbjY/yVj6zzNMQNLafUgeRCAzZGv/8QUy1INMK a7nRi9GE4SeGSXhBZqvoSex7+TBi0KdnE6BGj8tt0sGu3yMHbwlZD7uV7IK7IBnn0l VduU58+SIx7KHhNX0lJacgRqWO7HVivLVeDFCbwF1xvIJLYIwOV/cTbfsJW2fVzp7s U1Te4l/iwiTSw== Date: Sun, 1 Jan 2023 10:29:04 +0800 From: Shawn Guo To: Marek Vasut Cc: linux-arm-kernel@lists.infradead.org, Fabio Estevam , Felix Radensky , Krzysztof Kozlowski , Krzysztof Kozlowski , NXP Linux Team , Peng Fan , Rob Herring , devicetree@vger.kernel.org Subject: Re: [PATCH 1/3] arm64: dts: imx8mm: Drop deprecated regulator-compatible from Variscite VAR-SOM-MX8MM Message-ID: <20230101022903.GI6112@T480> References: <20221215235827.228620-1-marex@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221215235827.228620-1-marex@denx.de> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Dec 16, 2022 at 12:58:25AM +0100, Marek Vasut wrote: > The "regulator-compatible" property is deprecated and unused, as the > match happens on the node name in Linux of_regulator_match() in case > the property is not present. Drop the deprecated property from DT. > > Signed-off-by: Marek Vasut Applied all, thanks!