summaryrefslogtreecommitdiff
path: root/arch/x86/dts/efi.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/dts/efi.dts')
-rw-r--r--arch/x86/dts/efi.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/dts/efi.dts b/arch/x86/dts/efi.dts
index 1f50428..6cd8116 100644
--- a/arch/x86/dts/efi.dts
+++ b/arch/x86/dts/efi.dts
@@ -7,6 +7,7 @@
/dts-v1/;
/include/ "skeleton.dtsi"
+/include/ "tsc_timer.dtsi"
/ {
model = "EFI";
@@ -16,6 +17,10 @@
stdout-path = &serial;
};
+ tsc-timer {
+ clock-frequency = <1000000000>;
+ };
+
serial: serial {
compatible = "efi,uart";
};