summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/include/mach/imx6-regs.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: imx6qp: set NoC regulator to bypassLucas Stach2016-09-221-0/+3
| | | | | | | | | | The NoC regulator only passes the QoS signals through if it is in bypass mode. This is a safe setting to give the IPU priority over other requests. The kernel may change it to some other setting once it knows the bandwidth requirements of the use-case. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* imx6: read back memory sizeChristian Hemp2014-04-281-0/+2
| | | | | | | | To reduce the devicetree files for one board with different memory sizes the memory size can be read back from i.MX6. Signed-off-by: Christian Hemp <c.hemp@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX6: Add video clocksSascha Hauer2014-03-281-0/+3
| | | | | | | This adds the IPU, LVDS and HDMI clocks. As these are many, depend on the IPU driver being compiled in. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mtd: nand: mxs-nand: Add i.MX6 supportSascha Hauer2013-07-231-0/+2
| | | | | | | The i.MX6 uses the same GPMI NAND controller as i.MX23/28 do. This adds i.MX6 support to the driver. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX6: Fix usb phy base addressesSascha Hauer2013-01-201-1/+2
| | | | | | | What we had as usb phy1 base address is really usb phy2. Fix the names and add the missing base address definition for usb phy1. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX6: Add sata deviceSascha Hauer2012-12-061-0/+2
| | | | | | This also adds and enables the clocks needed for SATA. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX: remove unused improperly prefixed register definesSascha Hauer2012-10-171-6/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX: implement clocksource as driverSascha Hauer2012-09-171-19/+0
| | | | | | | To get rid of the register definitions in the SoC header files. platform_device_id is used to distinguish between gpt types. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX6: add the usbphy1 base addrSteffen Trumtrar2012-08-311-0/+1
| | | | | Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: add initial i.MX6 supportSascha Hauer2012-04-241-0/+132
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>