Re: [PATCH] drm: tegra: add CONFIG_OF dependency

2017-08-17 Thread Thierry Reding
On Fri, Jul 21, 2017 at 06:13:23PM +0200, Arnd Bergmann wrote: > Without CONFIG_OF, we can run into a build error: > > drivers/gpu/drm/tegra/dpaux.c:378:20: error: > 'pinconf_generic_dt_node_to_map_group' undeclared here (not in a function); > did you mean 'pinconf_generic_params'? >

Re: [PATCH] drm: tegra: add CONFIG_OF dependency

2017-07-25 Thread Arnd Bergmann
On Tue, Jul 25, 2017 at 10:25 AM, Jon Hunter wrote: > > On 21/07/17 17:13, Arnd Bergmann wrote: >> Without CONFIG_OF, we can run into a build error: >> >> drivers/gpu/drm/tegra/dpaux.c:378:20: error: >> 'pinconf_generic_dt_node_to_map_group' undeclared here (not in a

Re: [PATCH] drm: tegra: add CONFIG_OF dependency

2017-07-25 Thread Jon Hunter
On 21/07/17 17:13, Arnd Bergmann wrote: > Without CONFIG_OF, we can run into a build error: > > drivers/gpu/drm/tegra/dpaux.c:378:20: error: > 'pinconf_generic_dt_node_to_map_group' undeclared here (not in a function); > did you mean 'pinconf_generic_params'? > .dt_node_to_map =

[PATCH] drm: tegra: add CONFIG_OF dependency

2017-07-21 Thread Arnd Bergmann
Without CONFIG_OF, we can run into a build error: drivers/gpu/drm/tegra/dpaux.c:378:20: error: 'pinconf_generic_dt_node_to_map_group' undeclared here (not in a function); did you mean 'pinconf_generic_params'? .dt_node_to_map = pinconf_generic_dt_node_to_map_group,