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 A6FA72FE044; Wed, 28 Jan 2026 15:51:56 +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=1769615516; cv=none; b=YtPpRhA6BlL8RxfaM357NR3lKd7Stenxv/ZqeOBllutvBcJGqpviJKKGhPi4OrA5co+2wDL7fzCqSorBgsIrYyNgaLe3F5pCZBpX0ja9EVp18PXQUgCFoBTwJIui4e8091HkC0xJHcrk15EqZSgv1eKb5Y95n4OR50kpLd3g+Gg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769615516; c=relaxed/simple; bh=wX/n5cUz+Ef5S6VhDcd4Wv34MCMxyTtAsfsstFwhIWg=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Fa+NEKavlRErN5Z/Rp6KGmPWtEBxZpBke4V9wy6PcoPsrGr5AwbSAnENOD+VK9GZTBszvio5iyPMnEQJa4fc8NHUZ5xMZ34+JBzNIluc5sFv2gbd6Iz0lJDJXGNnfbRGqu4rB97ZSW2UUG5yVIShz+T+Jp1nHCGzAefMzNHBGOE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=L1RT3hCg; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="L1RT3hCg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CA936C4CEF1; Wed, 28 Jan 2026 15:51:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1769615516; bh=wX/n5cUz+Ef5S6VhDcd4Wv34MCMxyTtAsfsstFwhIWg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=L1RT3hCgiOzGlaIGncUasvch5hYKXvCx0iid5DEDL6odHu7/RpaJr3x6kFN8DijGA uYQbCTFqa4ettAaGN1o13T07VL+4PYUsBwm+PAo1Q3wS04St2gFeyaWMAlfOFL0mjZ Wboup2uM+OYmXeuneEuaT5Zu6HlkELoWQNvzxcFI= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, "Rob Herring (Arm)" , Konrad Dybcio , Ulf Hansson , Bjorn Andersson , Sasha Levin Subject: [PATCH 6.18 008/227] dt-bindings: power: qcom,rpmpd: Add SC8280XP_MXC_AO Date: Wed, 28 Jan 2026 16:20:53 +0100 Message-ID: <20260128145344.639570383@linuxfoundation.org> X-Mailer: git-send-email 2.52.0 In-Reply-To: <20260128145344.331957407@linuxfoundation.org> References: <20260128145344.331957407@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.18-stable review patch. If anyone has any objections, please let me know. ------------------ From: Konrad Dybcio [ Upstream commit 45e1be5ddec98db71e7481fa7a3005673200d85c ] Not sure how useful it's gonna be in practice, but the definition is missing (unlike the previously-unused SC8280XP_MXC-non-_AO), so add it to allow the driver to create the corresponding pmdomain. Fixes: dbfb5f94e084 ("dt-bindings: power: rpmpd: Add sc8280xp RPMh power-domains") Acked-by: Rob Herring (Arm) Signed-off-by: Konrad Dybcio Reviewed-by: Ulf Hansson Link: https://lore.kernel.org/r/20251202-topic-8280_mxc-v2-1-46cdf47a829e@oss.qualcomm.com Signed-off-by: Bjorn Andersson Signed-off-by: Sasha Levin --- include/dt-bindings/power/qcom,rpmhpd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dt-bindings/power/qcom,rpmhpd.h b/include/dt-bindings/power/qcom,rpmhpd.h index 73cceb88953f7..269b73ff866a8 100644 --- a/include/dt-bindings/power/qcom,rpmhpd.h +++ b/include/dt-bindings/power/qcom,rpmhpd.h @@ -261,5 +261,6 @@ #define SC8280XP_NSP 13 #define SC8280XP_QPHY 14 #define SC8280XP_XO 15 +#define SC8280XP_MXC_AO 16 #endif -- 2.51.0