]> git.baikalelectronics.ru Git - uboot.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)
commitbbb3cbaf57fa0010214a186c22a0998fc6ac899f
treeda2bb8aa37d7f024b6263f2fe0fe426c3aed0c80
parent214eac2dfd50c861e511cfb75793b36a7056f745
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