Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Lucile Quirion | 9ee1689 | 2015-06-30 17:17:47 -0400 | [diff] [blame] | 2 | /* |
3 | * (C) Copyright 2015 Savoir-faire Linux Inc. | ||||
Lucile Quirion | 9ee1689 | 2015-06-30 17:17:47 -0400 | [diff] [blame] | 4 | */ |
5 | |||||
6 | #ifndef _TS4800_H | ||||
7 | #define _TS4800_H | ||||
8 | |||||
9 | #define TS4800_SYSCON_BASE 0xb0010000 | ||||
10 | |||||
11 | struct ts4800_wtd_regs { | ||||
12 | u16 feed; | ||||
13 | }; | ||||
14 | |||||
15 | #endif |