[PATCH dev-5.10 v1 3/3] ARM: dts: nuvoton: gbs: add page size to all eeprom configs

George Hung ghung.quanta at gmail.com
Wed May 26 21:31:01 AEST 2021


Add page size 32 bytes for atmel 24c64 device

Signed-off-by: George Hung <george.hung at quantatw.com>
---
 arch/arm/boot/dts/nuvoton-npcm730-gbs.dts | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/boot/dts/nuvoton-npcm730-gbs.dts b/arch/arm/boot/dts/nuvoton-npcm730-gbs.dts
index 3d53fbe54055..2102761e8890 100644
--- a/arch/arm/boot/dts/nuvoton-npcm730-gbs.dts
+++ b/arch/arm/boot/dts/nuvoton-npcm730-gbs.dts
@@ -728,6 +728,7 @@
 	mb_fru at 50 {
 		compatible = "atmel,24c64";
 		reg = <0x50>;
+		pagesize = <32>;
 	};
 
 	i2c-switch at 71 {
@@ -771,6 +772,7 @@
 			fan_fru at 51 {
 				compatible = "atmel,24c64";
 				reg = <0x51>;
+				pagesize = <32>;
 			};
 		};
 
@@ -781,6 +783,7 @@
 			hsbp_fru at 52 {
 				compatible = "atmel,24c64";
 				reg = <0x52>;
+				pagesize = <32>;
 				status = "okay";
 			};
 		};
-- 
2.21.0



More information about the openbmc mailing list