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 49ED225D54A; Tue, 11 Mar 2025 15:04:26 +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=1741705466; cv=none; b=fdrw0OgvoO/ExBtpsjH+EV5wgt4113irXhgwlPqR2hOU21Jt7AlZPVatZOcils89/DbeX8so2jeuUfpW4axO0BzNV5M9pDiSq1JqxQuJkqDBUY86ufRL1yxfXw1u8sa0179vGoRWaiHpfbOaV39KnDz7CHZEezv7ORkFdFYo82k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741705466; c=relaxed/simple; bh=s7etVw+K/5Y+gQDrbLz7jqKtb48cS9+GhoIe7J3wKUk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=fFE000y49GMRqlbAJcsZ0fpMbvqljPv3kC3W8CHjrQuuWhL50XXh58Y/q+N9r34i8U/3ipGhuNRSunMOnpd8ENe+s9VotNn4r/zQo1ixH8Sr+Jq8GU7aY1hIeGCS9gwgAnbERIplHw4e5LbEnizDfaNaI+BySVjQMoc/JcJ7bn8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=fwy73r/t; 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="fwy73r/t" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C93D6C4CEE9; Tue, 11 Mar 2025 15:04:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1741705466; bh=s7etVw+K/5Y+gQDrbLz7jqKtb48cS9+GhoIe7J3wKUk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=fwy73r/tdRpecmslhbBflaAg9ipUYVnaRUEqpX0fMAhi7ocEExvnMGRF/l18oJV/j yh/pMbrzVAHyo6rrT9lHL8t2H0gceOVMRZgL8quipEOAYpIpAk78ayjNtwfc2pMfLI E0kSRbH2+yP7qNYwHlYgMLGIdezYTWGpCZW4NMlw= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Chen-Yu Tsai , AngeloGioacchino Del Regno , Sasha Levin Subject: [PATCH 5.4 045/328] arm64: dts: mediatek: mt8173-evb: Fix MT6397 PMIC sub-node names Date: Tue, 11 Mar 2025 15:56:55 +0100 Message-ID: <20250311145716.684176370@linuxfoundation.org> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250311145714.865727435@linuxfoundation.org> References: <20250311145714.865727435@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 5.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Chen-Yu Tsai [ Upstream commit 9545ba142865b9099d43c972b9ebcf463606499a ] The MT6397 PMIC bindings specify exact names for its sub-nodes. The names used in the current dts don't match, causing a validation error. Fix up the names. Also drop the label for the regulators node, since any reference should be against the individual regulator sub-nodes. Fixes: 16ea61fc5614 ("arm64: dts: mt8173-evb: Add PMIC support") Signed-off-by: Chen-Yu Tsai Link: https://lore.kernel.org/r/20241210092614.3951748-2-wenst@chromium.org Signed-off-by: AngeloGioacchino Del Regno Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts index 66f0e5b24fda4..1158bee050e13 100644 --- a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts +++ b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts @@ -303,7 +303,7 @@ interrupt-controller; #interrupt-cells = <2>; - mt6397regulator: mt6397regulator { + regulators { compatible = "mediatek,mt6397-regulator"; mt6397_vpca15_reg: buck_vpca15 { -- 2.39.5