With gpio button, odroid-c4 can support gpio power. Set gpio power
key with PIN_11 from kernel boot_args.
GPIO pins are connected for ELB060675 button as like below:
- out : PIN_11
- vcc : PIN_9 (ground)
- gnd : Not used.
Change-Id: I3aac017fe4a699b8576100cf3ee025a82054ee2d
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
if test "${cec}" = "true"; then setenv cec_enable "hdmitx=cec3f"; fi
# Odroid-C4 Specific
- setenv boot_args \"voutmode=${voutmode} disablehpd=${disablehpd} overscan=${overscan} monitor_onoff=${monitor_onoff} \"
+ setenv boot_args \"voutmode=${voutmode} disablehpd=${disablehpd} overscan=${overscan} monitor_onoff=${monitor_onoff} gpiopower=479 \"
elif test $board_name = "odroid-n2"; then
# (Hardkernel / Odroid-n2)