[PATCH 5/6] ARM: dts: am57xx: cl-som-am57x: fix CPSW EMAC pinmux

2015-12-30 Thread Dmitry Lifshitz
Fix CPSW EMAC pinmux Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> --- arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts index c

[PATCH 0/6] ARM: dts: am57xx: cl-som-am57x: set of non critical DT fixes

2015-12-30 Thread Dmitry Lifshitz
This pacth set apply a set of non critical DT fixes for CompuLab CL-SOM-AM57x SoM * Improve Eth functionality * Pinmux fix for several devices * Improve SPI flash access * Set USB2 in HOST mode to enable connection of keyboard/mouse on eval board Dmitry Lifshitz (6): ARM: dts: am57xx: sbc

[PATCH 2/6] ARM: dts: am57xx: cl-som-am57x: set HOST mode for USB2

2015-12-30 Thread Dmitry Lifshitz
Setup USB2 to act in "HOST" mode by default. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> --- arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts b/arch/arm/boot/d

[PATCH 4/6] ARM: dts: am57xx: sbc-am57x: fix UART3 pinmux

2015-12-30 Thread Dmitry Lifshitz
Fix UART3 pinmux. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> --- arch/arm/boot/dts/am57xx-sbc-am57x.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/am57xx-sbc-am57x.dts b/arch/arm/boot/dts/am57xx-sbc-am57x.dts index 0f1d425..9

[PATCH 6/6] ARM: dts: am57xx: sbc-am57x: correct Eth PHY settings

2015-12-30 Thread Dmitry Lifshitz
Update Eth PHY settings to make it possible to run both phys at 1Gbps. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> --- arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts

[PATCH 1/6] ARM: dts: am57xx: sbc-am57x: fix SB-SOM EEPROM I2C address

2015-12-30 Thread Dmitry Lifshitz
Fix SB-SOM EEPROM I2C address Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> --- arch/arm/boot/dts/am57xx-sbc-am57x.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/am57xx-sbc-am57x.dts b/arch/arm/boot/dts/am57xx-sbc-am57x.dts index 7

[PATCH 3/6] ARM: dts: am57xx: cl-som-am57x: update SPI Flash frequency

2015-12-30 Thread Dmitry Lifshitz
On-board SPI flash cat act at 48Mhz SPI bus frequency. Update the DT frequency property. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> --- arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/am57xx-

[PATCH V3 01/19] ARM: dts: am57xx: cl-som-am57x: add basic module support

2015-12-01 Thread Dmitry Lifshitz
for standalone module (without a carrier board): * Memory configuration * Heartbeat led * I2C1 and I2C4 * PMIC * SATA Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- v3: * Move PMIC to I2C4 * Reformat subject v2: * Fi

[PATCH V3 15/19] ARM: dts: am57xx: sbc-am57x: add GPIO expander support

2015-12-01 Thread Dmitry Lifshitz
Add PCA9555 GPIO expander support (over I2C5 bus). Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- v3: * No fuctional changes * Reformat subject v2: * Fixed patch subject/description arch/arm/boot/dt

[PATCH V2 09/19] ARM: dts: am57xx: cl-som-am57x: add touchscreen support

2015-12-01 Thread Dmitry Lifshitz
Add ADS7846 touchscreen support. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- v2: * No fuctional changes * Reformat subject arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 44 +++ 1

[PATCH V2 18/19] ARM: dts: am57xx: sbc-am57x: add HDMI support

2015-12-01 Thread Dmitry Lifshitz
Add HDMI video output support. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- v2: * Fix HDMI lanes polarity * Reformat subject arch/arm/boot/dts/am57xx-sbc-am57x.dts | 42 ++ 1

[PATCH V2 16/19] ARM: dts: am57xx: sbc-am57x: add LCD support

2015-12-01 Thread Dmitry Lifshitz
Startek-kd050c 800x480 LCD panel timings are described in compulab-sb-som.dtsi. Add appropriate DT endpoints to connect DPI output and LCD. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- v2: * No fucti

[PATCH V2 10/19] ARM: dts: am57xx: cl-som-am57x: add analog audio support

2015-12-01 Thread Dmitry Lifshitz
Add analog audio DT nodes: 1. simple-audio-card node 2. wm8731 codec node 3. MCASP3 pinmux Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- v2: * No fuctional changes * Reformat subject arch/arm/boot/dts/a

[PATCH V3 04/19] ARM: dts: am57xx: cl-som-am57x: add EEPROM support

2015-12-01 Thread Dmitry Lifshitz
On-board EEPROM chip is used for storing a board production info. Add module EEPROM support (over I2C4 bus). Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> --- v3: * No fuctional changes * Reformat subject v2: * Fix EEPROM chip model arch/arm/boot/dts/am5

[PATCH V3 06/19] ARM: dts: am57xx: cl-som-am57x: add spi-flash support

2015-12-01 Thread Dmitry Lifshitz
On-board spi-flash chip is used as a main boot device. Add spi-flash chip support (over QSPI bus). Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- v3: * Modify "compatible" property to match a proper flash

[PATCH V2 08/19] ARM: dts: am57xx: cl-som-am57x: add USB support

2015-12-01 Thread Dmitry Lifshitz
Add USB support. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- v2: * No fuctional changes * Reformat subject arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 16 1 file changed, 16 insertions(+)

[PATCH V2 00/19] Add support for CL-SOM-AM57X and SBC-AM57X

2015-12-01 Thread Dmitry Lifshitz
elsewhere - Changed subject lines to start with "ARM: dts:" - PMIC moved from I2C1 to I2C4 - Fixed SPI flash compatible string - Skipped resetting ETH PHYs - Fixed HDMI lanes polarity Dmitry Lifshitz (19): ARM: dts: am57xx: cl-som-am57x: add basic

[PATCH V3 12/19] ARM: dts: am57xx: cl-som-am57x: add MMC1 support

2015-12-01 Thread Dmitry Lifshitz
Add MMC1 support, used for SD/MMC card. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- v3: * No fuctional changes * Reformat subject v2: * Fix duplicate SD Card Detect pinmux arch/arm/boot/dts/am57xx-s

[PATCH V2 05/19] ARM: dts: am57xx: cl-som-am57x: add eMMC support

2015-12-01 Thread Dmitry Lifshitz
CM-SOM-AM57X has two options of main storage devices - eMMC or NAND. Add eMMC chip support (over MMC2 bus). Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- v2: * No fuctional changes * Reformat subject a

[PATCH V2 13/19] ARM: dts: am57xx: sbc-am57x: add usb vbus pinmux

2015-12-01 Thread Dmitry Lifshitz
usb1_drvvbus pin is used to Drive-VBUS enable to external charge pump/power switch. Add a pinmux for that pin. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- v2: * No fuctional changes * Reformat subject a

[PATCH V2 02/19] ARM: dts: am57xx: cl-som-am57x: dts: add RTC support

2015-12-01 Thread Dmitry Lifshitz
Add EM3027 RTC chip support (over I2C4 bus). Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- v2: * No fuctional changes. * Refactor patch with respect to the previous changes in I2C4 node structure. * Refo

[PATCH V2 11/19] ARM: dts: am57xx: sbc-am57x: add basic board support

2015-12-01 Thread Dmitry Lifshitz
as a serial console. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- v2: * No fuctional changes * Reformat subject .../devicetree/bindings/arm/omap/omap.txt | 3 ++ arch/arm/boot/

[PATCH V2 17/19] ARM: dts: am57xx: compulab-sb-som: add HDMI connector

2015-12-01 Thread Dmitry Lifshitz
Add HDMI connector node without a valid input endpoint. CompuLab SB-SOM is a carrier board, hence the endpoint should be added in the board DT with a valid HDMI output. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il&g

[PATCH V2 03/19] ARM: dts: am57xx: cl-som-am57x: add I2C3 support

2015-12-01 Thread Dmitry Lifshitz
Enable I2C3 bus and add appropriate pinmux. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- v2: * No fuctional changes * Refactor patch with respect to the previous changes in I2C4 node structure * Reformat su

[PATCH V2 14/19] ARM: dts: am57xx: sbc-am57x: add EEPROM support

2015-12-01 Thread Dmitry Lifshitz
On-board EEPROM chip is used for storing a board production info. Add carrier board EEPROM support (over I2C5 bus). Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> --- v2: * No fuctional changes * Reformat subject arch/arm/boot/dts/am57xx-sbc-am57x.dt

[PATCH V3 07/19] ARM: dts: am57xx: cl-som-am57x: add dual EMAC support

2015-12-01 Thread Dmitry Lifshitz
Add dual EMAC support. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- v3: * No fuctional changes * Reformat subject v2: * Fix pinmux comments for RGMII0/1 clock/data lines * Fix pinmux for MDIO bu

[PATCH 19/19] ARM: dts: am57xx: cl-som-am57x: skip resetting ETH PHYs

2015-12-01 Thread Dmitry Lifshitz
ETH PHYs setup on CL-SOM-AM57X is established in U-Boot along with bringing them out of reset. This is done by toggling GPIOs belonging to GPIO2/3 controllers on AM57xx. Skip resetting ETH PHYs, by adding "ti,no-reset-on-init" to GPIO2/3 controllers DT nodes. Signed-off-by: Dmitr

Re: [PATCH v2 01/18] ARM: am57xx: cl-som-am57x: dts: add basic module support

2015-12-01 Thread Dmitry Lifshitz
Hi Tony, On 11/30/2015 11:54 PM, Tony Lindgren wrote: * Dmitry Lifshitz <lifsh...@compulab.co.il> [151130 06:27]: +++ b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts + tps659038_pmic { + compatible = "ti,tps659038-pmic"; + +

Re: [PATCH 01/18] ARM: am57xx: cl-som-am57x: dts: add basic module support

2015-11-30 Thread Dmitry Lifshitz
On 11/29/2015 07:06 PM, Nishanth Menon wrote: On 11/29/2015 06:10 AM, Dmitry Lifshitz wrote: [...] +}; + +leds { +compatible = "gpio-leds"; +pinctrl-names = "default"; +pinctrl-0 = <_pins_default>; + +led@0 { +l

[PATCH v2 01/18] ARM: am57xx: cl-som-am57x: dts: add basic module support

2015-11-30 Thread Dmitry Lifshitz
for standalone module (without a carrier board): * Memory configuration * Heartbeat led * I2C1 bus * PMIC * SATA Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- v2: * Fixed voltages (for OPP_HIGH) for VDD_GPU, VDD_IVA

[PATCH v2 06/18] ARM: am57xx: cl-som-am57x: dts: add spi-flash support

2015-11-30 Thread Dmitry Lifshitz
On-board spi-flash chip is used as a main boot device. Add spi-flash chip support (over QSPI bus). Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- v2: * Add "spi-max-frequency" property for node. arch/arm/

[PATCH v2 07/18] ARM: am57xx: cl-som-am57x: dts: add dual EMAC support

2015-11-30 Thread Dmitry Lifshitz
Add dual EMAC support. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- v2: * Fix pinmux comments for RGMII0/1 clock/data lines * Fix pinmux for MDIO bus clock/data lines * Fix PHYs addresses arch/arm/boot/d

[PATCH v2 15/18] ARM: am57xx: sbc-am57x: dts: add GPIO expander support

2015-11-30 Thread Dmitry Lifshitz
Add PCA9555 GPIO expander support (over I2C5 bus). Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- v2: * Fixed patch subject/description arch/arm/boot/dts/am57xx-sbc-am57x.dts | 7 +++ 1 file changed, 7 inserti

[PATCH v2 12/18] ARM: am57xx: cl-som-am57x: dts: add MMC1 support

2015-11-30 Thread Dmitry Lifshitz
Add MMC1 support, used for SD/MMC card. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- v2: * Fix duplicate SD Card Detect pinmux arch/arm/boot/dts/am57xx-sbc-am57x.dts | 25 + 1 file

[PATCH v2 04/18] ARM: am57xx: cl-som-am57x: dts: add EEPROM support

2015-11-30 Thread Dmitry Lifshitz
On-board EEPROM chip is used for storing a board production info. Add module EEPROM support (over I2C4 bus). Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> --- v2: * Fix EEPROM chip model arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 6 ++ 1 file changed, 6 inse

Re: [PATCH 01/18] ARM: am57xx: cl-som-am57x: dts: add basic module support

2015-11-29 Thread Dmitry Lifshitz
Hi Nishanth, Thank you for the provided feedback. On 11/25/2015 11:36 PM, Nishanth Menon wrote: On 11/25/2015 12:39 AM, Dmitry Lifshitz wrote: [...] diff --git a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts new file mode 100644 index 000..b11d7da

[PATCH 15/18] ARM: am57xx: sbc-am57x: dts: add GPIO extender support

2015-11-24 Thread Dmitry Lifshitz
Add PCA9555 GPIO extender support (over I2C5 bus). Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- arch/arm/boot/dts/am57xx-sbc-am57x.dts | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dt

[PATCH 18/18] ARM: am57xx: sbc-am57x: dts: add HDMI support

2015-11-24 Thread Dmitry Lifshitz
Add HDMI video output support. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- arch/arm/boot/dts/am57xx-sbc-am57x.dts | 41 ++ 1 file changed, 41 insertions(+) diff --git a/arch/arm/boo

[PATCH 16/18] ARM: am57xx: sbc-am57x: dts: add LCD support

2015-11-24 Thread Dmitry Lifshitz
Startek-kd050c 800x480 LCD panel timings are described in compulab-sb-som.dtsi. Add appropriate DT endpoints to connect DPI output and LCD. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- arch/arm/boot/dts/am57xx-sbc-am

[PATCH 07/18] ARM: am57xx: cl-som-am57x: dts: add dual EMAC support

2015-11-24 Thread Dmitry Lifshitz
Add dual EMAC support. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 105 ++ 1 file changed, 105 insertions(+) diff --git a/arch/arm/boot/dts/a

[PATCH 05/18] ARM: am57xx: cl-som-am57x: dts: add eMMC support

2015-11-24 Thread Dmitry Lifshitz
CM-SOM-AM57X has two options of main storage devices - eMMC or NAND. Add eMMC chip support (over MMC2 bus). Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- arch/arm/boot/dts/am57xx-cl-som-am

[PATCH 08/18] ARM: am57xx: cl-som-am57x: dts: add USB support

2015-11-24 Thread Dmitry Lifshitz
Add USB support. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts

[PATCH 17/18] ARM: am57xx: compulab-sb-som: dts: add HDMI connector

2015-11-24 Thread Dmitry Lifshitz
Add HDMI connector node without a valid input endpoint. CompuLab SB-SOM is a carrier board, hence the endpoint should be added in the board DT with a valid HDMI output. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- a

[PATCH 13/18] ARM: am57xx: sbc-am57x: dts: add usb vbus pinmux

2015-11-24 Thread Dmitry Lifshitz
usb1_drvvbus pin is used to Drive-VBUS enable to external charge pump/power switch. Add a pinmux for that pin. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- arch/arm/boot/dts/am57xx-sbc-am57x.dts | 11 +++ 1

[PATCH 01/18] ARM: am57xx: cl-som-am57x: dts: add basic module support

2015-11-24 Thread Dmitry Lifshitz
for standalone module (without a carrier board): * Memory configuration * Heartbeat led * I2C1 bus * PMIC * SATA Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- .../devicetree/bindings/arm/omap/omap.txt | 3 + arch/

[PATCH 02/18] ARM: am57xx: cl-som-am57x: dts: add RTC support

2015-11-24 Thread Dmitry Lifshitz
Add EM3027 RTC chip support (over I2C4 bus). Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/

[PATCH 06/18] ARM: am57xx: cl-som-am57x: dts: add spi-flash support

2015-11-24 Thread Dmitry Lifshitz
On-board spi-flash chip is used as a main boot device. Add spi-flash chip support (over QSPI bus). Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 41 +++

[PATCH 09/18] ARM: am57xx: cl-som-am57x: dts: add touchscreen support

2015-11-24 Thread Dmitry Lifshitz
Add ADS7846 touchscreen support. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 44 +++ 1 file changed, 44 insertions(+) diff --git a/arch/arm/boo

[PATCH 04/18] ARM: am57xx: cl-som-am57x: dts: add EEPROM support

2015-11-24 Thread Dmitry Lifshitz
On-board EEPROM chip is used for storing a board production info. Add module EEPROM support (over I2C4 bus). Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> --- arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/

[PATCH 00/18] Add support for CL-SOM-AM57X and SBC-AM57X

2015-11-24 Thread Dmitry Lifshitz
-on-module/ https://www.compulab.co.il/products/sbcs/sbc-am57x-ti-am5728-am5718-single-board-computer/ This series is based on the following patch set ("Add support for sbc-t43" Nikita Kiryanov): https://www.mail-archive.com/linux-omap@vger.kernel.org/msg121614.html Dmitry Lifshitz (

[PATCH 03/18] ARM: am57xx: cl-som-am57x: dts: add I2C3 support

2015-11-24 Thread Dmitry Lifshitz
Enable I2C3 bus and add appropriate pinmux. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/a

[PATCH 14/18] ARM: am57xx: sbc-am57x: dts: add EEPROM support

2015-11-24 Thread Dmitry Lifshitz
On-board EEPROM chip is used for storing a board production info. Add carrier board EEPROM support (over I2C5 bus). Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> --- arch/arm/boot/dts/am57xx-sbc-am57x.dts | 20 1 file changed, 20 insertions(+) diff --git

[PATCH 12/18] ARM: am57xx: cl-som-am57x: dts: add MMC1 support

2015-11-24 Thread Dmitry Lifshitz
Add MMC1 support, used for SD/MMC card. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- arch/arm/boot/dts/am57xx-sbc-am57x.dts | 26 ++ 1 file changed, 26 insertions(+) diff --git a/arch/arm/boo

[PATCH 10/18] ARM: am57xx: cl-som-am57x: dts: add analog audio support

2015-11-24 Thread Dmitry Lifshitz
Add analog audio DT nodes: 1. simple-audio-card node 2. wm8731 codec node 3. MCASP3 pinmux Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 67 +++

[PATCH 11/18] ARM: am57xx: sbc-am57x: dts: add basic board support

2015-11-24 Thread Dmitry Lifshitz
as a serial console. Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il> Acked-by: Igor Grinberg <grinb...@compulab.co.il> --- .../devicetree/bindings/arm/omap/omap.txt | 3 ++ arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/am57xx-s

Re: [PATCH v2] ARM: dts: cm-t3x: add NAND support

2014-12-29 Thread Dmitry Lifshitz
Hi Roger, On 12/29/2014 03:06 PM, Roger Quadros wrote: Hi Dmitry, On 28/12/14 16:30, Dmitry Lifshitz wrote: CM-T3517, CM-T3530 and CM-T3730 features NAND storage chip connected to GPMC bus. Add GPMC DT entry into the root DT file omap3-cm-t3x.dtsi, common for all three modules. NAND timings

[PATCH] ARM: dts: cm-t3x: add NAND support

2014-12-28 Thread Dmitry Lifshitz
Add NAND support Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x.dtsi | 58 + arch/arm/boot/dts/omap3-sbc-t3517.dts |4 ++ arch/arm/boot/dts/omap3-sbc-t3530.dts | 10 ++ arch/arm/boot/dts/omap3-sbc-t3730.dts

[PATCH v2] ARM: dts: cm-t3x: add NAND support

2014-12-28 Thread Dmitry Lifshitz
are updated by U-Boot). Update GPMC ranges in boards DT files to include all connected devices. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- v2 * Update GPMC ranges with NAND values in omap3-cm-t3x30.dtsi. * Add commit message details arch/arm/boot/dts/omap3-cm-t3x.dtsi | 58

[PATCH 3/4] ARM: dts: sbc-t3x: add TV out display alias

2014-11-23 Thread Dmitry Lifshitz
Add display alias for TV out. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-sbc-t3517.dts |1 + arch/arm/boot/dts/omap3-sbc-t3530.dts |1 + arch/arm/boot/dts/omap3-sbc-t3730.dts |1 + 3 files changed, 3 insertions(+), 0 deletions(-) diff --git

[PATCH 0/4] ARM: dts: sbc-t3x: add audio and TV out support

2014-11-23 Thread Dmitry Lifshitz
Add support for more SBC-T3x single board computers features: * Audio on CM-T3x30 * TV out on CM-T3x This patch set adds missing I2C1 pinmux required for CM-T3x EEPROM and CM-T3x30 audio support. Dmitry Lifshitz (4): ARM: dts: cm-t3x: add I2C1 pinmux ARM: dts: cm-t3x: add TV out support

[PATCH 2/4] ARM: dts: cm-t3x: add TV out support

2014-11-23 Thread Dmitry Lifshitz
Add TV out support. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x.dtsi | 22 ++ arch/arm/boot/dts/omap3-cm-t3x30.dtsi |4 2 files changed, 26 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-cm

[PATCH 4/4] ARM: dts: sbc-t3x30: add audio support

2014-11-23 Thread Dmitry Lifshitz
Add audio related DT nodes Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x.dtsi | 16 arch/arm/boot/dts/omap3-cm-t3x30.dtsi | 14 ++ arch/arm/boot/dts/omap3-sb-t35.dtsi | 16 3 files changed, 46

[PATCH 1/4] ARM: dts: cm-t3x: add I2C1 pinmux

2014-11-23 Thread Dmitry Lifshitz
Add missing I2C1 pinmux setup. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x.dtsi | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-cm-t3x.dtsi b/arch/arm/boot/dts/omap3-cm-t3x.dtsi index

[PATCH 2/9] ARM: dts: cm-t3x: add ADS7846 touchscreen support

2014-11-18 Thread Dmitry Lifshitz
Add ADS7846 touchscreen support. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x.dtsi | 57 +++ 1 files changed, 57 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-cm-t3x.dtsi b/arch/arm/boot/dts

[PATCH 1/9] ARM: dts: cm-t3x: cleanup comments indentation

2014-11-18 Thread Dmitry Lifshitz
Fix comment style Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x.dtsi | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/omap3-cm-t3x.dtsi b/arch/arm/boot/dts/omap3-cm-t3x.dtsi index b074673..e4c0c56

[PATCH 7/9] ARM: dts: sbc-t3x: add TV out display alias

2014-11-18 Thread Dmitry Lifshitz
Add display alias for TV out. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-sbc-t3517.dts |1 + arch/arm/boot/dts/omap3-sbc-t3530.dts |1 + arch/arm/boot/dts/omap3-sbc-t3730.dts |1 + 3 files changed, 3 insertions(+), 0 deletions(-) diff --git

[PATCH 4/9] ARM: dts: cm-t3x: add EEPROM support

2014-11-18 Thread Dmitry Lifshitz
Add at24 EEPROM chip support. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x.dtsi | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-cm-t3x.dtsi b/arch/arm/boot/dts/omap3-cm-t3x.dtsi index 3636fed

[PATCH 5/9] ARM: dts: sb-t35: add EEPROM support

2014-11-18 Thread Dmitry Lifshitz
Add at24 EEPROM chip support. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-sb-t35.dtsi | 20 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-sb-t35.dtsi b/arch/arm/boot/dts/omap3-sb-t35.dtsi

[PATCH 9/9] ARM: dts: cm-t3x30: add keypad support

2014-11-18 Thread Dmitry Lifshitz
Add twl4030 matrtix keypad support. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x30.dtsi | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-cm-t3x30.dtsi b/arch/arm/boot/dts/omap3-cm-t3x30

[PATCH 8/9] ARM: dts: sbc-t3x30: add audio support

2014-11-18 Thread Dmitry Lifshitz
Add audio related DT nodes Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x.dtsi | 16 arch/arm/boot/dts/omap3-cm-t3x30.dtsi | 14 ++ arch/arm/boot/dts/omap3-sb-t35.dtsi | 16 3 files changed, 46

[PATCH 0/9] ARM: dts: sbc-t3x: add more features support

2014-11-18 Thread Dmitry Lifshitz
Add support for more SBC-T3x single board computers features: * CM-T3x CoM and SB-T35 baseboard EEPROMs * TV out * Touchscreen * CM-T3x30 audio * CM-T3x30 keypad Dmitry Lifshitz (9): ARM: dts: cm-t3x: cleanup comments indentation ARM: dts: cm-t3x: add ADS7846 touchscreen support ARM: OMAP2

[PATCH 6/9] ARM: dts: cm-t3x: add TV out support

2014-11-18 Thread Dmitry Lifshitz
Add TV out support. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x.dtsi | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-cm-t3x.dtsi b/arch/arm/boot/dts/omap3-cm-t3x.dtsi index

[PATCH 3/9] ARM: OMAP2+: remove cm-t3x touchscreen pdata quirk

2014-11-18 Thread Dmitry Lifshitz
Remove ADS7846 touchscreen pdata quirk for CM-T3x CoMs Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/mach-omap2/pdata-quirks.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-omap2/pdata-quirks.c b/arch/arm/mach-omap2/pdata-quirks.c

[PATCH v2] ARM: dts: sbc-t3x: add DVI display data

2014-11-02 Thread Dmitry Lifshitz
Add DSS related pinmux and display data nodes required to support DVI video out on SBC-T3530, SBC-T3730 and SBC-T3517. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- v2: * Make use of OMAP3_WKUP_IOPAD() macro * Move common DSS pinmux of CM-T3517 and CM-T3530 into omap3-cm

[PATCH] ARM: dts: sbc-t3x: add DVI display data

2014-10-15 Thread Dmitry Lifshitz
Add DSS related pinmux and display data nodes required to support DVI video out on SBC-T3530, SBC-T3730 and SBC-T3517. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3517.dts | 22 +++ arch/arm/boot/dts/omap3-cm-t3530.dts | 22

[PATCH v2 3/6] ARM: dts: cm-t54: add HDMI/DVI display data

2014-09-17 Thread Dmitry Lifshitz
Add DSS related pinmux and display data nodes required to support HDMI and DVI video out on CM-T54. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- v2: * Fixed comment style issue for mux mode. Follow the convention mode0_name.modeX_name for pins which mux mode differs from

[PATCH v2 5/6] ARM: dts: cm-t54: add ADS7846 touchscreen support

2014-09-17 Thread Dmitry Lifshitz
Add ADS7846 touchscreen support. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- v2: Fixed comment style issue for mux mode. arch/arm/boot/dts/omap5-cm-t54.dts | 61 1 files changed, 61 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot

[PATCH v2 6/6] ARM: dts: cm-t54: setup omap_dwc3

2014-09-17 Thread Dmitry Lifshitz
Add extcon and vbus-supply properties of DWC3 node. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- v2: No changes arch/arm/boot/dts/omap5-cm-t54.dts |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap5-cm-t54.dts b/arch/arm/boot/dts

[PATCH v2 2/6] ARM: dts: cm-t54: fix mux mode comment style

2014-09-17 Thread Dmitry Lifshitz
Follow the comment style of mode0_name.modeX_name for pins which mux mode differs from MUX_MODE0. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- v2: New patch arch/arm/boot/dts/omap5-cm-t54.dts |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm

[PATCH v2 1/6] ARM: dts: sbc-t54: fix mux mode comment style

2014-09-17 Thread Dmitry Lifshitz
Follow the comment style of mode0_name.modeX_name for pins which mux mode differs from MUX_MODE0. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- v2: New patch arch/arm/boot/dts/omap5-sbc-t54.dts |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm

[PATCH v2 0/6] ARM: dts: cm-t54: enable video out, touchscreen and USB3.0

2014-09-17 Thread Dmitry Lifshitz
from MUX_MODE0 * Moved aliases node to the top of dts file Dmitry Lifshitz (6): ARM: dts: sbc-t54: fix mux mode comment style ARM: dts: cm-t54: fix mux mode comment style ARM: dts: cm-t54: add HDMI/DVI display data ARM: dts: cm-t54: add Startek LCD support ARM: dts: cm-t54: add

[PATCH v2 4/6] ARM: dts: cm-t54: add Startek LCD support

2014-09-17 Thread Dmitry Lifshitz
Add DT support for Startek KD050C LCD 800x480 panel. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- v2: Rebased on top of the previous patch changes arch/arm/boot/dts/omap5-cm-t54.dts | 44 1 files changed, 44 insertions(+), 0 deletions

[PATCH 1/4] ARM: dts: cm-t54: add HDMI/DVI display data

2014-09-16 Thread Dmitry Lifshitz
Add DSS related pinmux and display data nodes required to support HDMI and DVI video out on CM-T54. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap5-cm-t54.dts | 158 1 files changed, 158 insertions(+), 0 deletions(-) diff

[PATCH 4/4] ARM: dts: cm-t54: setup omap_dwc3

2014-09-16 Thread Dmitry Lifshitz
Add extcon and vbus-supply properties of DWC3 node. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap5-cm-t54.dts |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap5-cm-t54.dts b/arch/arm/boot/dts/omap5-cm-t54.dts

[PATCH 2/4] ARM: dts: cm-t54: add Startek LCD support

2014-09-16 Thread Dmitry Lifshitz
Add DT support for Startek KD050C LCD 800x480 panel. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap5-cm-t54.dts | 44 1 files changed, 44 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap5-cm-t54.dts b

[PATCH 3/4] ARM: dts: cm-t54: add ADS7846 touchscreen support

2014-09-16 Thread Dmitry Lifshitz
Add ADS7846 touchscreen support. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap5-cm-t54.dts | 61 1 files changed, 61 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap5-cm-t54.dts b/arch/arm/boot/dts

[PATCH 0/4] ARM: dts: cm-t54: enable video out, touchscreen and USB3.0

2014-09-16 Thread Dmitry Lifshitz
Add CM-T54 DT nodes: * enable HDMI/DVI/LCD video output support * add ADS7846 touchscreen support * enchance DWC3 setup to enable power supply for USB3.0 OTG port Dmitry Lifshitz (4): ARM: dts: cm-t54: add HDMI/DVI display data ARM: dts: cm-t54: add Startek LCD support ARM: dts: cm-t54

Re: [PATCH 2/2] ARM: dts: omap5: Add dr_mode for dwc3

2014-09-10 Thread Dmitry Lifshitz
Hi, On 09/08/2014 04:24 PM, Felipe Balbi wrote: Hi, On Mon, Sep 08, 2014 at 02:34:33PM +0300, Dmitry Lifshitz wrote: Hi Felipe, Roger On 04/16/2014 07:16 PM, Felipe Balbi wrote: On Fri, Oct 11, 2013 at 05:46:12PM +0300, Roger Quadros wrote: Hi, On 10/10/2013 01:49 PM, Kishon Vijay Abraham

Re: [PATCH 2/2] ARM: dts: omap5: Add dr_mode for dwc3

2014-09-08 Thread Dmitry Lifshitz
Hi Felipe, Roger On 04/16/2014 07:16 PM, Felipe Balbi wrote: On Fri, Oct 11, 2013 at 05:46:12PM +0300, Roger Quadros wrote: Hi, On 10/10/2013 01:49 PM, Kishon Vijay Abraham I wrote: From: George Cherian george.cher...@ti.com Added dr_mode property in dwc3 and set its default mode to device.

Re: [PATCH 2/2] ARM: dts: omap5: Add dr_mode for dwc3

2014-09-08 Thread Dmitry Lifshitz
Hi Roger, Thank you for a quick reply. See, my reply below. On 09/08/2014 02:39 PM, Roger Quadros wrote: On 09/08/2014 02:34 PM, Dmitry Lifshitz wrote: Hi Felipe, Roger On 04/16/2014 07:16 PM, Felipe Balbi wrote: On Fri, Oct 11, 2013 at 05:46:12PM +0300, Roger Quadros wrote: Hi, On 10/10

[PATCH 1/2] ARM: dts: cm-t54: fix serial console power supply.

2014-09-04 Thread Dmitry Lifshitz
(and act led) on boot by turning LDO8 on. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap5-cm-t54.dts |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/omap5-cm-t54.dts b/arch/arm/boot/dts/omap5-cm-t54.dts index

[PATCH 2/2] ARM: dts: sbc-t54: fix model property

2014-09-04 Thread Dmitry Lifshitz
CM-T54 CoM can be used with various custom baseboards, other than SB-T54 (supplied with SBC-T54 single board computer). Update model property of SBC-T54 DT to clarify this. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap5-sbc-t54.dts |4 ++-- 1 files

[PATCH 0/2] fix cm-t54 serial console power supply

2014-09-04 Thread Dmitry Lifshitz
Essential fix of CM-T54 serial console power supply and minor update of SBC-T54 DT model property. Dmitry Lifshitz (2): ARM: dts: cm-t54: fix serial console power supply. ARM: dts: sbc-t54: fix model property arch/arm/boot/dts/omap5-cm-t54.dts |5 ++--- arch/arm/boot/dts/omap5-sbc-t54

Re: [PATCH v14 0/6] mmc: omap_hsmmc: Enable SDIO IRQ

2014-08-06 Thread Dmitry Lifshitz
Hi, I did not find this patch set in Chris MMC tree. I did succeed to locate it in Linaro repo only. When it will be merged in the mainline? We are using SDIO IRQ patch with OMAP5 board and it is really useful. Andreas, thank you. Regards, Dmitry On 06/16/2014 12:26 PM, Ulf Hansson wrote:

Re: OMAP baseline test results for v3.15-rc8

2014-06-02 Thread Dmitry Lifshitz
Hi Paul, CM-T3517 is a bare-bone CoM without MMC/SD card slot (NAND option). MMC/SD card interface (and some other peripherals) are properties of the carrier base board SB-T35, which turns this CoM into fully functional board SBC-T3517. Please, use omap3-sbc-t3517.dtb target. Attached Linux

[PATCH v2 2/2] ARM: dts: cm-t54: add WiFi/BT support

2014-04-28 Thread Dmitry Lifshitz
Add support of AW-NH387 (mwifiex) WiFi/BT chip connected to MMC3. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- Changes from V1: * Platform quirk for deasserting PDN and RST GPIOs of WiFi chip replaced by appropriate regulators in DT. arch/arm/boot/dts/omap5-cm-t54.dts | 53

[PATCH v2 0/2] ARM: dts: sbc-t54: add support for sbc-t54 with cm-t54

2014-04-28 Thread Dmitry Lifshitz
regulators in DT. Dmitry Lifshitz (2): ARM: dts: sbc-t54: add support for sbc-t54 with cm-t54 ARM: dts: cm-t54: add WiFi/BT support arch/arm/boot/dts/Makefile |2 + arch/arm/boot/dts/omap5-cm-t54.dts | 414 +++ arch/arm/boot/dts/omap5-sbc-t54.dts

[PATCH v2 1/2] ARM: dts: sbc-t54: add support for sbc-t54 with cm-t54

2014-04-28 Thread Dmitry Lifshitz
board providing connectors and several additional functions. Added basic support for: * PMIC * LED * MMC/SD * eMMC * USB * I2C1/4 * SB-T54 and CM-T54 EEPROMs * RTC Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- Changes from V1: * Used OMAP5_CORE_IOPAD macros for pimnux settings

[PATCH 0/2] ARM: dts: sbc-t54: add support for sbc-t54 with cm-t54

2014-04-08 Thread Dmitry Lifshitz
of the functions, and SB-T54 carrier board providing connectors and several additional functions. Dmitry Lifshitz (2): ARM: dts: sbc-t54: add support for sbc-t54 with cm-t54 ARM: dts: cm-t54: add WiFi/BT support arch/arm/boot/dts/Makefile |2 + arch/arm/boot/dts/omap5-cm-t54.dts | 390

[PATCH 2/2] ARM: dts: cm-t54: add WiFi/BT support

2014-04-08 Thread Dmitry Lifshitz
Add support of AW-NH387 (mwifiex) WiFi/BT chip connected to MMC3. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap5-cm-t54.dts | 27 +++ arch/arm/mach-omap2/pdata-quirks.c | 10 ++ 2 files changed, 37 insertions(+), 0 deletions

  1   2   >