hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/omap3-n950-n9.dtsi
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * omap3-n950-n9.dtsi - Device Tree file for Nokia N950 & N9 (common stuff)
34 *
45 * Written by: Aaro Koskinen <aaro.koskinen@iki.fi>
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License version 2 as
8
- * published by the Free Software Foundation.
96 */
107
118 #include "omap36xx.dtsi"
....@@ -14,13 +11,6 @@
1411 cpus {
1512 cpu@0 {
1613 cpu0-supply = <&vcc>;
17
- operating-points = <
18
- /* kHz uV */
19
- 300000 1012500
20
- 600000 1200000
21
- 800000 1325000
22
- 1000000 1375000
23
- >;
2414 };
2515 };
2616
....@@ -44,7 +34,6 @@
4434 regulator-name = "VWLAN";
4535 gpio = <&gpio2 3 GPIO_ACTIVE_HIGH>; /* gpio 35 */
4636 enable-active-high;
47
- regulator-boot-off;
4837 };
4938
5039 leds {
....@@ -352,6 +341,11 @@
352341 status = "disabled";
353342 };
354343
344
+/* RNG not directly accessible on N950/N9. */
345
+&rng_target {
346
+ status = "disabled";
347
+};
348
+
355349 &usb_otg_hs {
356350 interface-type = <0>;
357351 usb-phy = <&usb2_phy>;
....@@ -500,3 +494,11 @@
500494 clock-names = "sysclk";
501495 };
502496 };
497
+
498
+&aes1_target {
499
+ status = "disabled";
500
+};
501
+
502
+&aes2_target {
503
+ status = "disabled";
504
+};