mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 21:08:08 -04:00
Updated the device tree to use 30Mhz instead of 10Mhz for the cpu timebase.
This commit is contained in:
parent
d4c5440f25
commit
897982400c
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@
|
|||
cpus {
|
||||
#address-cells = <0x01>;
|
||||
#size-cells = <0x00>;
|
||||
timebase-frequency = <0x989680>;
|
||||
clock-frequency = <0x1C9C380>;
|
||||
timebase-frequency = <0x1C9C380>;
|
||||
|
||||
cpu@0 {
|
||||
phandle = <0x01>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue