hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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 modify
3
- * it under the terms of the GNU General Public License version 2 as
4
- * published by the Free Software Foundation.
5
- */
1
+// SPDX-License-Identifier: GPL-2.0-only
62
73 #include <dt-bindings/input/input.h>
84
....@@ -39,6 +35,11 @@
3935 };
4036 };
4137
38
+/* The Torpedo doesn't route the USB host pins */
39
+&usbhshost {
40
+ status = "disabled";
41
+};
42
+
4243 &gpmc {
4344 ranges = <0 0 0x30000000 0x1000000>; /* CS0: 16MB for NAND */
4445