projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaac392
)
board: gateworks: venice: display hwmon details by default
author
Tim Harvey
<tharvey@gateworks.com>
Wed, 18 Aug 2021 22:24:27 +0000
(15:24 -0700)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 7 Oct 2021 14:53:50 +0000
(16:53 +0200)
Display hwmon values by default when using the 'gsc' command.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
board/gateworks/venice/gsc.c
patch
|
blob
|
history
diff --git
a/board/gateworks/venice/gsc.c
b/board/gateworks/venice/gsc.c
index 7d6acd7b4ac9fa9f858a52155adff611ea642517..065d1fb8cc7a9715c4fe876981615f793370601d 100644
(file)
--- a/
board/gateworks/venice/gsc.c
+++ b/
board/gateworks/venice/gsc.c
@@
-527,6
+527,9
@@
static int gsc_info(int verbose)
printf("%d\n", buf[0] | buf[1] << 8 | buf[2] << 16 | buf[3] << 24);
}
+ /* Display hwmon */
+ gsc_hwmon();
+
return 0;
}