summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap3-gta04.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: omap3-gta04: Disable keypadNeilBrown2015-01-261-0/+4
| | | | | | | | The twl4030 keypad is not wired up in the gta04, so mark it disabled to avoid pointless initialization. Signed-off-by: NeilBrown <neil@brown.name> Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: dts: omap3-gta04: only power DSS when necessary.NeilBrown2015-01-261-5/+1
| | | | | | | | i.e. configure vpll2 as a supply for the dss rather than being always-on. Signed-off-by: NeilBrown <neil@brown.name> Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: dts: omap3-gta04: add gyroscopeNeilBrown2015-01-261-0/+8
| | | | | Signed-off-by: NeilBrown <neil@brown.name> Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: dts: omap3-gta04: enable power-off for wifi card.NeilBrown2015-01-261-0/+1
| | | | | Signed-off-by: NeilBrown <neil@brown.name> Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: dts: omap3-gta04: add comments about gpiosNeilBrown2015-01-261-3/+3
| | | | | | | Add comments to state which GPIO is used for some interrupts. Signed-off-by: NeilBrown <neil@brown.name> Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: dts: omap3-gta04: Add ramp value for twl4030 audioMarek Belisko2015-01-261-0/+1
| | | | | Signed-off-by: Marek Belisko <marek@goldelico.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: dts: omap3-gta04: Enable power-off using twl4030H. Nikolaus Schaller2015-01-261-0/+5
| | | | | | | Enabled poweroff through PMIC on GTA04. Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: dts: omap3-gta04: Fix a GPIO line for bma180 nodeMarek Belisko2015-01-261-1/+1
| | | | | | | GPIO_115 used as irq is in &gpio4, not &gpio3. Signed-off-by: Marek Belisko <marek@goldelico.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: dts: omap3-gta04: Enable twl audio vibra supportH. Nikolaus Schaller2015-01-261-0/+1
| | | | | Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: dts: omap3-gta04: Enable mcbps2 necessary for audioH. Nikolaus Schaller2015-01-261-0/+4
| | | | | | | | mcbsp2 is used in gta04 soundcard config and by default is disabled so enable it for gta04. Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: dts: omap3-gta04: Fix audio node malformattingH. Nikolaus Schaller2015-01-261-4/+4
| | | | | | | Audio should be child of twl node. Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: dts: omap3-gta04: Fix backup-battery charging in devicetree file.H. Nikolaus Schaller2015-01-261-2/+2
| | | | | | | Fix attribute names. Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: dts: omap3-gta04: Add handling for tv outputMarek Belisko2015-01-131-0/+49
| | | | | | | | | | | Add handling for gta04 tv out chain: venc -> opa362 -> svideo Use invert-polarity in venc node because opa362 is doing polarity inversion also. Signed-off-by: Marek Belisko <marek@goldelico.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: dts: omap3-gta04: Use omap specific pinctrl definesMarek Belisko2014-11-101-41/+41
| | | | | | | | Use omap specific pinctrl defines (OMAP3_CORE1_IOPAD) to configure the padconf register offset. Signed-off-by: Marek Belisko <marek@goldelico.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: dts: Fix wrong GPMC size mappings for omapsTony Lindgren2014-10-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The GPMC binding is obviously very confusing as the values are all over the place. People seem to confuse the GPMC partition size for the chip select, and the device IO size within the GPMC partition easily. The ranges entry contains the GPMC partition size. And the reg entry contains the size of the IO registers of the device connected to the GPMC. Let's fix the issue according to the following table: Device GPMC partition size Device IO size connected in the ranges entry in the reg entry NAND 0x01000000 (16MB) 4 16550 0x01000000 (16MB) 8 smc91x 0x01000000 (16MB) 0xf smc911x 0x01000000 (16MB) 0xff OneNAND 0x01000000 (16MB) 0x20000 (128KB) 16MB NOR 0x01000000 (16MB) 0x01000000 (16MB) 32MB NOR 0x02000000 (32MB) 0x02000000 (32MB) 64MB NOR 0x04000000 (64MB) 0x04000000 (64MB) 128MB NOR 0x08000000 (128MB) 0x08000000 (128MB) 256MB NOR 0x10000000 (256MB) 0x10000000 (256MB) Let's also add comments to the fixed entries while at it. Acked-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: dts: omap3-gta04: Rename gta04.dts to gta04.dtsi and add a4 modelMarek Belisko2014-07-291-0/+451
This patch is preparation of adding more boards which have common moved to omap3-gta04.dtsi. Other boards have only small additions to omap3-gta04a4. Signed-off-by: Marek Belisko <marek@goldelico.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
OpenPOWER on IntegriCloud