From: Lothar Waßmann Date: Fri, 21 Aug 2015 14:44:43 +0000 (+0200) Subject: imx: add missing definitions for hw_gpmi_debug[23] regs X-Git-Tag: KARO-TX6-2015-09-18~4034^2~1^2~5 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=67dd4ad365950534e14a7b522db1b23f9b0d5493 imx: add missing definitions for hw_gpmi_debug[23] 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