]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: gateworks: venice: display hwmon details by default
authorTim Harvey <tharvey@gateworks.com>
Wed, 18 Aug 2021 22:24:27 +0000 (15:24 -0700)
committerStefano 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

index 7d6acd7b4ac9fa9f858a52155adff611ea642517..065d1fb8cc7a9715c4fe876981615f793370601d 100644 (file)
@@ -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;
 }