Add a delay count to the last few places. This will help make MULTIDELAY

a requirement on armv6 with PLATFORM.
This commit is contained in:
Andrew Turner 2017-07-04 17:15:23 +00:00
parent 3d814b4cf9
commit 57521c21b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320648
3 changed files with 3 additions and 3 deletions

View File

@ -83,4 +83,4 @@ static platform_method_t vf_methods[] = {
PLATFORMMETHOD_END,
};
FDT_PLATFORM_DEF(vf, "vybrid", 0, "freescale,vybrid", 0);
FDT_PLATFORM_DEF(vf, "vybrid", 0, "freescale,vybrid", 200);

View File

@ -91,4 +91,4 @@ static platform_method_t exynos5_methods[] = {
PLATFORMMETHOD_END,
};
FDT_PLATFORM_DEF(exynos5, "exynos5", 0, "samsung,exynos5", 0);
FDT_PLATFORM_DEF(exynos5, "exynos5", 0, "samsung,exynos5", 200);

View File

@ -96,4 +96,4 @@ static platform_method_t zynq7_methods[] = {
PLATFORMMETHOD_END,
};
FDT_PLATFORM_DEF(zynq7, "zynq7", 0, "xlnx,zynq-7000", 0);
FDT_PLATFORM_DEF(zynq7, "zynq7", 0, "xlnx,zynq-7000", 200);