
20 Jan
2019
20 Jan
'19
10:18 p.m.
This patch is necessary for convert pico-pi-imx7 to dm driver model
Signed-off-by: Joris Offouga offougajoris@gmail.com --- configs/pico-pi-imx7d_defconfig | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/configs/pico-pi-imx7d_defconfig b/configs/pico-pi-imx7d_defconfig index ce43393..80f5739 100644 --- a/configs/pico-pi-imx7d_defconfig +++ b/configs/pico-pi-imx7d_defconfig @@ -23,6 +23,9 @@ CONFIG_SPL_USB_HOST_SUPPORT=y CONFIG_SPL_USB_GADGET=y CONFIG_SPL_USB_SDP_SUPPORT=y CONFIG_OF_CONTROL=y +CONFIG_PINCTRL=y +CONFIG_PINCTRL_IMX7=y +CONFIG_DM_GPIO=y # CONFIG_CMD_BOOTD is not set CONFIG_CMD_BOOTMENU=y # CONFIG_CMD_IMI is not set
--
2.7.4