1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

linux-yocto/4.1: fsl-mpc8315e-rdb: Enable EEPROM

Updating the 4.1 SRCREVs for:

  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 <jingdong.lu@windriver.com>
  Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>

(From OE-Core rev: 47a222ad6f3ee8b14b9eea28b63397077978f42f)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2015-11-19 17:17:48 -05:00
committed by Richard Purdie
parent bd29006d23
commit 6aa464cb1f
3 changed files with 13 additions and 13 deletions
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.1.13"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "49e2f2d48ac2bb3f0fc379ee87651a2eaeab2cc7"
SRCREV_meta ?= "1fb60461e4522bba62b4b34e9520128c959d2437"
SRCREV_machine ?= "ec44c165aa1d30bde477196ee428d82530e55485"
SRCREV_meta ?= "6c775bde6b542a42ec8a84be61ecf34f42865a30"
PV = "${LINUX_VERSION}+git${SRCPV}"