summaryrefslogtreecommitdiff
path: root/include/linux/fsl/qixis_ctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fsl/qixis_ctrl.h')
-rw-r--r--include/linux/fsl/qixis_ctrl.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/include/linux/fsl/qixis_ctrl.h b/include/linux/fsl/qixis_ctrl.h
new file mode 100644
index 0000000..1907bf9
--- /dev/null
+++ b/include/linux/fsl/qixis_ctrl.h
@@ -0,0 +1,24 @@
+/*
+ * include/linux/fsl/qixis_ctrl.h
+ *
+ * Definitions for Freescale QIXIS system controller.
+ *
+ * Copyright 2015 Freescale Semiconductor, Inc.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ */
+
+#ifndef _FSL_QIXIS_CTRL_H_
+#define _FSL_QIXIS_CTRL_H_
+
+/* QIXIS MAP */
+struct fsl_qixis_regs {
+ u8 version; /* Identification Registers */
+ u8 reserved1[0x20];
+ u8 pwr_ctrl2; /* Power Control 2 Register */
+};
+
+#endif