Skip to content

Commit

Permalink
arm64: can: phytium: Update clock frequency for px210 CAN
Browse files Browse the repository at this point in the history
Because the finally clock frequency of px210 has been decreased to 480M,
update the struct member clock_freq of phytium_can_pci_data to match the
updated design.

Signed-off-by: yuanxia <[email protected]>
Signed-off-by: Li Zhengguang <[email protected]>
Signed-off-by: Chen Baozi <[email protected]>
Signed-off-by: Wang Yinfeng <[email protected]>
  • Loading branch information
yuanxia0927 authored and Avenger-285714 committed May 27, 2024
1 parent 3566776 commit b2e2d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/can/phytium/phytium_can_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static const struct phytium_can_devtype phytium_can_pci = {

static const struct phytium_can_pci_config phytium_can_pci_data = {
.devtype = &phytium_can_pci,
.clock_freq = 600000000,
.clock_freq = 480000000,
.tx_fifo_depth = 64,
};

Expand Down

0 comments on commit b2e2d87

Please sign in to comment.