]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: avoid dropping pin control DT properties in case of SPL_PINCTRL
authorVikas Manocha <vikas.manocha@st.com>
Fri, 24 Mar 2017 21:47:44 +0000 (14:47 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 5 Apr 2017 02:15:10 +0000 (20:15 -0600)
commit239ae4a9129b8b9f24a216e127042b255b07ae59
tree69fed8b954b9ed670e7123e576d32fa5b8780987
parent24f927c527b01a5bce4c23428a008adf6ec052b4
dm: avoid dropping pin control DT properties in case of SPL_PINCTRL

This patch replaces SPL_PINCTRL_FULL with SPL_PINCNTRL. It is to avoid removal
of pin control properties in case of SPL_PINCTRL. No impact in case of
SPL_PINCTRL_FULL as it depends on SPL_PINCTRL.

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
dts/Kconfig