From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/7] board: ti: am571x-idk: Support 6 port Ethernet or 4 port Ethernet with LCD
Date: Thu, 26 Jan 2017 12:41:25 -0500 [thread overview]
Message-ID: <20170126174125.GZ22316@bill-the-cat> (raw)
In-Reply-To: <1485436049-19754-4-git-send-email-rogerq@ti.com>
On Thu, Jan 26, 2017 at 03:07:25PM +0200, Roger Quadros wrote:
> The board can support either ICSS1 Ethernet ports or LCD
> based on J51 jumper. Factory default is ICSS1 Ethernet ports
> (i.e. Jumper not populated).
>
> Use the GPIO to detect the jumper setting and configure the
> pinmux accordingly. Also select the right DT blob based on
> the chosen configuration.
>
> J51 absent -> ICSS1 Ethernet, no LCD on VOUT -> am571x-idk.dtb
> J51 present -> LCD on VOUT, no ICSS1 Ethernet -> am571x-idk-lcd-osd.dtb
>
> At present we only support the assume it is the Legacy LCD.
> LCD detection mechanism needs to be added later to differentiate
> between legacy vs new LCD.
>
> For ICSS1 Ethernet pins use the following convention to set the pinmux
> as PMT data is not yet finalized.
>
> - If pin is output, set as PIN_OUTPUT
> - If pin is input and external pull resistor present set as PIN_INPUT
> - If pin is input and external pull resistor absent, set pull to same
> as that of the external PHY's internall pull.
> - Do not use SLEW_CONTROLon any pin.
>
> [nm at ti.com] Fix wrong dtb selection caused by a typo ';'
>
> Cc: Nishanth Menon <nm@ti.com>
> Signed-off-by: Roger Quadros <rogerq@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170126/789774dc/attachment.sig>
next prev parent reply other threads:[~2017-01-26 17:41 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-26 13:07 [U-Boot] [PATCH 0/7] am57xx-idk LCD and am571x-idk 6 port ethernet pinmux Roger Quadros
2017-01-26 13:07 ` [U-Boot] [PATCH 1/7] ARM: OMAP5+: GPIO: Add GPIO_TO_PIN() macro Roger Quadros
2017-01-26 17:41 ` Tom Rini
2017-01-26 13:07 ` [U-Boot] [PATCH 2/7] ti: common: board_detect: commodify ethaddr environment setting code Roger Quadros
2017-01-26 17:41 ` Tom Rini
2017-01-27 8:52 ` Roger Quadros
2017-01-26 13:07 ` [U-Boot] [PATCH 3/7] board: ti: am571x-idk: Support 6 port Ethernet or 4 port Ethernet with LCD Roger Quadros
2017-01-26 17:41 ` Tom Rini [this message]
2017-01-26 13:07 ` [U-Boot] [PATCH 4/7] board: ti: am571x-idk: Update pinmux for ICSS2 Ethernet Roger Quadros
2017-01-26 17:41 ` Tom Rini
2017-01-26 13:07 ` [U-Boot] [PATCH 5/7] board: ti: am57xx-idk: Auto detect LCD Panel Roger Quadros
2017-01-26 17:33 ` menon.nishanth at gmail.com
2017-01-27 8:54 ` Roger Quadros
2017-01-27 10:40 ` menon.nishanth at gmail.com
2017-01-26 17:41 ` Tom Rini
2017-01-26 13:07 ` [U-Boot] [PATCH 6/7] ARM: k2g: setup PRU ethernet MAC addresses Roger Quadros
2017-01-26 17:41 ` Tom Rini
2017-01-27 8:58 ` Roger Quadros
2017-01-27 14:54 ` Tom Rini
2017-01-26 13:07 ` [U-Boot] [PATCH 7/7] ti: common: board_detect: Rename EEPROM scratch start macro Roger Quadros
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170126174125.GZ22316@bill-the-cat \
--to=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox