Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed3ced37 authored by Prashant Gaikwad's avatar Prashant Gaikwad Committed by Olof Johansson
Browse files

ARM: Tegra: Add clock entry for smp_twd clock



As DT support for clocks and smp_twd is enabled, add clock entry
for smp_twd clock to DT.

This fixes the following error while booting the kernel:
smp_twd: clock not found -2

Signed-off-by: default avatarPrashant Gaikwad <pgaikwad@nvidia.com>
[swarren: include kernel log spew that this fixes]
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 9e25fe6b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -118,6 +118,7 @@
		compatible = "arm,cortex-a9-twd-timer";
		reg = <0x50040600 0x20>;
		interrupts = <1 13 0x304>;
		clocks = <&tegra_car 132>;
	};

	intc: interrupt-controller {
+1 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@
		compatible = "arm,cortex-a9-twd-timer";
		reg = <0x50040600 0x20>;
		interrupts = <1 13 0xf04>;
		clocks = <&tegra_car 214>;
	};

	intc: interrupt-controller {