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 EBD56BA3F; Mon, 1 Apr 2024 16:57:04 +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=1711990625; cv=none; b=czvtXYPS8Tcz0HcsWOJXoobdY0dEIpxjPIZUDZviV1FFzBgVDVfqh0zTnJSDk4V0prKlnG93x9X4z5tWJnBPIQA/8b7c9zjT1QbN/oKMbKPmZd1URUGJ6b3F1RJ3xuP3ACS23s1lfBjRQsLsjXuHpoujQPahSYMwjZNdT/Dlhs0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711990625; c=relaxed/simple; bh=9Xnw6Ly3jiDOBqQDWzgSG5hHRR/P466ua8PPpPv5PBI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=AHx38QeLaUJfQIu/6aMFoSD7T3Z6diHM65r7GKM3gY2rdA28MhYC6DHCnT6PIBNP26JVPGUfouJyiY5aUgiB3duzj027ZQ3HEaV+BafpUig5R6VMypmA3P3o3JLKnqY8+HTWJkVTjfF+SwJwpic26iKkgVQ3RC7GUuBSt5n3SKs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=z05GX8Sl; 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="z05GX8Sl" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E7EE8C433C7; Mon, 1 Apr 2024 16:57:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1711990624; bh=9Xnw6Ly3jiDOBqQDWzgSG5hHRR/P466ua8PPpPv5PBI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=z05GX8SlXG7VWjXVJCKDfyrmkM5uG55IQIs6oqO/7hSdZWeWOpZPXISuYQ0VZM7gL su2VfbYxEna3ubXM95iFTtksUHpdgQqYdVTkzF1/v+XWF9ExiOib6uYLFWAh4hU04F vPfftMzzsTjFTCbINDCqjCvgmtyRzcHoy0RxdAeE= 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 6.1 016/272] arm: dts: marvell: Fix maxium->maxim typo in brownstone dts Date: Mon, 1 Apr 2024 17:43:26 +0200 Message-ID: <20240401152530.800833412@linuxfoundation.org> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240401152530.237785232@linuxfoundation.org> References: <20240401152530.237785232@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 6.1-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