[PATCH 1/2] ARM: OMAP3: cm-t35: add mt9t001 camera sensor support

2012-06-13 Thread Dmitry Lifshitz
Setup pinmux for CPI and register the mt9t001 camera sensor in ISP subsystem. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- arch/arm/mach-omap2/board-cm-t35.c | 69 1 files changed, 69

[PATCH 2/2] ARM: OMAP3: cm-t35: add tvp5150 decoder support

2012-06-13 Thread Dmitry Lifshitz
Register the tvp5150 video decoder in ISP subsystem. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- arch/arm/mach-omap2/board-cm-t35.c | 20 1 files changed, 20 insertions(+), 0 deletions(-) diff --git

[PATCH 0/2] Add mt9t001 and tvp5150 support to cm-t3x board.

2012-06-13 Thread Dmitry Lifshitz
and two composite video input ports. Analog composite video is processed by TVP5151 NTSC/PAL/SECAM Video Decoder chip. Dmitry Lifshitz (2): ARM: OMAP3: cm-t35: add mt9t001 camera sensor support ARM: OMAP3: cm-t35: add tvp5150 decoder support arch/arm/mach-omap2/board-cm-t35.c | 89

[PATCH 08/12] ARM: dts: sbc-t3730: add pinmux for usb hub reset

2014-01-12 Thread Dmitry Lifshitz
GPIO167 is used as SB-T35 baseboard USB Hub reset. Add GPIO167 pinmux. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-sbc-t3730.dts | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-sbc-t3730.dts b

[PATCH 07/12] ARM: dts: cm-t3x30: add HS USB Host support

2014-01-12 Thread Dmitry Lifshitz
Add HS USB Host support along with USB PHYs and power supply regulators Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x.dtsi | 38 + arch/arm/boot/dts/omap3-cm-t3x30.dtsi |8 +++ 2 files changed, 46 insertions

[PATCH 01/12] ARM: dts: sbc-t3x: use omap specific pinctrl defines

2014-01-12 Thread Dmitry Lifshitz
Use omap specific pinctrl defines (OMAP3_CORE1_IOPAD) to configure the padconf register offset. This simplify further support of CompuLab's boards based on omap36xx, omap34xx and am35x. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3730.dts | 36

[PATCH 02/12] ARM: dts: sbc-t3x: refactor DT support

2014-01-12 Thread Dmitry Lifshitz
-cm-t3730.dts -- omap3-sbc-t3730.dts --| | | | | |-- omap3-cm-t3530.dts -- omap3-sbc-t3530.dts --| || | omap3-cm-t3517.dts -- omap3-sbc-t3517.dts --| Signed-off-by: Dmitry

[PATCH 09/12] ARM: dts: cm-t3x30: add USB OTG support

2014-01-12 Thread Dmitry Lifshitz
Add USB OTG support for cm-t3x30 CoMs. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x30.dtsi | 28 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-cm-t3x30.dtsi b/arch/arm/boot/dts

[PATCH 03/12] ARM: dts: sbc-t3x: disable mmc3

2014-01-12 Thread Dmitry Lifshitz
Disable mmc3 interface, since is not used on sbc-t3x boards. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x.dtsi |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-cm-t3x.dtsi b/arch/arm/boot/dts/omap3

[PATCH 00/11] ARM: dts: sbc-t3x: add support for more boards

2014-01-12 Thread Dmitry Lifshitz
-sbc-t3530.dts, omap3-sbc-t3517.dts represent eval boards with respective core modules. This series is based on Tony's omap-for-v3.14/dt branch Dmitry Lifshitz (11): ARM: dts: sbc-t3x: refactor DT support ARM: dts: sbc-t3x: disable mmc3 ARM: dts: sb-t35: fix Ethernet power supply ARM: dts

[PATCH 06/12] ARM: dts: cm-t3x30: add twl4030 gpio pullups

2014-01-12 Thread Dmitry Lifshitz
Add pullup for twl4030 GPIO_0 used as MMC1 card detect signal. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x30.dtsi |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-cm-t3x30.dtsi b/arch/arm/boot/dts

[PATCH 04/12] ARM: dts: sb-t35: fix Ethernet power supply

2014-01-12 Thread Dmitry Lifshitz
SB-T35 baseboard features SMSC9220 Ethernet chip which requires its own power supply regulators. Add baseboard specific regulators for the SB-T35 Ethernet chip. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-sb-t35.dtsi | 18 -- 1 files

[PATCH 10/12] ARM: dts: sbc-t3530: add support for sbc-t3530

2014-01-12 Thread Dmitry Lifshitz
Add support for CM-T3530 CoM and SBC-T3530 board. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/Makefile|2 + arch/arm/boot/dts/omap3-cm-t3530.dts | 12 +++ arch/arm/boot/dts/omap3-sbc-t3530.dts | 36

[PATCH 05/12] ARM: dts: cm-t3x: add gpio-led pinmux

2014-01-12 Thread Dmitry Lifshitz
GPIO186 is used for the heartbeat led. Setup the pinmux for the GPIO186. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/omap3-cm-t3x.dtsi |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-cm-t3x.dtsi b/arch/arm

[PATCH 11/12] ARM: dts: sbc-t3517: add support for sbc-t3517

2014-01-12 Thread Dmitry Lifshitz
* Davinci EMAC * AM35X OTG Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/boot/dts/Makefile|2 + arch/arm/boot/dts/omap3-cm-t3517.dts | 136 + arch/arm/boot/dts/omap3-sbc-t3517.dts | 43 ++ arch/arm/mach-omap2/pdata

[PATCH 12/12] ARM: OMAP2+: make reset pulse for sbc-t3x usb hubs

2014-01-12 Thread Dmitry Lifshitz
pulse signal. Signed-off-by: Dmitry Lifshitz lifsh...@compulab.co.il --- arch/arm/mach-omap2/pdata-quirks.c | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/pdata-quirks.c b/arch/arm/mach-omap2/pdata-quirks.c index 1ee831f..3e1407c

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-03-16 Thread Dmitry Lifshitz
in advance, Dmitry Lifshitz On 03/12/2014 12:33 PM, Tomi Valkeinen wrote: On 12/03/14 12:26, Tomi Valkeinen wrote: Hi, This patch adds hwmod data for omap5 display subsystem. I have tested this on omap5-uevm with a DSI panel. I cannot test omap5-uevm's hdmi output yet, as the mainline is missing

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-03-17 Thread Dmitry Lifshitz
forking from this source: git://git.denx.de/u-boot-ti.git Perhaps I'm missing some clocks initialization? What are the correct bootargs for activating HDMI video output? Thank you in advance for the assistance, Dmitry On 03/17/2014 08:13 AM, Tomi Valkeinen wrote: On 16/03/14 13:41, Dmitry

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-03-17 Thread Dmitry Lifshitz
Valkeinen wrote: On 17/03/14 15:22, Dmitry Lifshitz wrote: Hi Tomi, Thank you for the feedback. We have OMAP5 based board with no ESD Level Translator chip. So, I made a quick hack in tpd12s015 driver to skip using un-relevant GPIOs. If you don't have tpd12s015 on your board, don't modify

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-03-18 Thread Dmitry Lifshitz
/18/2014 07:29 AM, Tomi Valkeinen wrote: On 17/03/14 16:22, Dmitry Lifshitz wrote: Hi Tomi, Unfortunately, I have a lack of experience with DT DSS stuff. How should I define the endpoints and the connector in my case? Please, could you provide some reference. See Documentation/devicetree

Re: [PATCH] ARM: OMAP5: DSS hwmod data

2014-03-18 Thread Dmitry Lifshitz
are using with uEvm? Thank you in advance, Dmitry On 03/18/2014 10:37 AM, Tomi Valkeinen wrote: On 18/03/14 10:19, Dmitry Lifshitz wrote: Hi Tomi, Thank you a lot for your assistance. Here are my relevant DT nodes: / { aliases { display0 = hdmi0

Re: [PATCH v9 resend 1/3] mmc: omap_hsmmc: Enable SDIO interrupt

2014-03-24 Thread Dmitry Lifshitz
Hi, I've tested the branch omap_hsmmc_sdio_irq_devm_cleanup on custom OMAP5 based board. We have mwifiex connected to MMC3. I used two approaches: * Using dat1 line as GPIO with dynamic remuxing * Using separate GPIO connected to dat1 with static mux settings Both works just fine. Thanks

[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

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

2014-04-08 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 --- arch/arm/boot/dts/Makefile |2 + arch/arm/boot/dts/omap5-cm

[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

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

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:

[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 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

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

[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

[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] 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] 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 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 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] 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

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 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

[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-

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

  1   2   >