hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/omap54xx-clocks.dtsi
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Device Tree Source for OMAP5 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 &cm_core_aon_clocks {
118 pad_clks_src_ck: pad_clks_src_ck {
....@@ -1128,9 +1125,15 @@
11281125 #size-cells = <1>;
11291126 ranges = <0 0x1000 0x200>;
11301127
1131
- l4per_clkctrl: clk@20 {
1132
- compatible = "ti,clkctrl";
1128
+ l4per_clkctrl: clock@20 {
1129
+ compatible = "ti,clkctrl-l4per", "ti,clkctrl";
11331130 reg = <0x20 0x15c>;
1131
+ #clock-cells = <2>;
1132
+ };
1133
+
1134
+ l4sec_clkctrl: clock@1a0 {
1135
+ compatible = "ti,clkctrl-l4sec", "ti,clkctrl";
1136
+ reg = <0x1a0 0x3c>;
11341137 #clock-cells = <2>;
11351138 };
11361139 };
....@@ -1149,6 +1152,20 @@
11491152 };
11501153 };
11511154
1155
+ gpu_cm: gpu_cm@1500 {
1156
+ compatible = "ti,omap4-cm";
1157
+ reg = <0x1500 0x100>;
1158
+ #address-cells = <1>;
1159
+ #size-cells = <1>;
1160
+ ranges = <0 0x1500 0x100>;
1161
+
1162
+ gpu_clkctrl: clk@20 {
1163
+ compatible = "ti,clkctrl";
1164
+ reg = <0x20 0x4>;
1165
+ #clock-cells = <2>;
1166
+ };
1167
+ };
1168
+
11521169 l3init_cm: l3init_cm@1600 {
11531170 compatible = "ti,omap4-cm";
11541171 reg = <0x1600 0x100>;