* [pinmux scripts PATCH] Import latest Jetson TK1 spreadsheet
@ 2016-04-21 21:58 Stephen Warren
       [not found] ` <1461275892-3798-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Warren @ 2016-04-21 21:58 UTC (permalink / raw)
  To: swarren-3lzwWm7+Weoh9ZMKESR00Q
  Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren
From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
This imports v11 of "Jetson TK1 Development Platform Pin Mux" from
https://developer.nvidia.com/embedded/downloads.
The new version defines the mux option for the MIPI pad ctrl selection.
The OWR pin no longer has an entry in the configuration table because
the only mux option it support is OWR, that feature isn't supported, and
hence can't conflict with any other pin. This pin can only usefully be
used as a GPIO.
Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 configs/jetson-tk1.board | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/configs/jetson-tk1.board b/configs/jetson-tk1.board
index 9b029df2f479..57d05935f25d 100644
--- a/configs/jetson-tk1.board
+++ b/configs/jetson-tk1.board
@@ -182,7 +182,6 @@ pins = (
     ('uart3_rts_n_pc0',        'gmi',          None,      'down', True,  False, False, False),
     ('uart3_rxd_pw7',          'rsvd2',        None,      'down', True,  False, False, False),
     ('uart3_txd_pw6',          'rsvd2',        None,      'down', True,  False, False, False),
-    ('owr',                    'rsvd2',        None,      'down', True,  False, False, False),
     ('hdmi_cec_pee3',          'cec',          None,      'none', False, True,  False, False),
     ('hdmi_int_pn7',           None,           'in',      'down', True,  True,  False, False),
     ('ddc_scl_pv4',            'i2c4',         None,      'none', False, True,  False, False),
@@ -196,3 +195,8 @@ pins = (
 
 drive_groups = (
 )
+
+mipi_pad_ctrl_groups = (
+    #pin,     mux
+    ('dsi_b', 'dsi_b'),
+)
-- 
2.8.1
^ permalink raw reply related	[flat|nested] 2+ messages in thread
* Re: [pinmux scripts PATCH] Import latest Jetson TK1 spreadsheet
       [not found] ` <1461275892-3798-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
@ 2016-04-22 19:54   ` Stephen Warren
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Warren @ 2016-04-22 19:54 UTC (permalink / raw)
  To: linux-tegra-u79uwXL29TY76Z2rM5mHXA; +Cc: Stephen Warren
On 04/21/2016 03:58 PM, Stephen Warren wrote:
> From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
>
> This imports v11 of "Jetson TK1 Development Platform Pin Mux" from
> https://developer.nvidia.com/embedded/downloads.
>
> The new version defines the mux option for the MIPI pad ctrl selection.
> The OWR pin no longer has an entry in the configuration table because
> the only mux option it support is OWR, that feature isn't supported, and
> hence can't conflict with any other pin. This pin can only usefully be
> used as a GPIO.
Applied.
^ permalink raw reply	[flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-22 19:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-21 21:58 [pinmux scripts PATCH] Import latest Jetson TK1 spreadsheet Stephen Warren
     [not found] ` <1461275892-3798-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2016-04-22 19:54   ` Stephen Warren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).