All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: aspeed: Fix pca9849 compatible
@ 2023-01-18  5:17 Joel Stanley
  2023-01-24 21:31 ` patchwork-bot+linux-soc
  0 siblings, 1 reply; 2+ messages in thread
From: Joel Stanley @ 2023-01-18  5:17 UTC (permalink / raw)
  To: soc

From: Eddie James <eajames@linux.ibm.com>

Missed a digit in the PCA9849 compatible string.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Fixes: 65b697e5dec7 ("ARM: dts: aspeed: Add IBM Bonnell system BMC devicetree")
Link: https://lore.kernel.org/r/20220826194457.164492-1-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
---
Dear soc maintainers, please apply as a fix, thanks!

 arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
index d1971ddf06a5..7f755e5a4624 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
@@ -751,7 +751,7 @@ tmp435@4c {
 	};
 
 	pca9849@75 {
-		compatible = "nxp,pca849";
+		compatible = "nxp,pca9849";
 		reg = <0x75>;
 		#address-cells = <1>;
 		#size-cells = <0>;
-- 
2.39.0


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

* Re: [PATCH] ARM: dts: aspeed: Fix pca9849 compatible
  2023-01-18  5:17 [PATCH] ARM: dts: aspeed: Fix pca9849 compatible Joel Stanley
@ 2023-01-24 21:31 ` patchwork-bot+linux-soc
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+linux-soc @ 2023-01-24 21:31 UTC (permalink / raw)
  To: Joel Stanley; +Cc: soc

Hello:

This patch was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Wed, 18 Jan 2023 15:47:36 +1030 you wrote:
> From: Eddie James <eajames@linux.ibm.com>
> 
> Missed a digit in the PCA9849 compatible string.
> 
> Signed-off-by: Eddie James <eajames@linux.ibm.com>
> Fixes: 65b697e5dec7 ("ARM: dts: aspeed: Add IBM Bonnell system BMC devicetree")
> Link: https://lore.kernel.org/r/20220826194457.164492-1-eajames@linux.ibm.com
> Signed-off-by: Joel Stanley <joel@jms.id.au>
> 
> [...]

Here is the summary with links:
  - ARM: dts: aspeed: Fix pca9849 compatible
    https://git.kernel.org/soc/soc/c/d9b6c322fd33

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2023-01-24 21:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-18  5:17 [PATCH] ARM: dts: aspeed: Fix pca9849 compatible Joel Stanley
2023-01-24 21:31 ` patchwork-bot+linux-soc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.