hi
Can I Control GPIO Input on U-boot?
I use LCD_VDD_EN(B26, GPIO3_PP.03) pin
Tested below
Tegra186 (P2771-0000-500) # gpio input 123
gpio: pin 123 (gpio 123) value is 0
Tegra186 (P2771-0000-500) # gpio input 123
gpio: pin 123 (gpio 123) value is 0
This pin is controlled on Linux. But can not control on U-Boot.
I think this pin(LCD_VDD_EN) can not assign gpio on U-Boot.
I would like to change pinmux on U-boot.
is it ok?