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 8512B145353; Thu, 11 Apr 2024 10:14:29 +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=1712830469; cv=none; b=TZnvvECUHV7tXEPPRMzM2nY5BFdB798v6REp9/ZW1Fp/zZloFvf+dfBd6MqpC4fUfLdzj9gy+gUy0hEz+sU323cvaUSj9QplcT9NVF+kwBOqt+YzVSCw/pgV8FizXIXN2bTKwRwmEwfnc68KW2R1tI0DPXkZEVdZjX5ILg2ufP0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712830469; c=relaxed/simple; bh=a7dcjp/4rRUf8sdpO9ubX65wRGO32tYRZ7yMyzHN08o=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=LAg9eWTil0gPKodWIuCZSc9r9haM4rgPqElJsDgorZFT5g+E1bXMPqw5PjJarpRN2jxWWFHOkdvGseMeMJLTd944Sdb8MatxpRLWTCMinwrVYN4N4nDqHx3t66fX+sjjSCo9BKYnPElL13kmmLi9QM9F6oFp/MuSLX4SxlXUZRE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Jtsox5FJ; 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="Jtsox5FJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 06DBCC433F1; Thu, 11 Apr 2024 10:14:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1712830469; bh=a7dcjp/4rRUf8sdpO9ubX65wRGO32tYRZ7yMyzHN08o=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Jtsox5FJztQxty+Ed1hLqLBA/FGn5Ad7f86R6vg1VD/J4C3wm78nl99IJoE8A2S7C SE/Za61QOzCvXiICFLmBi3vtP/zhFm6m+oRxqFz67YedXZ7MolCzROyal6Kv6Bm/On 4JeQTmdgb9q2z40zgPKAd/i/YXpzLDFoyS8LpR7s= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, =?UTF-8?q?Duje=20Mihanovi=C4=87?= , Krzysztof Kozlowski , Andrew Lunn , Sasha Levin Subject: [PATCH 5.4 013/215] arm: dts: marvell: Fix maxium->maxim typo in brownstone dts Date: Thu, 11 Apr 2024 11:53:42 +0200 Message-ID: <20240411095425.280652874@linuxfoundation.org> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240411095424.875421572@linuxfoundation.org> References: <20240411095424.875421572@linuxfoundation.org> User-Agent: quilt/0.67 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-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 5.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Duje Mihanović [ Upstream commit 831e0cd4f9ee15a4f02ae10b67e7fdc10eb2b4fc ] Fix an obvious spelling error in the PMIC compatible in the MMP2 Brownstone DTS file. Fixes: 58f1193e6210 ("mfd: max8925: Add dts") Cc: Signed-off-by: Duje Mihanović Reported-by: Krzysztof Kozlowski Closes: https://lore.kernel.org/linux-devicetree/1410884282-18041-1-git-send-email-k.kozlowski@samsung.com/ Reviewed-by: Andrew Lunn Link: https://lore.kernel.org/r/20240125-brownstone-typo-fix-v2-1-45bc48a0c81c@skole.hr [krzysztof: Just 10 years to take a patch, not bad! Rephrased commit msg] Signed-off-by: Krzysztof Kozlowski Signed-off-by: Sasha Levin --- arch/arm/boot/dts/mmp2-brownstone.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/mmp2-brownstone.dts b/arch/arm/boot/dts/mmp2-brownstone.dts index 04f1ae1382e7a..bc64348b82185 100644 --- a/arch/arm/boot/dts/mmp2-brownstone.dts +++ b/arch/arm/boot/dts/mmp2-brownstone.dts @@ -28,7 +28,7 @@ &uart3 { &twsi1 { status = "okay"; pmic: max8925@3c { - compatible = "maxium,max8925"; + compatible = "maxim,max8925"; reg = <0x3c>; interrupts = <1>; interrupt-parent = <&intcmux4>; -- 2.43.0