The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=19775aa7bc3507491447d487dccf6903b55ca46a
commit 19775aa7bc3507491447d487dccf6903b55ca46a Author: Emmanuel Vadot <[email protected]> AuthorDate: 2021-01-15 18:54:14 +0000 Commit: Emmanuel Vadot <[email protected]> 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"; }; }; _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
