commit | 2d728a8b9886587972b4f20f911fc4d938e78d97 | [log] [tgz] |
---|---|---|
author | Ian Ray <ian.ray@ge.com> | Thu Jan 31 16:21:14 2019 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Sat Apr 13 20:30:08 2019 +0200 |
tree | dcb3004cce1940e64d46852bd77afa569bc0a95a | |
parent | 5f1e344037409b3c4feac1012d2db5bf54f9c520 [diff] [blame] |
board: ge: bx50v3: Enable CONFIG_DM_SPI, CONFIG_DM_SPI_FLASH Use SPI flash device model, and remove SPI pin configuration code since the pinctrl driver is used. Signed-off-by: Ian Ray <ian.ray@ge.com>
diff --git a/configs/ge_bx50v3_defconfig b/configs/ge_bx50v3_defconfig index 1acda9e..14114ac 100644 --- a/configs/ge_bx50v3_defconfig +++ b/configs/ge_bx50v3_defconfig
@@ -59,3 +59,5 @@ CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX6=y CONFIG_DM_GPIO=y +CONFIG_DM_SPI=y +CONFIG_DM_SPI_FLASH=y