Skip to content

Commit

Permalink
powerpc/pcm{030,032}: add pagesize to dts
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Wolfram Sang authored and Grant Likely committed Dec 24, 2010
1 parent 45efe84 commit 5527102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions arch/powerpc/boot/dts/pcm030.dts
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@
eeprom@52 {
compatible = "catalyst,24c32";
reg = <0x52>;
pagesize = <32>;
};
};

Expand Down
3 changes: 2 additions & 1 deletion arch/powerpc/boot/dts/pcm032.dts
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,9 @@
reg = <0x51>;
};
eeprom@52 {
compatible = "at24,24c32";
compatible = "catalyst,24c32";
reg = <0x52>;
pagesize = <32>;
};
};

Expand Down

0 comments on commit 5527102

Please sign in to comment.