aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpio/gpio-hammer.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpio/gpio-hammer.c')
-rw-r--r--tools/gpio/gpio-hammer.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/gpio/gpio-hammer.c b/tools/gpio/gpio-hammer.c
index 4bcb234c0fca..0e0060a6eb34 100644
--- a/tools/gpio/gpio-hammer.c
+++ b/tools/gpio/gpio-hammer.c
@@ -1,12 +1,9 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * gpio-hammer - example swiss army knife to shake GPIO lines on a system 3 * gpio-hammer - example swiss army knife to shake GPIO lines on a system
3 * 4 *
4 * Copyright (C) 2016 Linus Walleij 5 * Copyright (C) 2016 Linus Walleij
5 * 6 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published by
8 * the Free Software Foundation.
9 *
10 * Usage: 7 * Usage:
11 * gpio-hammer -n <device-name> -o <offset1> -o <offset2> 8 * gpio-hammer -n <device-name> -o <offset1> -o <offset2>
12 */ 9 */