* [pinmux PATCH] Jetson TK1: add missing PCIe-related pin configuration
@ 2014-08-22 21:02 Stephen Warren
[not found] ` <1408741353-10259-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Warren @ 2014-08-22 21:02 UTC (permalink / raw)
To: linux-tegra-u79uwXL29TY76Z2rM5mHXA; +Cc: Stephen Warren
From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
The Jetson TK1 spreadsheet is missing configuration for the PCIe clk_req,
rst, and wake pins. This causes the generated pinmux tables to also omit
any configuration for these pins, which in turn causes U-Boot's and the
Linux Kernel's PCIe support to fail.
Manually add configuration for these pins. The values here match the
values found in the downstream L4T kernel, and common sense based on the
usage of these pins.
Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
configs/jetson-tk1.board | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/configs/jetson-tk1.board b/configs/jetson-tk1.board
index 1df628406985..f69b89ec0af8 100644
--- a/configs/jetson-tk1.board
+++ b/configs/jetson-tk1.board
@@ -89,6 +89,11 @@ pins = (
('pi7', 'rsvd1', None, 'down', True, False, False, False),
('pc7', None, 'in', 'up', False, True, False, False),
('pi0', None, 'out0', 'none', False, False, False, False),
+ ('pex_l0_clkreq_n_pdd2', 'pe0', None, 'up', False, True, False, False),
+ ('pex_l0_rst_n_pdd1', 'pe0', None, 'none', False, False, False, False),
+ ('pex_l1_clkreq_n_pdd6', 'pe1', None, 'up', False, True, False, False),
+ ('pex_l1_rst_n_pdd5', 'pe1', None, 'none', False, False, False, False),
+ ('pex_wake_n_pdd3', 'pe', None, 'up', False, True, False, False),
('usb_vbus_en2_pff1', None, 'out0', 'none', False, False, False, False),
('pff2', None, 'in', 'up', False, True, False, False),
('clk2_out_pw5', 'extperiph2', None, 'none', False, False, False, False),
--
2.1.0.rc2.3.g67de23d
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [pinmux PATCH] Jetson TK1: add missing PCIe-related pin configuration
[not found] ` <1408741353-10259-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
@ 2014-08-25 16:22 ` Stephen Warren
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Warren @ 2014-08-25 16:22 UTC (permalink / raw)
To: linux-tegra-u79uwXL29TY76Z2rM5mHXA; +Cc: Stephen Warren
On 08/22/2014 03:02 PM, Stephen Warren wrote:
> From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
>
> The Jetson TK1 spreadsheet is missing configuration for the PCIe clk_req,
> rst, and wake pins. This causes the generated pinmux tables to also omit
> any configuration for these pins, which in turn causes U-Boot's and the
> Linux Kernel's PCIe support to fail.
>
> Manually add configuration for these pins. The values here match the
> values found in the downstream L4T kernel, and common sense based on the
> usage of these pins.
I've applied this.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-25 16:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-22 21:02 [pinmux PATCH] Jetson TK1: add missing PCIe-related pin configuration Stephen Warren
[not found] ` <1408741353-10259-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2014-08-25 16:22 ` 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).