diff mbox series

[linux,dev-5.15] ARM: dts: aspeed: Fix pca9849 compatible

Message ID 20220826194457.164492-1-eajames@linux.ibm.com
State New
Headers show
Series [linux,dev-5.15] ARM: dts: aspeed: Fix pca9849 compatible | expand

Commit Message

Eddie James Aug. 26, 2022, 7:44 p.m. UTC
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 mbox series

Patch

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>;