aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-01-15 18:54:14 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-01-15 19:07:13 +0000
commit19775aa7bc3507491447d487dccf6903b55ca46a (patch)
treed2f105e2618bb19c4b10fbca1b6578a298b3c5d6 /sys/contrib
parent78abc9e2e6edcc286136896c1793d40899750012 (diff)
downloadsrc-19775aa7bc3507491447d487dccf6903b55ca46a.tar.gz
src-19775aa7bc3507491447d487dccf6903b55ca46a.zip
Re-apply f81b2b9a8abd to the new device-tree import
Diffstat (limited to 'sys/contrib')
-rw-r--r--sys/contrib/device-tree/src/arm/am33xx-l4.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/contrib/device-tree/src/arm/am33xx-l4.dtsi b/sys/contrib/device-tree/src/arm/am33xx-l4.dtsi
index 45de2ff6a777..49ccfe36ad77 100644
--- a/sys/contrib/device-tree/src/arm/am33xx-l4.dtsi
+++ b/sys/contrib/device-tree/src/arm/am33xx-l4.dtsi
@@ -1177,6 +1177,8 @@
compatible = "ti,am335x-timer";
reg = <0x0 0x400>;
interrupts = <69>;
+ clocks = <&timer3_fck>;
+ clock-names = "fck";
};
};
@@ -1203,6 +1205,8 @@
reg = <0x0 0x400>;
interrupts = <92>;
ti,timer-pwm;
+ clocks = <&timer4_fck>;
+ clock-names = "fck";
};
};
@@ -1229,6 +1233,8 @@
reg = <0x0 0x400>;
interrupts = <93>;
ti,timer-pwm;
+ clocks = <&timer5_fck>;
+ clock-names = "fck";
};
};
@@ -1255,6 +1261,8 @@
reg = <0x0 0x400>;
interrupts = <94>;
ti,timer-pwm;
+ clocks = <&timer6_fck>;
+ clock-names = "fck";
};
};
@@ -1281,6 +1289,8 @@
reg = <0x0 0x400>;
interrupts = <95>;
ti,timer-pwm;
+ clocks = <&timer7_fck>;
+ clock-names = "fck";
};
};