summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-09-04 22:35:40 -0400
committerTom Rini <[email protected]>2022-09-04 22:35:40 -0400
commit05f135ab3e4dfec47921588886c0a95b5275fc0e (patch)
treeb5daf033af49a9298a732c28f5d1776ac4246740 /board
parent427aa3c9b72b6672f714389a6f71b6cc2841d559 (diff)
parentf103c112660217f8875398435e47d545ba934a5c (diff)
Merge tag 'u-boot-rockchip-20220905' of https://source.denx.de/u-boot/custodians/u-boot-rockchip
- migrate to use binman for U-Boot image generate on rockchip platform; - Some fixes for rk3399 and rk3308;
Diffstat (limited to 'board')
-rw-r--r--board/firefly/firefly-rk3308/roc_cc_rk3308.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/firefly/firefly-rk3308/roc_cc_rk3308.c b/board/firefly/firefly-rk3308/roc_cc_rk3308.c
index 28dcc2a6903..bdf3cc03dc5 100644
--- a/board/firefly/firefly-rk3308/roc_cc_rk3308.c
+++ b/board/firefly/firefly-rk3308/roc_cc_rk3308.c
@@ -70,7 +70,7 @@ int rockchip_dnl_key_pressed(void)
{
unsigned int val;
- if (adc_channel_single_shot("saradc", 1, &val)) {
+ if (adc_channel_single_shot("saradc@ff1e0000", 1, &val)) {
printf("%s read adc key val failed\n", __func__);
return false;
}