From: Stephen Warren <swarren@xxxxxxxxxx> 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@xxxxxxxxxx> --- 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 -- 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