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>
This commit is contained in:
Wolfram Sang 2010-11-17 13:00:50 +01:00 committed by Grant Likely
parent 45efe84797
commit 55271024a7
2 changed files with 3 additions and 1 deletions

View file

@ -259,6 +259,7 @@ rtc@51 {
eeprom@52 {
compatible = "catalyst,24c32";
reg = <0x52>;
pagesize = <32>;
};
};

View file

@ -257,8 +257,9 @@ rtc@51 {
reg = <0x51>;
};
eeprom@52 {
compatible = "at24,24c32";
compatible = "catalyst,24c32";
reg = <0x52>;
pagesize = <32>;
};
};