From e6155743849b276ac51a4d0bed5fa4665b5c9e51 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 19 Nov 2015 00:48:31 -0500 Subject: [PATCH] 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: Jingdong Lu Signed-off-by: Bruce Ashfield --- arch/powerpc/boot/dts/mpc8315erdb.dts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/powerpc/boot/dts/mpc8315erdb.dts b/arch/powerpc/boot/dts/mpc8315erdb.dts index ca5139ee50743..a4bef5c2c66e3 100644 --- a/arch/powerpc/boot/dts/mpc8315erdb.dts +++ b/arch/powerpc/boot/dts/mpc8315erdb.dts @@ -118,6 +118,12 @@ i2c@3000 { interrupts = <14 0x8>; interrupt-parent = <&ipic>; dfsrr; + + eeprom@50 { + compatible = "atmel,24c256"; + reg = <0x50>; + }; + rtc@68 { compatible = "dallas,ds1339"; reg = <0x68>; -- GitLab