| #
eee26513 |
| 30-Nov-2018 |
Joseph Chen <chenjh@rock-chips.com> |
rockchip: rk3308: detect adc key by uboot fdt info
fixes: bcf84996f0eb29eedad33b308776f7c95380e9b0 (rockchip: rk3308: fix adc key read failed when kernel dtb is enabled)
Change-Id: I46071bf516cc9ee
rockchip: rk3308: detect adc key by uboot fdt info
fixes: bcf84996f0eb29eedad33b308776f7c95380e9b0 (rockchip: rk3308: fix adc key read failed when kernel dtb is enabled)
Change-Id: I46071bf516cc9ee81f4e33cf884ba7baaa5f2d89 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| #
bcf84996 |
| 22-Oct-2018 |
Joseph Chen <chenjh@rock-chips.com> |
rockchip: rk3308: fix adc key read failed when kernel dtb is enabled
return negative erro num makes board_r.c bootflow abort, so that the adc key driver can not be probe.
Change-Id: I815b16427dc4bf
rockchip: rk3308: fix adc key read failed when kernel dtb is enabled
return negative erro num makes board_r.c bootflow abort, so that the adc key driver can not be probe.
Change-Id: I815b16427dc4bf1fdeaab3b75077ed40f5a2beab Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| #
7a5fbf5e |
| 18-May-2018 |
Andy Yan <andy.yan@rock-chips.com> |
board: evb-rk3308: compatible different adc key channle on board
The RK3308 EVB has two variants: V10 & V11, and V10 bind the Recovery key on adc channel 0, but V11 bind to channel 1. Fortunately, t
board: evb-rk3308: compatible different adc key channle on board
The RK3308 EVB has two variants: V10 & V11, and V10 bind the Recovery key on adc channel 0, but V11 bind to channel 1. Fortunately, the two variants use adc channel 3 to identify one from another as board id information. So we identify the board id by adc channel 3, then get the Recovery key status according to it's corresponding adc channel.
Change-Id: Ib04fb1aad08f69fcdb493258e25c748fb45468d4 Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
show more ...
|