From 897982400cb45a55c7bfff044a24a56d0a225929 Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Thu, 20 Oct 2022 15:05:39 -0500 Subject: [PATCH] Updated the device tree to use 30Mhz instead of 10Mhz for the cpu timebase. --- linux/devicetree/wally-virt.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux/devicetree/wally-virt.dts b/linux/devicetree/wally-virt.dts index 6d7955855..b2fa1e81c 100644 --- a/linux/devicetree/wally-virt.dts +++ b/linux/devicetree/wally-virt.dts @@ -21,7 +21,8 @@ cpus { #address-cells = <0x01>; #size-cells = <0x00>; - timebase-frequency = <0x989680>; + clock-frequency = <0x1C9C380>; + timebase-frequency = <0x1C9C380>; cpu@0 { phandle = <0x01>;