
21 Jan
2016
21 Jan
'16
9:03 a.m.
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass sjg@chromium.org wrote:
Each system controller can have a number to identify it. It can then be accessed using syscon_get_by_driver_data(). Put this in a shared header file and update the only current user.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Bin Meng bmeng.cn@gmail.com
Changes in v2:
- Enable SYSCON and REGMAP for panther to avoid a build error
arch/x86/cpu/ivybridge/early_me.c | 3 ++- arch/x86/cpu/ivybridge/sdram.c | 6 +++--- arch/x86/include/asm/cpu.h | 9 +++++++++ configs/chromebox_panther_defconfig | 2 ++ 4 files changed, 16 insertions(+), 4 deletions(-)
applied to u-boot-x86/master, thanks!