commit | 239ae4a9129b8b9f24a216e127042b255b07ae59 | [log] [tgz] |
---|---|---|
author | Vikas Manocha <vikas.manocha@st.com> | Fri Mar 24 14:47:44 2017 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Apr 04 20:15:10 2017 -0600 |
tree | 69fed8b954b9ed670e7123e576d32fa5b8780987 | |
parent | 24f927c527b01a5bce4c23428a008adf6ec052b4 [diff] |
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>