summaryrefslogtreecommitdiffstats
path: root/sys/arm/nvidia
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-04-30 17:27:33 +0000
committerandrew <andrew@FreeBSD.org>2016-04-30 17:27:33 +0000
commitde62827a8a4318efe3c690ce949516a519c65554 (patch)
tree66251398a3963588fab47b947c0b5130b21d6abb /sys/arm/nvidia
parentcee9c1ee19ae04508a3ed8e55b7ee8ada9319b87 (diff)
downloadFreeBSD-src-de62827a8a4318efe3c690ce949516a519c65554.zip
FreeBSD-src-de62827a8a4318efe3c690ce949516a519c65554.tar.gz
Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAY
implementations. Early in the boot the kernel will use an approximate, however after the timer has been probed it will switch to a more accurate implementation. Reviewed by: manu Sponsored by: ABT Systems Ltd Differential Revision: https://reviews.freebsd.org/D5762
Diffstat (limited to 'sys/arm/nvidia')
-rw-r--r--sys/arm/nvidia/tegra124/tegra124_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/nvidia/tegra124/tegra124_machdep.c b/sys/arm/nvidia/tegra124/tegra124_machdep.c
index 9dbce99..70c31da 100644
--- a/sys/arm/nvidia/tegra124/tegra124_machdep.c
+++ b/sys/arm/nvidia/tegra124/tegra124_machdep.c
@@ -170,4 +170,4 @@ static platform_method_t tegra124_methods[] = {
PLATFORMMETHOD_END,
};
-FDT_PLATFORM_DEF(tegra124, "Nvidia Jetson-TK1", 0, "nvidia,jetson-tk1");
+FDT_PLATFORM_DEF(tegra124, "Nvidia Jetson-TK1", 0, "nvidia,jetson-tk1", 0);
OpenPOWER on IntegriCloud