This patch makes it possible to use drivers/clocksource/timer-riscv.c with erizo. Without timebase-frequency initialized we have this warning at startup: RISC-V system with no 'timebase-frequency' in DTS Signed-off-by: Antony Pavlov <antonynpavlov@xxxxxxxxx> --- arch/riscv/dts/erizo.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/riscv/dts/erizo.dtsi b/arch/riscv/dts/erizo.dtsi index e854a48ae5..228711bd69 100644 --- a/arch/riscv/dts/erizo.dtsi +++ b/arch/riscv/dts/erizo.dtsi @@ -20,6 +20,8 @@ #address-cells = <1>; #size-cells = <0>; + timebase-frequency = <24000000>; + cpu@0 { device_type = "cpu"; compatible = "cliffordwolf,picorv32", "riscv"; -- 2.30.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox