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 98056762CD; Mon, 8 Apr 2024 13:01:10 +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=1712581270; cv=none; b=RmMaWiSSbY9eOuTSpcorWNKaEG6C3KJw9HoB+tqbAt6k7/QUij90HSXGNYrRRBxCS4HC7tdFuxZT8/3oaZNS7Qpg6NbK6el3IprkUiTrNUf2quAicqCMJlWh6+hQEPz5JLojzeU0qetzoH8yy8Kg0PzALHNamSFGBgIffxfOZa4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712581270; c=relaxed/simple; bh=b5c+HhD06kfZfhBKrO/DgKJPVBWBNgr+cfmrCEzHh+A=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=LhfXtXKL58jnkXv3UPcB5XyZr0lSx5luBCNz5pDmAnoM2wNv+oonnriwklFM5Yr4E6YzlzgmBWtQol0qMGONHcrCY0KDHWgf1XIHIWifRpyZRMRUrHRa/KU7KPgUlHF8AEBTTD4d4lcCJ579KlLWGmPmzgipI8BC9i3MEk1YUjo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=SwuWNL1U; 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="SwuWNL1U" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 20410C433C7; Mon, 8 Apr 2024 13:01:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1712581270; bh=b5c+HhD06kfZfhBKrO/DgKJPVBWBNgr+cfmrCEzHh+A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SwuWNL1UGpiJuk+x1DewKE+vC8fOgVhuv99TCVmgyYeOcnja+oV3WlRl7mAFylxhc 3rZ9Zrb1FPT9xIIg7XfxejRDhQdSf6NZ920UVW8F/iX+ar0TJrAxOy14e3YARvrKL1 YwWEd1P/2SiWBw8ffSHCQ94k99D6vE2q6NBsS9v4= 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.15 015/690] arm: dts: marvell: Fix maxium->maxim typo in brownstone dts Date: Mon, 8 Apr 2024 14:48:01 +0200 Message-ID: <20240408125400.088190864@linuxfoundation.org> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240408125359.506372836@linuxfoundation.org> References: <20240408125359.506372836@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.15-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