]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/4.19.312/arm-dts-marvell-fix-maxium-maxim-typo-in-brownstone-.patch
Linux 4.19.312
[thirdparty/kernel/stable-queue.git] / releases / 4.19.312 / arm-dts-marvell-fix-maxium-maxim-typo-in-brownstone-.patch
1 From eac6e50536430d612ac3e1b7e967459c7acb8972 Mon Sep 17 00:00:00 2001
2 From: Sasha Levin <sashal@kernel.org>
3 Date: Thu, 25 Jan 2024 19:39:32 +0100
4 Subject: arm: dts: marvell: Fix maxium->maxim typo in brownstone dts
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 From: Duje Mihanović <duje.mihanovic@skole.hr>
10
11 [ Upstream commit 831e0cd4f9ee15a4f02ae10b67e7fdc10eb2b4fc ]
12
13 Fix an obvious spelling error in the PMIC compatible in the MMP2
14 Brownstone DTS file.
15
16 Fixes: 58f1193e6210 ("mfd: max8925: Add dts")
17 Cc: <stable@vger.kernel.org>
18 Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
19 Reported-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
20 Closes: https://lore.kernel.org/linux-devicetree/1410884282-18041-1-git-send-email-k.kozlowski@samsung.com/
21 Reviewed-by: Andrew Lunn <andrew@lunn.ch>
22 Link: https://lore.kernel.org/r/20240125-brownstone-typo-fix-v2-1-45bc48a0c81c@skole.hr
23 [krzysztof: Just 10 years to take a patch, not bad! Rephrased commit
24 msg]
25 Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
26 Signed-off-by: Sasha Levin <sashal@kernel.org>
27 ---
28 arch/arm/boot/dts/mmp2-brownstone.dts | 2 +-
29 1 file changed, 1 insertion(+), 1 deletion(-)
30
31 diff --git a/arch/arm/boot/dts/mmp2-brownstone.dts b/arch/arm/boot/dts/mmp2-brownstone.dts
32 index 0fdcc2edcf4b6..f12d5aa773f30 100644
33 --- a/arch/arm/boot/dts/mmp2-brownstone.dts
34 +++ b/arch/arm/boot/dts/mmp2-brownstone.dts
35 @@ -30,7 +30,7 @@ &uart3 {
36 &twsi1 {
37 status = "okay";
38 pmic: max8925@3c {
39 - compatible = "maxium,max8925";
40 + compatible = "maxim,max8925";
41 reg = <0x3c>;
42 interrupts = <1>;
43 interrupt-parent = <&intcmux4>;
44 --
45 2.43.0
46