From d0864f8352325baf631896ff3a08fae72e2bfe38 Mon Sep 17 00:00:00 2001 From: Nitin Garg Date: Tue, 6 Jun 2017 15:44:46 -0500 Subject: Fix the pinmux to use correct resource ID for iMX8QM/QX Signed-off-by: Nitin Garg --- plat/freescale/common/include/imx8-pins.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plat/freescale/common/include/imx8-pins.h (limited to 'plat/freescale/common/include/imx8-pins.h') diff --git a/plat/freescale/common/include/imx8-pins.h b/plat/freescale/common/include/imx8-pins.h new file mode 100644 index 00000000..9a3d100a --- /dev/null +++ b/plat/freescale/common/include/imx8-pins.h @@ -0,0 +1,17 @@ +/* + * Copyright 2017 NXP + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef __IMX8_PINS_H__ +#define __IMX8_PINS_H__ + +#if PLAT_IMX8QM +#include "imx8qm_pads.h" +#elif PLAT_IMX8QXP +#include "imx8qxp_pads.h" +#else +#error "No pin header" +#endif +#endif /* __IMX8_PINS_H__ */ -- cgit v1.2.3