Unverified Commit d9b6c322 authored by Eddie James's avatar Eddie James Committed by Arnd Bergmann
Browse files

ARM: dts: aspeed: Fix pca9849 compatible



Missed a digit in the PCA9849 compatible string.

Signed-off-by: default avatarEddie James <eajames@linux.ibm.com>
Fixes: 65b697e5 ("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: default avatarJoel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20230118051736.246714-1-joel@jms.id.au


Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 2241ab53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -751,7 +751,7 @@
	};

	pca9849@75 {
		compatible = "nxp,pca849";
		compatible = "nxp,pca9849";
		reg = <0x75>;
		#address-cells = <1>;
		#size-cells = <0>;