UPSTREAM: rockchip: dts: rk3368-lion: add /chosen/tick-timer
To support bootstage recording, we want to mark our DM timer as the tick-timer; this triggers the support for 'trying harder' to read the timer in the Rockchip DM timer driver, even if the device model isn't ready yet. Change-Id: If09ee9ad6834bd8be99bc827471363383bce7c43 Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit f041176c4672f2885ff0843f5f7a27c892fcc42c)
This commit is contained in:
parent
a0c87cee8c
commit
aac09c6b8c
|
|
@ -13,6 +13,7 @@
|
|||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
u-boot,spl-boot-order = &emmc, &sdmmc;
|
||||
tick-timer = "/timer@ff810000";
|
||||
};
|
||||
|
||||
};
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
&timer0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
clock-frequency = <24000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue