aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEddie James <[email protected]>2023-01-18 15:47:36 +1030
committerArnd Bergmann <[email protected]>2023-01-24 22:07:58 +0100
commitd9b6c322fd33d55a254756b0269d644851899e5f (patch)
tree2d4e10badb9cc1753e4b1c665da77150222d12e8
parent2241ab53cbb5cdb08a6b2d4688feb13971058f65 (diff)
ARM: dts: aspeed: Fix pca9849 compatible
Missed a digit in the PCA9849 compatible string. Signed-off-by: Eddie James <[email protected]> Fixes: 65b697e5dec7 ("ARM: dts: aspeed: Add IBM Bonnell system BMC devicetree") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joel Stanley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r--arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
index d1971ddf06a5..7f755e5a4624 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
@@ -751,7 +751,7 @@
};
pca9849@75 {
- compatible = "nxp,pca849";
+ compatible = "nxp,pca9849";
reg = <0x75>;
#address-cells = <1>;
#size-cells = <0>;