Commit 55271024 authored by Wolfram Sang's avatar Wolfram Sang Committed by Grant Likely

powerpc/pcm{030,032}: add pagesize to dts

Signed-off-by: default avatarWolfram Sang <w.sang@pengutronix.de>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 45efe847
......@@ -259,6 +259,7 @@ rtc@51 {
eeprom@52 {
compatible = "catalyst,24c32";
reg = <0x52>;
pagesize = <32>;
};
};
......
......@@ -257,8 +257,9 @@ rtc@51 {
reg = <0x51>;
};
eeprom@52 {
compatible = "at24,24c32";
compatible = "catalyst,24c32";
reg = <0x52>;
pagesize = <32>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment