> Fix mpc7448hpc2 tsi108 device_type bug. > Wrong device type will break the board startup. > - device_type = "tsi108-bridge"; > + device_type = "tsi-bridge"; The OS code shouldn't use "device_type" at all for this, but "compatible" instead. You might want to fix that. This patch is fine until you do of course. Segher