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 D1B091A01C6; Mon, 2 Jun 2025 13:56:51 +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=1748872611; cv=none; b=WcQ3OOi0LmJ/MiIkMF9jhFeEsjerFA8Xj6WOGvWCmIVwTJQysbO2dFKiJ2dXwEA4eGvMyB5hF1UPkSf5pnUtI2NbunM7NlGns59e/3MlPTL6WcdYVjwA4DJfk/vlPyEo8Y6qrz2FBjwuSgqoaPefrDmq5PDb/Wd6BupCz5bRLUk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748872611; c=relaxed/simple; bh=xeWgAZ55M7Fr8POqQ8LZQgsWZvdNRdx2xQbZ0W0fGOc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=TlgGg8h7P1rAJI/EUsg0/nb1fjeO10tmyOwoq375AXI2uTWjpkBg2R00+tv7doDEm5UthBTP0t/908lZXk+EpZxMeessZgTQkr/srsnMRYy7SnlJk5qb38v1MD+HjbQDe3VGQ49A/jTyduAKuVqGHy/eFA0pQYF4fmldkjopapY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=kiNjBCJW; 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="kiNjBCJW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 62FE5C4CEEB; Mon, 2 Jun 2025 13:56:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1748872611; bh=xeWgAZ55M7Fr8POqQ8LZQgsWZvdNRdx2xQbZ0W0fGOc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=kiNjBCJWUsdZBBaFXDkP4LfbV18f5BDDbFGaRVKfWXX1mf/kEywvCSK8xNaLDfLLQ XXxaxhPFbH47+2rZ3WFtVmjKCSKj9V/J9CnlJYx/HKrHECH69Czb10IUjpVwWxkTcM EPUwghcNpKuWbhAZbDJdb5AhvXDSUd4Os/WExLDg= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Stephan Gerhold , Johan Hovold , Abel Vesa , Konrad Dybcio , Bjorn Andersson Subject: [PATCH 6.14 17/73] arm64: dts: qcom: x1e80100-hp-omnibook-x14: Fix vreg_l2j_1p2 voltage Date: Mon, 2 Jun 2025 15:47:03 +0200 Message-ID: <20250602134242.379376696@linuxfoundation.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250602134241.673490006@linuxfoundation.org> References: <20250602134241.673490006@linuxfoundation.org> User-Agent: quilt/0.68 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.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Stephan Gerhold commit 4a09dad9d437a13e9cd4383ff7791a816a6e1652 upstream. In the ACPI DSDT table, PPP_RESOURCE_ID_LDO2_J is configured with 1256000 uV instead of the 1200000 uV we have currently in the device tree. Use the same for consistency and correctness. Cc: stable@vger.kernel.org Fixes: 6f18b8d4142c ("arm64: dts: qcom: x1e80100-hp-x14: dt for HP Omnibook X Laptop 14") Signed-off-by: Stephan Gerhold Reviewed-by: Johan Hovold Reviewed-by: Abel Vesa Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20250423-x1e-vreg-l2j-voltage-v1-4-24b6a2043025@linaro.org Signed-off-by: Bjorn Andersson Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts +++ b/arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts @@ -871,8 +871,8 @@ vreg_l2j_1p2: ldo2 { regulator-name = "vreg_l2j_1p2"; - regulator-min-microvolt = <1200000>; - regulator-max-microvolt = <1200000>; + regulator-min-microvolt = <1256000>; + regulator-max-microvolt = <1256000>; regulator-initial-mode = ; };