From: Stephen Warren <swarren@xxxxxxxxxx> 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@xxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html