forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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