ARM: dts: aspeed: Fix pca9849 compatible
authorEddie James <eajames@linux.ibm.com>
Wed, 18 Jan 2023 05:17:36 +0000 (15:47 +1030)
committerArnd Bergmann <arnd@arndb.de>
Tue, 24 Jan 2023 21:07:58 +0000 (22:07 +0100)
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>
Link: https://lore.kernel.org/r/20230118051736.246714-1-joel@jms.id.au
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts

index d1971dd..7f755e5 100644 (file)
        };
 
        pca9849@75 {
-               compatible = "nxp,pca849";
+               compatible = "nxp,pca9849";
                reg = <0x75>;
                #address-cells = <1>;
                #size-cells = <0>;