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 4F28235F5FC; Thu, 5 Mar 2026 23:53:20 +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=1772754800; cv=none; b=CVZXZaj9G5AIdIs7qVAG+ulEBwmte4+QQuOV3dxv6xWZi7qZKpAlsSyHUPDrEg8MUSb4qs/KJSb0//NYCOOzDf4PmqqrTZOnb89Pap56PXNeWP62kfw0I6TMGMGf89gPjMO2HBcE5i0+Q8wnaunagirrxtaHx3KFYVIC87nIhbs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772754800; c=relaxed/simple; bh=J4ouPwYryWJg/Sgf3XGOhDoXmHmleT+UQJPFAEsXDk0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fggVd7mFtZZynRITnjqidS8w9NlKo2xn+njNMHYhXDvIiI2I+UuG7Pm88LZBOsPikI2A0ffU/kaDpSH61Ef30ynN+AjF80jniKlWH5JKmjed9Ydue0IGWDYJnyP22JMg689dDiIJl/K5M3tjkL3ji3MVJ1D93bwwhysH1US03+Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ElAwYZeK; 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="ElAwYZeK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C305AC116C6; Thu, 5 Mar 2026 23:53:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772754799; bh=J4ouPwYryWJg/Sgf3XGOhDoXmHmleT+UQJPFAEsXDk0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ElAwYZeKRz+T7o/hH1HzrDDGYTw+VjMdQ+sgmVJql9gUB7MaeTxmL3q9X+2FEReWd YCaD4ZkiiMPfZ41X8ZKKoO9sJ4+1L0ufcLKr+RZ5rEffesrFWuk8b5OYpJZfIzlszU wqnAW1iIXhColg7C1qmIrNVh9oE8fQEIj62E8I8QrIaoZAYgOxsvhgM/woqyVTySUB GRsYcTUZlfR1IDwBsF0ujMxMNl+YudjlPAXVoq8b8QB0c/aea3mmkLqjjXrA0sflyk GbsO0rFArKq5CY7U1Wp1jJbQwPf3JWPU6vpgf8STR5dE6reOusT3XqK7SuT+gNQt03 5F70VjtiEqTDQ== Date: Thu, 5 Mar 2026 17:53:18 -0600 From: "Rob Herring (Arm)" To: Otto =?iso-8859-1?Q?Pfl=FCger?= Cc: linux-pm@vger.kernel.org, Lee Jones , Liam Girdwood , Chunyan Zhang , Krzysztof Kozlowski , Mark Brown , Conor Dooley , linux-kernel@vger.kernel.org, linux-rtc@vger.kernel.org, Alexandre Belloni , Pavel Machek , Sebastian Reichel , devicetree@vger.kernel.org, Orson Zhai , Baolin Wang , linux-leds@vger.kernel.org Subject: Re: [PATCH 3/6] regulator: dt-bindings: sc2731: Deprecate compatible property Message-ID: <177275479830.806461.10691931436723823826.robh@kernel.org> References: <20260222-sc27xx-mfd-cells-v1-0-69526fe74c77@abscue.de> <20260222-sc27xx-mfd-cells-v1-3-69526fe74c77@abscue.de> Precedence: bulk X-Mailing-List: linux-leds@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260222-sc27xx-mfd-cells-v1-3-69526fe74c77@abscue.de> On Sun, 22 Feb 2026 14:16:47 +0100, Otto Pflüger wrote: > The node containing the regulators is always a child of the main PMIC > node, which already has a compatible property identifying the type of > PMIC. This makes the compatible in the child node redundant. Mark it > as deprecated and remove it from the required property list and the > examples. > > Signed-off-by: Otto Pflüger > --- > Documentation/devicetree/bindings/mfd/sprd,sc2731.yaml | 2 -- > .../devicetree/bindings/regulator/sprd,sc2731-regulator.yaml | 4 +--- > 2 files changed, 1 insertion(+), 5 deletions(-) > Acked-by: Rob Herring (Arm)