commit | ebbb4b67b96bb27e7292f5bf153b5e6847663a82 | [log] [tgz] |
---|---|---|
author | Henrik Brix Andersen <henrik@brixandersen.dk> | Thu Apr 28 22:14:10 2022 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon May 09 09:27:40 2022 +0200 |
tree | 7f2f9e184faafbdbcd0dd76023e3e2d26dc188ed | |
parent | 03bece0b705336dfc85377d670123321efafca77 [diff] |
drivers: can: sam: use UPLL clock instead of PLLA clock Use the UPLLCK clock for the CAN controller as recommended by the Atmel SAM E70 data sheet. Move the configuration of the clock prescaler from Kconfig to devicetree and limit it to the values recommended by the SAM E70 datasheet. Fixes: #45012 Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>