From: Stephen Warren <swarren@xxxxxxxxxx> Fix csv-to-board-tegra124-xlsx.py's comment in supported_boards{} re: the sheet that the data came from. It should be Customer_Configuration, but I was confused when I exported as CSV, and Excel renamed the sheet:-/ Signed-off-by: Stephen Warren <swarren@xxxxxxxxxx> --- csv-to-board-tegra124-xlsx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csv-to-board-tegra124-xlsx.py b/csv-to-board-tegra124-xlsx.py index f99fda18e70e..e7afda7cd04d 100755 --- a/csv-to-board-tegra124-xlsx.py +++ b/csv-to-board-tegra124-xlsx.py @@ -43,7 +43,7 @@ if dbg: print(args) supported_boards = { 'jetson-tk1': 'T124_customer_pinmux_PM375_30Apr2014_v2.csv', # worksheet PM375Beaver_Configuration - 'venice2': 'Venice2_T124_customer_pinmux_based_on_P4_rev47_2013-07-12.csv', # worksheet Venice2_T124_customer_pinmux_ba + 'venice2': 'Venice2_T124_customer_pinmux_based_on_P4_rev47_2013-07-12.csv', # worksheet Customer_Configuration } if not args.board in supported_boards: -- 1.8.1.5 -- 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