[U-Boot] [PATCH 11/19] arm: dts: am335x-boneblack: add tick-timer to chosen node
Mugunthan V N
mugunthanvnm at ti.com
Fri Nov 27 09:31:30 CET 2015
Specify timer2 to be used as tick-timer in chosen node.
Signed-off-by: Mugunthan V N <mugunthanvnm at ti.com>
---
arch/arm/dts/am335x-boneblack.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/dts/am335x-boneblack.dts b/arch/arm/dts/am335x-boneblack.dts
index 679248a..27ebe4a 100644
--- a/arch/arm/dts/am335x-boneblack.dts
+++ b/arch/arm/dts/am335x-boneblack.dts
@@ -15,6 +15,7 @@
compatible = "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx";
chosen {
stdout-path = &uart0;
+ tick-timer = &timer2;
};
};
--
2.6.3.368.gf34be46
More information about the U-Boot
mailing list