projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f90f462
)
ARM: dts: aspeed: bonnell: Update eeprom size
author
Eddie James
<eajames@linux.ibm.com>
Thu, 23 Feb 2023 15:48:26 +0000
(09:48 -0600)
committer
Joel Stanley
<joel@jms.id.au>
Fri, 10 Mar 2023 02:11:10 +0000
(12:41 +1030)
An eeprom had an incorrect size.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
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
97dacbe
..
79516dc
100644
(file)
--- a/
arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
+++ b/
arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
@@
-686,7
+686,7
@@
};
eeprom@50 {
- compatible = "atmel,24c
64
";
+ compatible = "atmel,24c
128
";
reg = <0x50>;
};