set_global_assignment -name IP_TOOL_NAME "ALTPLL" set_global_assignment -name IP_TOOL_VERSION "8.0" set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) "sinet_pll.vhd"] set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "sinet_pll.cmp"] set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "sinet_pll.ppf"] href='git://git.distanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-05-03 17:26:54 +0200
committerLinus Walleij <linus.walleij@linaro.org>2016-05-09 11:42:37 +0200
commit9d814d410ddc61426a852b45ad514f3b924b9164 (patch)
tree38675398977c25e8b0bbd6cd21533e0b24b854d9
parent7d3a3fe6488a62ff9aed27fc2128d35c1ba99c30 (diff)
pinctrl: ns2: rename pinctrl_utils_dt_free_map
A conflict of two patches caused a build error when a function got renamed but a new user appeared in the other patch: drivers/pinctrl/bcm/pinctrl-ns2-mux.c:540:17: error: 'pinctrl_utils_dt_free_map' undeclared here (not in a function) .dt_free_map = pinctrl_utils_dt_free_map, ^~~~~~~~~~~~~~~~~~~~~~~~~ This renames the new user of pinctrl_utils_dt_free_map accordingly. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Fixes: d32f7fd3bbc3 ("pinctrl: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_map") Fixes: b5aa1006e4a9 ("pinctrl: ns2: add pinmux driver support for Broadcom NS2 SoC") Signed-off-by: Linus Walleij <linus.walleij@linaro.org>