diff options
Diffstat (limited to 'include/configs/p2571.h')
-rw-r--r-- | include/configs/p2571.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/p2571.h b/include/configs/p2571.h index 356c941a77..3bf9888472 100644 --- a/include/configs/p2571.h +++ b/include/configs/p2571.h @@ -61,7 +61,8 @@ #include "tegra-common-usb-gadget.h" #include "tegra-common-post.h" -#define COUNTER_FREQUENCY 38400000 +/* Crystal is 38.4MHz. clk_m runs at half that rate */ +#define COUNTER_FREQUENCY 19200000 #define CONFIG_OF_BOARD_SETUP #endif /* _P2571_H */ |