]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
imx: gpmi: add debug[23] regs to struct gpmi_regs
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 21 Aug 2015 13:59:10 +0000 (15:59 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 21 Aug 2015 13:59:10 +0000 (15:59 +0200)
arch/arm/include/asm/imx-common/regs-gpmi.h

index 642864f3cfdcdc14b16a9cd323a502033dcab974..29b20fb8729d486b80afe5be6d81355bfba2bbcd 100644 (file)
@@ -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