]> git.dujemihanovic.xyz Git - u-boot.git/commit
spi: mpc8xx: Set up speed as requested
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Fri, 12 Apr 2024 17:36:19 +0000 (19:36 +0200)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Thu, 18 Apr 2024 13:47:46 +0000 (15:47 +0200)
commit4fb931ed531e7e0a2deb32b392854a118a93ae17
treeaa55d2c3b73e140dd156eaf6a5cff2c10f282fc7
parentdff36805c7fca1edabf3a8be94a8431928e3aec8
spi: mpc8xx: Set up speed as requested

Set the speed requested through mpc8xx_spi_set_speed() instead
of hardcoding a fixed speed.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
drivers/spi/mpc8xx_spi.c