mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-28 17:42:07 +00:00
riscv: dts: change eeprom model for visionfive
change eeprom model for visionfive Signed-off-by: Ziv Xu <ziv.xu@starfivetech.com>
This commit is contained in:
parent
c402e73ac4
commit
e91aaecb55
1 changed files with 2 additions and 2 deletions
|
@ -366,9 +366,9 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
eeprom@50 {
|
eeprom@50 {
|
||||||
compatible = "atmel,24c04";
|
compatible = "atmel,24c02";
|
||||||
reg = <0x50>;
|
reg = <0x50>;
|
||||||
pagesize = <16>;
|
pagesize = <8>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pmic: axp15060_reg@36 {
|
pmic: axp15060_reg@36 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue