| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * 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. |
|---|
| 7 | 4 | */ |
|---|
| 8 | 5 | |
|---|
| 9 | 6 | #include <dt-bindings/input/input.h> |
|---|
| .. | .. |
|---|
| 159 | 156 | |
|---|
| 160 | 157 | &mmc3 { |
|---|
| 161 | 158 | 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 | + }; |
|---|
| 162 | 177 | }; |
|---|
| 163 | 178 | |
|---|
| 164 | 179 | &twl_gpio { |
|---|
| .. | .. |
|---|
| 340 | 355 | }; |
|---|
| 341 | 356 | |
|---|
| 342 | 357 | &dss { |
|---|
| 343 | | - status = "ok"; |
|---|
| 358 | + status = "okay"; |
|---|
| 344 | 359 | |
|---|
| 345 | 360 | pinctrl-names = "default"; |
|---|
| 346 | 361 | pinctrl-0 = <&dss_dpi_pins>; |
|---|
| .. | .. |
|---|
| 364 | 379 | }; |
|---|
| 365 | 380 | |
|---|
| 366 | 381 | &venc { |
|---|
| 367 | | - status = "ok"; |
|---|
| 382 | + status = "okay"; |
|---|
| 368 | 383 | |
|---|
| 369 | 384 | vdda-supply = <&vdac>; |
|---|
| 370 | 385 | |
|---|