Thomas Gleixner | c942fdd | 2019-05-27 08:55:06 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Chen-Yu Tsai | 439b65c | 2017-01-28 20:22:35 +0800 | [diff] [blame] | 2 | /* |
| 3 | * Copyright 2016 Chen-Yu Tsai |
| 4 | * |
| 5 | * Chen-Yu Tsai <wens@csie.org> |
Chen-Yu Tsai | 439b65c | 2017-01-28 20:22:35 +0800 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef _CCU_SUN9I_A80_USB_H_ |
| 9 | #define _CCU_SUN9I_A80_USB_H_ |
| 10 | |
| 11 | #include <dt-bindings/clock/sun9i-a80-usb.h> |
| 12 | #include <dt-bindings/reset/sun9i-a80-usb.h> |
| 13 | |
| 14 | #define CLK_NUMBER (CLK_USB_HSIC + 1) |
| 15 | |
| 16 | #endif /* _CCU_SUN9I_A80_USB_H_ */ |