Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND v2] arm: marvell: Fix maxium->maxim typo in brownstone dts
@ 2024-01-25 18:39 Duje Mihanović
  2024-01-26 11:08 ` Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Duje Mihanović @ 2024-01-25 18:39 UTC (permalink / raw)
  To: Lubomir Rintel, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Haojian Zhuang, Samuel Ortiz, Qing Xu
  Cc: linux-arm-kernel, devicetree, linux-kernel, stable,
	Duje Mihanović

Fix an obvious spelling error in the PMIC compatible in the MMP2
Brownstone DTS file.

Without this, the PMIC would never probe.

Fixes: 58f1193e6210 ("mfd: max8925: Add dts")
Cc:  <stable@vger.kernel.org>
Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
---
Changes in v2:
- Address maintainer comments:
  - Add Fixes: and Cc: tags
- Change "for" to "in" in subject
- Emphasize PMIC's inability to probe without patch
- Link to v1: https://lore.kernel.org/r/20230804-brownstone-typo-fix-v1-1-4832d84c0509@skole.hr
---
 arch/arm/boot/dts/marvell/mmp2-brownstone.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/marvell/mmp2-brownstone.dts b/arch/arm/boot/dts/marvell/mmp2-brownstone.dts
index 04f1ae1382e7..bc64348b8218 100644
--- a/arch/arm/boot/dts/marvell/mmp2-brownstone.dts
+++ b/arch/arm/boot/dts/marvell/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>;

---
base-commit: 2ccdd1b13c591d306f0401d98dedc4bdcd02b421
change-id: 20230804-brownstone-typo-fix-f5b16c47d865

Best regards,
-- 
Duje Mihanović <duje.mihanovic@skole.hr>



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH RESEND v2] arm: marvell: Fix maxium->maxim typo in brownstone dts
  2024-01-25 18:39 [PATCH RESEND v2] arm: marvell: Fix maxium->maxim typo in brownstone dts Duje Mihanović
@ 2024-01-26 11:08 ` Krzysztof Kozlowski
  2024-01-26 11:12 ` Krzysztof Kozlowski
  2024-01-26 11:14 ` Krzysztof Kozlowski
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-01-26 11:08 UTC (permalink / raw)
  To: Duje Mihanović, Lubomir Rintel, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Haojian Zhuang, Samuel Ortiz,
	Qing Xu
  Cc: linux-arm-kernel, devicetree, linux-kernel, stable

On 25/01/2024 19:39, Duje Mihanović wrote:
> Fix an obvious spelling error in the PMIC compatible in the MMP2
> Brownstone DTS file.
> 
> Without this, the PMIC would never probe.
> 
> Fixes: 58f1193e6210 ("mfd: max8925: Add dts")
> Cc:  <stable@vger.kernel.org>
> Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
> ---

Patch from 2014:
https://lore.kernel.org/linux-devicetree/1410884282-18041-1-git-send-email-k.kozlowski@samsung.com/

Then 2021:
https://lore.kernel.org/linux-devicetree/20210412230320.382885-2-sebastian.reichel@collabora.com/

Mine from 2014 probably does not apply anymore... But at least please
give me credits for finding this 10 years ago:

Reported-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH RESEND v2] arm: marvell: Fix maxium->maxim typo in brownstone dts
  2024-01-25 18:39 [PATCH RESEND v2] arm: marvell: Fix maxium->maxim typo in brownstone dts Duje Mihanović
  2024-01-26 11:08 ` Krzysztof Kozlowski
@ 2024-01-26 11:12 ` Krzysztof Kozlowski
  2024-01-26 11:14 ` Krzysztof Kozlowski
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-01-26 11:12 UTC (permalink / raw)
  To: Duje Mihanović, Lubomir Rintel, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Haojian Zhuang, Samuel Ortiz,
	Qing Xu
  Cc: linux-arm-kernel, devicetree, linux-kernel, stable

On 25/01/2024 19:39, Duje Mihanović wrote:
> Fix an obvious spelling error in the PMIC compatible in the MMP2
> Brownstone DTS file.
> 
> Without this, the PMIC would never probe.

It would - vendor prefix can be ignored.

Also, you got here tag...

This is a friendly reminder during the review process.

It seems my or other reviewer's previous comments were not fully
addressed. Maybe the feedback got lost between the quotes, maybe you
just forgot to apply it. Please go back to the previous discussion and
either implement all requested changes or keep discussing them.

Thank you.

Best regards,
Krzysztof


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH RESEND v2] arm: marvell: Fix maxium->maxim typo in brownstone dts
  2024-01-25 18:39 [PATCH RESEND v2] arm: marvell: Fix maxium->maxim typo in brownstone dts Duje Mihanović
  2024-01-26 11:08 ` Krzysztof Kozlowski
  2024-01-26 11:12 ` Krzysztof Kozlowski
@ 2024-01-26 11:14 ` Krzysztof Kozlowski
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-01-26 11:14 UTC (permalink / raw)
  To: Lubomir Rintel, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Haojian Zhuang, Samuel Ortiz, Qing Xu, Duje Mihanović
  Cc: Krzysztof Kozlowski, linux-arm-kernel, devicetree, linux-kernel,
	stable


On Thu, 25 Jan 2024 19:39:32 +0100, Duje Mihanović wrote:
> Fix an obvious spelling error in the PMIC compatible in the MMP2
> Brownstone DTS file.
> 
> Without this, the PMIC would never probe.
> 
> 

Corrected commit msg, took Andrew tag (thanks!).

Applied, thanks!

[1/1] arm: marvell: Fix maxium->maxim typo in brownstone dts
      https://git.kernel.org/krzk/linux-dt/c/b589f7aaf96330236a6d6a4057880550b066b581

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-01-26 11:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-25 18:39 [PATCH RESEND v2] arm: marvell: Fix maxium->maxim typo in brownstone dts Duje Mihanović
2024-01-26 11:08 ` Krzysztof Kozlowski
2024-01-26 11:12 ` Krzysztof Kozlowski
2024-01-26 11:14 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox