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

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.comSigned-off-by: default avatarJoel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20230118051736.246714-1-joel@jms.id.auSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 2241ab53
......@@ -751,7 +751,7 @@ tmp435@4c {
};
pca9849@75 {
compatible = "nxp,pca849";
compatible = "nxp,pca9849";
reg = <0x75>;
#address-cells = <1>;
#size-cells = <0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment