From: Lothar Waßmann Date: Fri, 21 Aug 2015 13:59:10 +0000 (+0200) Subject: imx: gpmi: add debug[23] regs to struct gpmi_regs X-Git-Tag: KARO-TX6-2015-09-18~4034^2^2~14 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=22265847ebc1cba2371c0a6f614a9d20f38238b6 imx: gpmi: add debug[23] regs to struct gpmi_regs --- 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