Skip to content
Snippets Groups Projects
Commit f138ca13 authored by Ira W. Snyder's avatar Ira W. Snyder Committed by Kim Phillips
Browse files

mpc8xxx_spi: fix SPI support on MPC8308RDB


The MPC8308RDB Reference Manual states that no bits in the SPMODE
register are allowed to change while the enable (EN) bit is set.

This driver changes the character length bits (LEN) while the enable
(EN) bit is set. Clearing the EN bit while changing the LEN bits makes
the driver work correctly on MPC8308RDB.

Signed-off-by: default avatarIra W. Snyder <iws@ovro.caltech.edu>
Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
parent 037e9d33
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment