powerpc: Remove T1024QDS_DDR4_SECURE_BOOT_defconfig board
[platform/kernel/u-boot.git] / board / freescale / t1040qds / t1040qds_qixis.h
index 2ce8795..213d701 100644 (file)
@@ -1,7 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright 2013 Freescale Semiconductor, Inc.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __T1040QDS_QIXIS_H__
 #define BRDCFG4_EMISEL_MASK            0xE0
 #define BRDCFG4_EMISEL_SHIFT           5
 
+/* BRDCFG5[0:1] controls routing and use of I2C3 & I2C4 ports*/
+#define BRDCFG5_IMX_MASK               0xC0
+#define BRDCFG5_IMX_DIU                        0x80
+
+/* BRDCFG9[2] controls EPHY2 Clock */
+#define BRDCFG9_EPHY2_MASK              0x20
+#define BRDCFG9_EPHY2_VAL               0x00
+
+/* BRDCFG15[3] controls LCD Panel Powerdown*/
+#define BRDCFG15_LCDPD_MASK            0x10
+#define BRDCFG15_LCDPD_ENABLED         0x00
+
+/* BRDCFG15[6:7] controls DIU MUX selction*/
+#define BRDCFG15_DIUSEL_MASK           0x03
+#define BRDCFG15_DIUSEL_HDMI           0x00
+
 /* SYSCLK */
 #define QIXIS_SYSCLK_66                        0x0
 #define QIXIS_SYSCLK_83                        0x1