From nobody Wed Oct 1 23:33:42 2025 Received: from srv01.abscue.de (abscue.de [89.58.28.240]) (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 3C63025FA13; Fri, 26 Sep 2025 16:34:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=89.58.28.240 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758904476; cv=none; b=sgqpZJzW3reyXZhvBL0zMvYAP/gwOCkej3ffYIvLZ5GEZPNy1rCdzjbskH4nj/Js+afyXGKddBbsLd9TIShMc1B62GgwbodgZqT/S1+kbXye/bmHJEkadEbAxrYKSHSLl/ttOLvEW/Q1qC8eWhKLq18Yn5qmGoTAnOkKjI4C4rw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758904476; c=relaxed/simple; bh=oXkc1mfL4g8qM9nxD4BWhq+wPzuIHLgEwoVPEI/0SdE=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=laLACBB9fOCMcJocd6NepHeItYJYIDkNjMKDZDv2v+Cn2QFV35tp4I3QC//79E5Xq9QwIkKlDYUzb7Jd3lFeeqhyj47WA47wJ72fI7nRwqc7gCr6q8VyuBcErkIOJv6mboM8avDk80xi6JvVTRYES2n3a11QC2UfWJCi2V9U5Y4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=abscue.de; spf=pass smtp.mailfrom=abscue.de; arc=none smtp.client-ip=89.58.28.240 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=abscue.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=abscue.de Received: from srv01.abscue.de (localhost [127.0.0.1]) by spamfilter.srv.local (Postfix) with ESMTP id D88CA1C2506; Fri, 26 Sep 2025 18:27:06 +0200 (CEST) X-Spam-Level: Received: from fluffy-mammal.metal.fwg-cag.de (unknown [IPv6:2001:9e8:cdf8:0:ec51:b786:a581:3dd1]) by srv01.abscue.de (Postfix) with ESMTPSA id 3544E1C24F2; Fri, 26 Sep 2025 18:27:06 +0200 (CEST) From: =?utf-8?q?Otto_Pfl=C3=BCger?= Date: Fri, 26 Sep 2025 18:23:23 +0200 Subject: [PATCH 1/5] dt-bindings: power: reset: Add SC27xx series PMIC poweroff Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20250926-sc2730-reboot-v1-1-62ebfd3d31bb@abscue.de> References: <20250926-sc2730-reboot-v1-0-62ebfd3d31bb@abscue.de> In-Reply-To: <20250926-sc2730-reboot-v1-0-62ebfd3d31bb@abscue.de> To: Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Orson Zhai , Baolin Wang , Chunyan Zhang , Lee Jones Cc: linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, =?utf-8?q?Otto_Pfl=C3=BCger?= X-Mailer: b4 0.14.2 Add power off bindings for the Unisoc SC27xx series PMICs, such as SC2731 and SC2730. Signed-off-by: Otto Pfl=C3=BCger --- .../bindings/power/reset/sprd,sc2731-poweroff.yaml | 22 ++++++++++++++++++= ++++ 1 file changed, 22 insertions(+) diff --git a/Documentation/devicetree/bindings/power/reset/sprd,sc2731-powe= roff.yaml b/Documentation/devicetree/bindings/power/reset/sprd,sc2731-power= off.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2db8bee47e17863b9a0d7af4945= d3c32e67122ce --- /dev/null +++ b/Documentation/devicetree/bindings/power/reset/sprd,sc2731-poweroff.ya= ml @@ -0,0 +1,22 @@ +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/power/reset/sprd,sc2731-poweroff.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Unisoc SC27xx series PMIC power off + +maintainers: + - Otto Pfl=C3=BCger + +properties: + compatible: + enum: + - sprd,sc2730-poweroff + - sprd,sc2731-poweroff + +required: + - compatible + +additionalProperties: false +... --=20 2.50.0