aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2010-11-17 07:00:50 -0500
committerGrant Likely <grant.likely@secretlab.ca>2010-12-24 04:15:01 -0500
commit55271024a735d0c3234e6ca7e0914b05aab7fbac (patch)
tree03d4a235bb5826bb740b1228eca1504d2f7bd3fa
parent45efe847971e6274a04eea75a0745d8015b54d37 (diff)
powerpc/pcm{030,032}: add pagesize to dts
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
-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