All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-5.15] ARM: dts: aspeed: Fix pca9849 compatible
@ 2022-08-26 19:44 Eddie James
  0 siblings, 0 replies; only message in thread
From: Eddie James @ 2022-08-26 19:44 UTC (permalink / raw)
  To: openbmc; +Cc: Eddie James, joel

Missed a digit in the PCA9849 compatible string.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
---
 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 c2e15e780cfa..6789c1ec286a 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
@@ -739,7 +739,7 @@ tmp435@4c {
 	};
 
 	pca9849@75 {
-		compatible = "nxp,pca849";
+		compatible = "nxp,pca9849";
 		reg = <0x75>;
 		#address-cells = <1>;
 		#size-cells = <0>;
-- 
2.31.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-26 19:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-26 19:44 [PATCH linux dev-5.15] ARM: dts: aspeed: Fix pca9849 compatible Eddie James

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.