mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
80af39842e
Convert all x86 boards to use driver model tsc timer. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
6 lines
79 B
Text
6 lines
79 B
Text
/ {
|
|
tsc-timer {
|
|
compatible = "x86,tsc-timer";
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|