aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/boot/dts/pcm030.dts1
-rw-r--r--arch/powerpc/boot/dts/pcm032.dts3
2 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/pcm030.dts b/arch/powerpc/boot/dts/pcm030.dts
index 8a4ec30b21ae..e7c36bc88fa0 100644
--- a/arch/powerpc/boot/dts/pcm030.dts
+++ b/arch/powerpc/boot/dts/pcm030.dts
@@ -259,6 +259,7 @@
259 eeprom@52 { 259 eeprom@52 {
260 compatible = "catalyst,24c32"; 260 compatible = "catalyst,24c32";
261 reg = <0x52>; 261 reg = <0x52>;
262 pagesize = <32>;
262 }; 263 };
263 }; 264 };
264 265
diff --git a/arch/powerpc/boot/dts/pcm032.dts b/arch/powerpc/boot/dts/pcm032.dts
index 85d857a5d46e..e175e2c601b5 100644
--- a/arch/powerpc/boot/dts/pcm032.dts
+++ b/arch/powerpc/boot/dts/pcm032.dts
@@ -257,8 +257,9 @@
257 reg = <0x51>; 257 reg = <0x51>;
258 }; 258 };
259 eeprom@52 { 259 eeprom@52 {
260 compatible = "at24,24c32"; 260 compatible = "catalyst,24c32";
261 reg = <0x52>; 261 reg = <0x52>;
262 pagesize = <32>;
262 }; 263 };
263 }; 264 };
264 265