Peng Fan | a521b17 | 2018-10-18 14:28:15 +0200 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | /* | ||||
3 | * Copyright 2018 NXP | ||||
4 | */ | ||||
5 | |||||
6 | #ifndef __ASM_ARCH_IMX8_PINS_H__ | ||||
7 | #define __ASM_ARCH_IMX8_PINS_H__ | ||||
8 | |||||
9 | #if defined(CONFIG_IMX8QXP) | ||||
10 | #include <dt-bindings/pinctrl/pads-imx8qxp.h> | ||||
11 | #else | ||||
12 | #error "No pin header" | ||||
13 | #endif | ||||
14 | |||||
15 | #endif /* __ASM_ARCH_IMX8_PINS_H__ */ |