Skip to content
Snippets Groups Projects
Commit e6155743 authored by Bruce Ashfield's avatar Bruce Ashfield
Browse files

fsl-mpc8315e-rdb: Enable EEPROM


Update the mpc8315erdb.dts to contain the eeprom device
information. Coupled with adding "MISC_DEVICES" into the
kernel configuration, we have a working eeprom.

Signed-off-by: default avatarJingdong Lu <jingdong.lu@windriver.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@windriver.com>
parent 3eab887a
No related merge requests found
...@@ -118,6 +118,12 @@ i2c@3000 { ...@@ -118,6 +118,12 @@ i2c@3000 {
interrupts = <14 0x8>; interrupts = <14 0x8>;
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
dfsrr; dfsrr;
eeprom@50 {
compatible = "atmel,24c256";
reg = <0x50>;
};
rtc@68 { rtc@68 {
compatible = "dallas,ds1339"; compatible = "dallas,ds1339";
reg = <0x68>; reg = <0x68>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment