mbox series

[U-Boot,0/3] Support driving rv1108 evb board to bootrom download mode by adc key

Message ID 1511850761-32567-1-git-send-email-andy.yan@rock-chips.com
Headers show
Series Support driving rv1108 evb board to bootrom download mode by adc key | expand

Message

Andy Yan Nov. 28, 2017, 6:32 a.m. UTC
RV1108 evb also has a adc based recovery key, but connect to adc
channel 0, this is differnt from most other rockchip based boards.
To cover adc based key from differnt adc channel, this patch will
parse the adc channel from dts.


Andy Yan (3):
  rockchip: boot mode: parse adc channel from dts
  rockchip: rv1108: add adc key dt node for evb_rv1108
  rockchip: rv1108: call setup_boot_mode

 arch/arm/dts/rv1108-evb.dts            | 21 +++++++++++++++++++++
 arch/arm/mach-rockchip/Kconfig         |  1 +
 arch/arm/mach-rockchip/boot_mode.c     | 15 ++++++++++++++-
 arch/arm/mach-rockchip/rv1108/rv1108.c |  6 ++++++
 4 files changed, 42 insertions(+), 1 deletion(-)