From: Ville Syrj?l? <ville.syrjala at linux.intel.com> Add a small comment about what the elements in the register tuple mean. Signed-off-by: Ville Syrj?l? <ville.syrjala at linux.intel.com> --- tools/quick_dump/quick_dump.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/quick_dump/quick_dump.py b/tools/quick_dump/quick_dump.py index 390cafa..8fdd169 100755 --- a/tools/quick_dump/quick_dump.py +++ b/tools/quick_dump/quick_dump.py @@ -1,5 +1,12 @@ #!/usr/bin/env python3 +# register definition format: +# ('register name', 'register offset', 'register type') +# +# register types: +# '' - normal register +# 'DPIO' - DPIO register + import argparse import os import sys -- 1.8.1.5