commit | b6cca7d68c87bffdccea0d7bdaa7d513b470281d | [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 | eaffda78517f403f7816c6b8a344707a5e58910e [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>