Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156867199
D8022.id20668.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D8022.id20668.diff
View Options
Index: sys/conf/files.powerpc
===================================================================
--- sys/conf/files.powerpc
+++ sys/conf/files.powerpc
@@ -135,6 +135,7 @@
powerpc/mpc85xx/atpic.c optional mpc85xx isa
powerpc/mpc85xx/ds1553_bus_fdt.c optional ds1553 fdt
powerpc/mpc85xx/ds1553_core.c optional ds1553
+powerpc/mpc85xx/fsl_diu.c optional mpc85xx diu
powerpc/mpc85xx/fsl_sdhc.c optional mpc85xx sdhc
powerpc/mpc85xx/i2c.c optional iicbus fdt
powerpc/mpc85xx/isa.c optional mpc85xx isa
Index: sys/powerpc/conf/MPC85XX
===================================================================
--- sys/powerpc/conf/MPC85XX
+++ sys/powerpc/conf/MPC85XX
@@ -93,3 +93,7 @@
device umass
device usb
device vlan
+
+# P1022 DIU
+device diu
+device videomode
Index: sys/powerpc/mpc85xx/mpc85xx.h
===================================================================
--- sys/powerpc/mpc85xx/mpc85xx.h
+++ sys/powerpc/mpc85xx/mpc85xx.h
@@ -139,6 +139,13 @@
*/
#define OCP85XX_RSTCR (CCSRBAR_VA + 0xe00b0)
+#define OCP85XX_CLKDVDR (CCSRBAR_VA + 0xe0800)
+#define OCP85XX_CLKDVDR_PXCKEN 0x80000000
+#define OCP85XX_CLKDVDR_SSICKEN 0x20000000
+#define OCP85XX_CLKDVDR_PXCKINV 0x10000000
+#define OCP85XX_CLKDVDR_PXCLK_MASK 0x00FF0000
+#define OCP85XX_CLKDVDR_SSICLK_MASK 0x000000FF
+
/*
* Run Control/Power Management Registers.
*/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 17, 11:55 PM (5 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33220304
Default Alt Text
D8022.id20668.diff (1 KB)
Attached To
Mode
D8022: Add NXP/Freescale DIU driver for PowerPC SoCs
Attached
Detach File
Event Timeline
Log In to Comment