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