hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/omap44xx-clocks.dtsi
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Device Tree Source for OMAP4 clock data
34 *
45 * Copyright (C) 2013 Texas Instruments, Inc.
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 &cm1_clocks {
118 extalt_clkin_ck: extalt_clkin_ck {
....@@ -1274,13 +1271,18 @@
12741271 #size-cells = <1>;
12751272 ranges = <0 0x1400 0x200>;
12761273
1277
- l4_per_clkctrl: clk@20 {
1278
- compatible = "ti,clkctrl";
1274
+ l4_per_clkctrl: clock@20 {
1275
+ compatible = "ti,clkctrl-l4-per", "ti,clkctrl";
12791276 reg = <0x20 0x144>;
12801277 #clock-cells = <2>;
12811278 };
1282
- };
12831279
1280
+ l4_secure_clkctrl: clock@1a0 {
1281
+ compatible = "ti,clkctrl-l4-secure", "ti,clkctrl";
1282
+ reg = <0x1a0 0x3c>;
1283
+ #clock-cells = <2>;
1284
+ };
1285
+ };
12841286 };
12851287
12861288 &prm {