ts4800.h 217 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * (C) Copyright 2015 Savoir-faire Linux Inc.
  4. */
  5. #ifndef _TS4800_H
  6. #define _TS4800_H
  7. #define TS4800_SYSCON_BASE 0xb0010000
  8. struct ts4800_wtd_regs {
  9. u16 feed;
  10. };
  11. #endif