Browse Source

riscv: dts: change eeprom model for visionfive

change eeprom model for visionfive

Signed-off-by: Ziv Xu <ziv.xu@starfivetech.com>
Ziv Xu 2 months ago
parent
commit
e91aaecb55
1 changed files with 2 additions and 2 deletions
  1. 2 2
      arch/riscv/dts/starfive_visionfive2.dts

+ 2 - 2
arch/riscv/dts/starfive_visionfive2.dts

@@ -366,9 +366,9 @@
 	status = "okay";
 
 	eeprom@50 {
-		compatible = "atmel,24c04";
+		compatible = "atmel,24c02";
 		reg = <0x50>;
-		pagesize = <16>;
+		pagesize = <8>;
 	};
 
 	pmic: axp15060_reg@36 {