Date: Fri, 15 Jan 2021 19:10:09 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 19775aa7bc35 - main - Re-apply f81b2b9a8abd to the new device-tree import Message-ID: <202101151910.10FJA9Xi078654@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=19775aa7bc3507491447d487dccf6903b55ca46a commit 19775aa7bc3507491447d487dccf6903b55ca46a Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2021-01-15 18:54:14 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2021-01-15 19:07:13 +0000 Re-apply f81b2b9a8abd to the new device-tree import --- sys/contrib/device-tree/src/arm/am33xx-l4.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) 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"; }; };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101151910.10FJA9Xi078654>