arm: dts: marvell: Fix maxium->maxim typo in brownstone dts
authorDuje Mihanović <duje.mihanovic@skole.hr>
Thu, 25 Jan 2024 18:39:32 +0000 (19:39 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 26 Jan 2024 11:16:47 +0000 (12:16 +0100)
Fix an obvious spelling error in the PMIC compatible in the MMP2
Brownstone DTS file.

Fixes: 58f1193e6210 ("mfd: max8925: Add dts")
Cc: <stable@vger.kernel.org>
Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
Reported-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Closes: https://lore.kernel.org/linux-devicetree/1410884282-18041-1-git-send-email-k.kozlowski@samsung.com/
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
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 <krzysztof.kozlowski@linaro.org>
arch/arm/boot/dts/marvell/mmp2-brownstone.dts

index 04f1ae1382e7a357ed51bd455154abf3f1a6de61..bc64348b8218519620bf22acbef2fd2f038ae608 100644 (file)
@@ -28,7 +28,7 @@
 &twsi1 {
        status = "okay";
        pmic: max8925@3c {
-               compatible = "maxium,max8925";
+               compatible = "maxim,max8925";
                reg = <0x3c>;
                interrupts = <1>;
                interrupt-parent = <&intcmux4>;