projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2241ab5
)
ARM: dts: aspeed: Fix pca9849 compatible
author
Eddie James
<eajames@linux.ibm.com>
Wed, 18 Jan 2023 05:17:36 +0000
(15:47 +1030)
committer
Arnd 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
b/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
index d1971ddf06a5d4e18b2e80dffe2b8fb4c7bce8b1..7f755e5a4624df2b3a85966b3a0bd269478b6c9a 100644
(file)
--- 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,pca
9
849";
reg = <0x75>;
#address-cells = <1>;
#size-cells = <0>;