forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/omap3-devkit8000-common.dtsi
....@@ -1,9 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Author: Anil Kumar <anilk4.v@gmail.com>
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License version 2 as
6
- * published by the Free Software Foundation.
74 */
85
96 #include <dt-bindings/input/input.h>
....@@ -159,6 +156,24 @@
159156
160157 &mmc3 {
161158 status = "disabled";
159
+};
160
+
161
+/* Unusable as clockevent because if unreliable oscillator, allow to idle */
162
+&timer1_target {
163
+ /delete-property/ti,no-reset-on-init;
164
+ /delete-property/ti,no-idle;
165
+ timer@0 {
166
+ /delete-property/ti,timer-alwon;
167
+ };
168
+};
169
+
170
+/* Preferred timer for clockevent */
171
+&timer12_target {
172
+ ti,no-reset-on-init;
173
+ ti,no-idle;
174
+ timer@0 {
175
+ /* Always clocked by secure_32k_fck */
176
+ };
162177 };
163178
164179 &twl_gpio {
....@@ -340,7 +355,7 @@
340355 };
341356
342357 &dss {
343
- status = "ok";
358
+ status = "okay";
344359
345360 pinctrl-names = "default";
346361 pinctrl-0 = <&dss_dpi_pins>;
....@@ -364,7 +379,7 @@
364379 };
365380
366381 &venc {
367
- status = "ok";
382
+ status = "okay";
368383
369384 vdda-supply = <&vdac>;
370385