aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-07-15 22:29:54 +0200
committerLinus Walleij <linus.walleij@linaro.org>2016-07-22 16:43:32 +0200
commit53056f59398b6ff84d82be148d862fb2039befa7 (patch)
treea640734e67fd62487ab63c253f88074f6fa93e8c /Documentation/devicetree
parentpinctrl: ns2: remove redundant dev_err call in ns2_pinmux_probe() (diff)
downloadlinux-dev-53056f59398b6ff84d82be148d862fb2039befa7.tar.xz
linux-dev-53056f59398b6ff84d82be148d862fb2039befa7.zip
pinctrl: bcm: add OF dependencies
Building without CONFIG_OF gives us these warnings for the broadcom pinctrl drivers: drivers/pinctrl/bcm/pinctrl-nsp-mux.c:356:20: error: 'pinconf_generic_dt_node_to_map_group' undeclared here (not in a function) drivers/pinctrl/bcm/pinctrl-cygnus-mux.c:739:20: error: 'pinconf_generic_dt_node_to_map_group' undeclared here (not in a function) The function is only available when CONFIG_OF is set, so we should add a Kconfig dependency for both drivers. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Fixes: cc4fa83f66e9 ("pinctrl: nsp: add pinmux driver support for Broadcom NSP SoC") Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/devicetree')
0 files changed, 0 insertions, 0 deletions