* [pinmux scripts PATCH] Support TPM on nyan boards
@ 2015-05-13 14:09 Simon Glass
[not found] ` <1431526194-11744-1-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Simon Glass @ 2015-05-13 14:09 UTC (permalink / raw)
To: LKML; +Cc: Stephen Warren, Stephen Warren, Simon Glass
There is a TPM on I2C3, so set up the pinmux for that.
Signed-off-by: Simon Glass <sjg@chromium.org>
---
configs/nyan-big.board | 4 ++--
configs/nyan-blaze.board | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/configs/nyan-big.board b/configs/nyan-big.board
index 6ebe466..18c2e52 100644
--- a/configs/nyan-big.board
+++ b/configs/nyan-big.board
@@ -40,8 +40,8 @@ pins = (
('ulpi_dir_py1', 'spi1', None, 'none', False, True, False, False),
('ulpi_nxt_py2', 'spi1', None, 'none', False, False, False, False),
('ulpi_stp_py3', 'spi1', None, 'none', False, False, False, False),
- ('cam_i2c_scl_pbb1', 'rsvd3', None, 'down', True, False, False, False),
- ('cam_i2c_sda_pbb2', 'rsvd3', None, 'down', True, False, False, False),
+ ('cam_i2c_scl_pbb1', 'i2c3', None, 'none', False, True, True, False),
+ ('cam_i2c_sda_pbb2', 'i2c3', None, 'none', False, True, True, False),
('cam_mclk_pcc0', 'vi', None, 'down', True, False, False, False),
('pbb0', 'vgp6', None, 'down', True, False, False, False),
('pbb3', 'vgp3', None, 'down', True, False, False, False),
diff --git a/configs/nyan-blaze.board b/configs/nyan-blaze.board
index 39a2022..eee472f 100644
--- a/configs/nyan-blaze.board
+++ b/configs/nyan-blaze.board
@@ -40,8 +40,8 @@ pins = (
('ulpi_dir_py1', 'spi1', None, 'none', False, True, False, False),
('ulpi_nxt_py2', 'spi1', None, 'none', False, False, False, False),
('ulpi_stp_py3', 'spi1', None, 'none', False, False, False, False),
- ('cam_i2c_scl_pbb1', 'rsvd3', None, 'down', True, False, False, False),
- ('cam_i2c_sda_pbb2', 'rsvd3', None, 'down', True, False, False, False),
+ ('cam_i2c_scl_pbb1', 'i2c3', None, 'none', False, True, True, False),
+ ('cam_i2c_sda_pbb2', 'i2c3', None, 'none', False, True, True, False),
('cam_mclk_pcc0', 'vi', None, 'down', True, False, False, False),
('pbb0', 'vgp6', None, 'down', True, False, False, False),
('pbb3', 'vgp3', None, 'down', True, False, False, False),
--
2.2.0.rc0.207.ga3a616c
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <1431526194-11744-1-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>]
* Re: [pinmux scripts PATCH] Support TPM on nyan boards [not found] ` <1431526194-11744-1-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> @ 2015-05-13 14:30 ` Stephen Warren [not found] ` <55536001.6080901-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Stephen Warren @ 2015-05-13 14:30 UTC (permalink / raw) To: Simon Glass Cc: Stephen Warren, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Tomeu Vizoso On 05/13/2015 08:09 AM, Simon Glass wrote: > There is a TPM on I2C3, so set up the pinmux for that. [Dropping LKML; they won't have a clue what this patch is about since it's not an in-kernel tool. Adding linux-tegra mailing list since that's where these patches are usually sent. Hence, maintaining quote of the entire patch.] This looks reasonable. I'll apply it Friday assuming no objections from anyone (I know some people in Europe are on holiday Thursday and likely left already today). > Signed-off-by: Simon Glass <sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> > --- > > configs/nyan-big.board | 4 ++-- > configs/nyan-blaze.board | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/configs/nyan-big.board b/configs/nyan-big.board > index 6ebe466..18c2e52 100644 > --- a/configs/nyan-big.board > +++ b/configs/nyan-big.board > @@ -40,8 +40,8 @@ pins = ( > ('ulpi_dir_py1', 'spi1', None, 'none', False, True, False, False), > ('ulpi_nxt_py2', 'spi1', None, 'none', False, False, False, False), > ('ulpi_stp_py3', 'spi1', None, 'none', False, False, False, False), > - ('cam_i2c_scl_pbb1', 'rsvd3', None, 'down', True, False, False, False), > - ('cam_i2c_sda_pbb2', 'rsvd3', None, 'down', True, False, False, False), > + ('cam_i2c_scl_pbb1', 'i2c3', None, 'none', False, True, True, False), > + ('cam_i2c_sda_pbb2', 'i2c3', None, 'none', False, True, True, False), > ('cam_mclk_pcc0', 'vi', None, 'down', True, False, False, False), > ('pbb0', 'vgp6', None, 'down', True, False, False, False), > ('pbb3', 'vgp3', None, 'down', True, False, False, False), > diff --git a/configs/nyan-blaze.board b/configs/nyan-blaze.board > index 39a2022..eee472f 100644 > --- a/configs/nyan-blaze.board > +++ b/configs/nyan-blaze.board > @@ -40,8 +40,8 @@ pins = ( > ('ulpi_dir_py1', 'spi1', None, 'none', False, True, False, False), > ('ulpi_nxt_py2', 'spi1', None, 'none', False, False, False, False), > ('ulpi_stp_py3', 'spi1', None, 'none', False, False, False, False), > - ('cam_i2c_scl_pbb1', 'rsvd3', None, 'down', True, False, False, False), > - ('cam_i2c_sda_pbb2', 'rsvd3', None, 'down', True, False, False, False), > + ('cam_i2c_scl_pbb1', 'i2c3', None, 'none', False, True, True, False), > + ('cam_i2c_sda_pbb2', 'i2c3', None, 'none', False, True, True, False), > ('cam_mclk_pcc0', 'vi', None, 'down', True, False, False, False), > ('pbb0', 'vgp6', None, 'down', True, False, False, False), > ('pbb3', 'vgp3', None, 'down', True, False, False, False), > ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <55536001.6080901-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>]
* Re: [pinmux scripts PATCH] Support TPM on nyan boards [not found] ` <55536001.6080901-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> @ 2015-05-15 14:20 ` Stephen Warren 0 siblings, 0 replies; 3+ messages in thread From: Stephen Warren @ 2015-05-15 14:20 UTC (permalink / raw) To: Simon Glass Cc: Stephen Warren, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Tomeu Vizoso On 05/13/2015 08:30 AM, Stephen Warren wrote: > On 05/13/2015 08:09 AM, Simon Glass wrote: >> There is a TPM on I2C3, so set up the pinmux for that. > > [Dropping LKML; they won't have a clue what this patch is about since > it's not an in-kernel tool. Adding linux-tegra mailing list since that's > where these patches are usually sent. Hence, maintaining quote of the > entire patch.] > > This looks reasonable. I'll apply it Friday assuming no objections from > anyone (I know some people in Europe are on holiday Thursday and likely > left already today). I've applied this. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-05-15 14:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-13 14:09 [pinmux scripts PATCH] Support TPM on nyan boards Simon Glass
[not found] ` <1431526194-11744-1-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2015-05-13 14:30 ` Stephen Warren
[not found] ` <55536001.6080901-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2015-05-15 14:20 ` Stephen Warren
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.