Commits
Haibo Chen committed b0425ac0519
MLK-13707 ARM: dts: move cd/vsel/rst/wp pin out of pinctrl_hog_1 For 7ULP, when system suspend, it will in VLLS mode, all pad config will lost when system resume. For vsel pin, if lost, I/O voltage can't change from 3.3v to 1.8v, for cd/wp pin, card detect and write protect function will also not work. So for usdhc cd/wp/rst/vsel pad, need to set again after system resume, so move this pin out of pinctrl_hog_1. Besides, cd/wp pin need to be config as GPIO input mode, and rst pin need to be config to GPIO output mode. This patch also clear the OBE for cd/wp pin, and clear the IBE for rst pin, otherwise system can't detect SD3.0 card due to the wrong pad setting. Signed-off-by: Haibo Chen <haibo.chen@nxp.com> (cherry picked from commit 314597864b1d8cad54bae7d4c6289830156eb088)