- 30 10月, 2013 4 次提交
-
-
由 Lokesh Vutla 提交于
Add the AM33xx RNG module's device tree data. Also add Documentation file describing the data for the RNG module. Signed-off-by: NLokesh Vutla <lokeshvutla@ti.com> Signed-off-by: NTony Lindgren <tony@atomide.com>
-
由 Suman Anna 提交于
Add the hwspinlock device tree node for AM33xx family of SoCs. Signed-off-by: NSuman Anna <s-anna@ti.com> Signed-off-by: NTony Lindgren <tony@atomide.com>
-
由 Suman Anna 提交于
Add the hwspinlock device tree node for OMAP5 SoCs. Signed-off-by: NSuman Anna <s-anna@ti.com> Signed-off-by: NTony Lindgren <tony@atomide.com>
-
由 Suman Anna 提交于
Add the hwspinlock device tree node for OMAP4 family of SoCs. Signed-off-by: NSuman Anna <s-anna@ti.com> Signed-off-by: NTony Lindgren <tony@atomide.com>
-
- 23 10月, 2013 17 次提交
-
-
由 Tony Lindgren 提交于
Merge tag 'for_3.13_super_late/dts_signed' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into omap-for-v3.13/dt Add a lot of N900 nodes Add OPP table to OMAP5/DRA7 Add support for Newflow NanoBone board
-
由 Peter Ujfalusi 提交于
When the omap5-evm.dts file has been renamed to omap5-uevm.dts and the sEVM support got deprecated in favor of uEVM (or Panda5) the content was not validated. Panda5 does not have support for digital microphones so remove the pinmux section for it. Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Peter Ujfalusi 提交于
When the omap5-evm.dts file has been renamed to omap5-uevm.dts and the sEVM support got deprecated in favor of uEVM (or Panda5) the content was not validated. On uEVM the twl6040 reset GPIO is from gpio5_141 and not via gpio5_145, which was the case in sEVM. Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
Enable support for the power button. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
Add support for LP5523 device. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
This patch adds support for Nokia N900 TLV320AIC3X chips. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
Add RX51_LCD_RESET_GPIO pin mux information to display. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
This patch adds supports for Nokia N900 NAND memory. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
Add regulator names and voltage information to the Nokia N900 DTS file. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
The twl4030.dtsi is missing some regulators. This patch adds the missing ones and orders the regulators alphabetically. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
Add support for LP5523 device. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
Add support for Nokia N900's vibrator. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
Add device tree node for the GPIO keys provided by the N900 board. This is a simple conversion of the existing board code. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
Add support for external SD card slot. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
Add UART support to Nokia N900. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
Fix the bus speed of i2c bus 2 and 3. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Sebastian Reichel 提交于
Add pin muxing support for the Nokia N900 i2c controllers. Signed-off-by: NSebastian Reichel <sre@debian.org> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
- 22 10月, 2013 13 次提交
-
-
由 J Keerthy 提交于
Add DT OPP table for DRA7xx family of devices. This data is decoded by OF with of_init_opp_table() helper function. The data is based on DRA75x, DRA74x Data Manual revision F (Sept 2013). TODO: add OPP_HIGH after AVS-Class0 is functional NOTE: The voltage and frequency values work well only on NOM samples and it is mandatory to use ABB/AVS Class 0 support for all OPPs. Clock nodes are pending clock node alignment. [nm@ti.com: cleanups and rebase to latest] Signed-off-by: NNishanth Menon <nm@ti.com> Signed-off-by: NJ Keerthy <j-keerthy@ti.com> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 J Keerthy 提交于
Add DT OPP table for OMAP54xx family of devices. This data is decoded by OF with of_init_opp_table() helper function. The data is based on OMAP543x ES2.0 DM Operating Condition Addendum Version 0.6(April 2013) NOTE: The voltage and frequency values work well only on NOM samples and are supposed to work properly only with ABB/AVS for ALL OPPs. TODO: Add SPEED BIN OPP after ABB and AVS support so the cpufreq works on all samples seamlessly. Clock node is pending alignment for clock dts conversion [nm@ti.com: sync to latest and fixes] Signed-off-by: NNishanth Menon <nm@ti.com> Signed-off-by: NJ Keerthy <j-keerthy@ti.com> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 J Keerthy 提交于
regulator smps123 supply from Palmas PMIC powers CPU0 on DRA7 EVM. [nm@ti.com: rebase to latest] Signed-off-by: NNishanth Menon <nm@ti.com> Signed-off-by: NJ Keerthy <j-keerthy@ti.com> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Nishanth Menon 提交于
regulator smps123 supply from Palmas PMIC powers CPU0 on OMAP5uEVM. Based on a patch by J Keerthy <j-keerthy@ti.com> Signed-off-by: NNishanth Menon <nm@ti.com> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Eric Witcher 提交于
Correct mcspi pin descriptions to match corresponding node name and add chip select number to be consistent with OMAP5 TRM. Signed-off-by: NEric Witcher <ewitcher@mindspring.com> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Markus Pargmann 提交于
Control module is not usb specific. Changes the label to usb_ctrl_mod. Signed-off-by: NMarkus Pargmann <mpa@pengutronix.de> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Mark Jackson 提交于
NanoBone Specification: ----------------------- CPU: TI AM335x Memory: 256MB DDR3 128MB NOR flash 128KB FRAM Ethernet: 2 x 10/100 connected to SMSC LAN8710 PHY USB: 1 x USB2.0 Type A I2C: 2Kbit EEPROM (Microchip 24AA02) RTC (Maxim DS1338) GPIO Expander (Microchip MCP23017) Expansion connector: 6 x UART 1 x MMC/SD 1 x USB2.0 Signed-off-by: NMark Jackson <mpfj@newflow.co.uk> Reviewed-by: NJavier Martinez Canillas <javier.martinez@collabora.co.uk> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Tony Lindgren 提交于
Looks like omap3 is still relying on hwmod data for some basic device tree information. Let's add the information to omap3.dtsi so we can remove the related hwmod data once omap3 is DT only. Acked-by: NBenoit Cousson <bcousson@baylibre.com> Signed-off-by: NTony Lindgren <tony@atomide.com>
-
由 Tony Lindgren 提交于
Merge tag 'for_3.13_late/dts_signed' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into omap-for-v3.13/dt Add i2c aliases Add McASP and audio support Add reset/idle on init bindings for OMAP Add more nodes for AM4272
-
由 Nishanth Menon 提交于
Provide alias to allow ordering the i2c devices correctly. Signed-off-by: NNishanth Menon <nm@ti.com> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Nishanth Menon 提交于
Currently, on OMAP5, i2c1 and i2c5 defer probe due to pinctrl dependencies. This changes the i2c ID each bus is registered with in i2c-dev interface. As a result of this, many userspace tools break and there is no consistent manner to fix the same if the i2c dev interface have no consistent numbering. Since this could happen for other OMAP derivatives, provide i2c alias for all OMAP3+ SoCs to allow ordering the i2c devices correctly. Signed-off-by: NNishanth Menon <nm@ti.com> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Enric Balletbo i Serra 提交于
Add mmc1 dt node to IGEP COM AQUILA board. Signed-off-by: NEnric Balletbo i Serra <eballetbo@gmail.com> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Peter Ujfalusi 提交于
Add nodes for McASP0 and McASP1 for AM43xx. Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
- 21 10月, 2013 6 次提交
-
-
由 Roger Quadros 提交于
The generic PHY framewrok expects different properties than the old USB PHY framework. Supply those properties. Fixes USB OTG port on beagle after the Generic PHY framework was merged in greg/usb-next. [1] [1] - https://lkml.org/lkml/2013/9/27/581Signed-off-by: NRoger Quadros <rogerq@ti.com> Acked-by: NFelipe Balbi <balbi@ti.com> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Peter Ujfalusi 提交于
AM335x EVM-SK have only support for audio playback (stereo jack on the board) via tlv320aic3106 codec connected to McASP1. Enable the support for audio playback on the board: - McASP1 configuration - tlv320aic3106 configuration - Machine driver. Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: NJyri Sarha <jsarha@ti.com> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Darren Etheridge 提交于
Adds sound, tlv320aic3106, mcasp1, and am335x_evm_audio_pin nodes. Signed-off-by: NDarren Etheridge <detheridge@ti.com> Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: NJyri Sarha <jsarha@ti.com> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Jyri Sarha 提交于
This patch adds a second tuple to reg property. The new property tuple describes the memory location for data port registers mapped trough L3 bus on am33xx. The both property tuples are named accordingly in the reg-names property. Signed-off-by: NHebbar, Gururaja <gururaja.hebbar@ti.com> Signed-off-by: NDarren Etheridge <detheridge@ti.com> Signed-off-by: NJyri Sarha <jsarha@ti.com> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Pantelis Antoniou 提交于
Add missing mcasp entries in the am33xx.dtsi include file. Signed-off-by: NPantelis Antoniou <panto@antoniou-consulting.com> Signed-off-by: NDarren Etheridge <detheridge@ti.com> Signed-off-by: NJyri Sarha <jsarha@ti.com> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-
由 Mugunthan V N 提交于
-> Adding pinmux for cpsw, i2c0. -> Enabling the modules that are present in AM4372 EPOS EVM These modules are tested on AM4372 EPOS EVM. Signed-off-by: NLokesh Vutla <lokeshvutla@ti.com> Signed-off-by: NSourav Poddar <sourav.poddar@ti.com> Signed-off-by: NMugunthan V N <mugunthanvnm@ti.com> Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
-