]> git.ipfire.org Git - people/ms/u-boot.git/commit
cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Fri, 1 Dec 2017 05:39:40 +0000 (14:39 +0900)
committerHeiko Schocher <hs@denx.de>
Thu, 7 Dec 2017 08:29:35 +0000 (09:29 +0100)
commit28df8ed07f2ae936e9af28c146d555ed4d0c122a
treeda2bb8aa37d7f024b6263f2fe0fe426c3aed0c80
parentcab8a27d80afbdcb7ba422c4c4f85130678373a9
cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C

sdram sub command of i2c command does not support Drivers Model.
This adds Drivers Model support to sdram sub command.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
cmd/i2c.c