From f41f4a0e5d4bf0407d95eb7859ed3771e11372ba Mon Sep 17 00:00:00 2001 From: Karabek Date: Sat, 18 Jan 2020 13:46:31 +0100 Subject: [PATCH] NanoPi Air board config: correct USB overlays (#1747) In addition to USB0 (OTG/microUSB port) this board exposes *only* USB2 and USB3 on its headers. USB1 is not available. See also schematics (http://wiki.friendlyarm.com/wiki/images/9/98/NanoPi-NEO-Air-1608-Schematic.pdf) and manufacturer info (http://wiki.friendlyarm.com/wiki/index.php/NanoPi_NEO_Air#Layout) --- config/boards/nanopiair.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/nanopiair.conf b/config/boards/nanopiair.conf index 132716fcd8..8fb030cf27 100644 --- a/config/boards/nanopiair.conf +++ b/config/boards/nanopiair.conf @@ -4,7 +4,7 @@ BOARDFAMILY="sun8i" BOOTCONFIG="nanopi_neo_air_defconfig" MODULES_LEGACY="g_serial" MODULES_CURRENT="g_serial" -DEFAULT_OVERLAYS="usbhost1 usbhost2" +DEFAULT_OVERLAYS="usbhost2 usbhost3" DEFAULT_CONSOLE="serial" SERIALCON="ttyS0,ttyGS0" BUILD_DESKTOP="no"