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>
7 lines
79 B
Plaintext
7 lines
79 B
Plaintext
/ {
|
|
tsc-timer {
|
|
compatible = "x86,tsc-timer";
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|