kernel/arch/arm/boot/dts/logicpd-torpedo-som.dtsi
.. .. @@ -1,8 +1,4 @@ 1 -/*2 - * This program is free software; you can redistribute it and/or modify3 - * it under the terms of the GNU General Public License version 2 as4 - * published by the Free Software Foundation.5 - */1 +// SPDX-License-Identifier: GPL-2.0-only6 2 7 3 #include <dt-bindings/input/input.h> 8 4 .. .. @@ -39,6 +35,11 @@ 39 35 }; 40 36 }; 41 37 38 +/* The Torpedo doesn't route the USB host pins */39 +&usbhshost {40 + status = "disabled";41 +};42 +42 43 &gpmc { 43 44 ranges = <0 0 0x30000000 0x1000000>; /* CS0: 16MB for NAND */ 44 45