From 67dd4ad365950534e14a7b522db1b23f9b0d5493 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Fri, 21 Aug 2015 16:44:43 +0200 Subject: [PATCH] imx: add missing definitions for hw_gpmi_debug[23] regs --- arch/arm/include/asm/imx-common/regs-gpmi.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/include/asm/imx-common/regs-gpmi.h b/arch/arm/include/asm/imx-common/regs-gpmi.h index 642864f3cf..29b20fb872 100644 --- a/arch/arm/include/asm/imx-common/regs-gpmi.h +++ b/arch/arm/include/asm/imx-common/regs-gpmi.h @@ -33,6 +33,8 @@ struct gpmi_regs { mxs_reg_32(hw_gpmi_stat); mxs_reg_32(hw_gpmi_debug); mxs_reg_32(hw_gpmi_version); + mxs_reg_32(hw_gpmi_debug2); + mxs_reg_32(hw_gpmi_debug3); }; #endif -- 2.39.2