
19 Jan
2017
19 Jan
'17
6:35 p.m.
On 12/06/2016 08:08 PM, Yangbo Lu wrote:
There would be compiling error as below when enable driver model for esdhc. undefined reference to `dm_gpio_get_value' undefined reference to `gpio_request_by_name_nodev' This patch is to make GPIO support optional with CONFIG_DM_GPIO. Because all boards of QorIQ platform don't need it and they just check register for CD/WP status, only some boards of i.MX platform require this.
Signed-off-by: Yangbo Lu yangbo.lu@nxp.com
This set is applied to fsl-qoriq master, awaiting upstream. Thanks.
York