summaryrefslogtreecommitdiff
path: root/arch/arm/dts/omap446x-clocks.dtsi
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2020-06-16 11:03:05 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2020-06-16 17:00:12 +0530
commit00fde6b873207d4d1415bc46560633d6c925f3f3 (patch)
tree0be1e7dd60c96f8448e17b9b8015ab0de3b56c1a /arch/arm/dts/omap446x-clocks.dtsi
parent83a0e9ddaa2cdefc307f11ceaa09a58ae6916764 (diff)
omap4: Copy device tree from Linux 5.7.y
Copy all device tree files required for omap4 panda support from mainline Linux. Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/dts/omap446x-clocks.dtsi')
-rw-r--r--arch/arm/dts/omap446x-clocks.dtsi24
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/dts/omap446x-clocks.dtsi b/arch/arm/dts/omap446x-clocks.dtsi
new file mode 100644
index 0000000000..0f41714cff
--- /dev/null
+++ b/arch/arm/dts/omap446x-clocks.dtsi
@@ -0,0 +1,24 @@
+// SPDX-License-Identifier: GPL-2.0-only
+/*
+ * Device Tree Source for OMAP4 clock data
+ *
+ * Copyright (C) 2013 Texas Instruments, Inc.
+ */
+&prm_clocks {
+ div_ts_ck: div_ts_ck@1888 {
+ #clock-cells = <0>;
+ compatible = "ti,divider-clock";
+ clocks = <&l4_wkup_clk_mux_ck>;
+ ti,bit-shift = <24>;
+ reg = <0x1888>;
+ ti,dividers = <8>, <16>, <32>;
+ };
+
+ bandgap_ts_fclk: bandgap_ts_fclk@1888 {
+ #clock-cells = <0>;
+ compatible = "ti,gate-clock";
+ clocks = <&div_ts_ck>;
+ ti,bit-shift = <8>;
+ reg = <0x1888>;
+ };
+};