summaryrefslogtreecommitdiff
path: root/arch/x86/dts/tsc_timer.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/dts/tsc_timer.dtsi')
-rw-r--r--arch/x86/dts/tsc_timer.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/dts/tsc_timer.dtsi b/arch/x86/dts/tsc_timer.dtsi
new file mode 100644
index 0000000..4f5021d
--- /dev/null
+++ b/arch/x86/dts/tsc_timer.dtsi
@@ -0,0 +1,6 @@
+/ {
+ tsc-timer {
+ compatible = "x86,tsc-timer";
+ u-boot,dm-pre-reloc;
+ };
+};