On 11 February 2015 at 07:29, Simon Glass <[email protected]> wrote: > Add Lynxpoint to the driver so that the Asus Chromebox can be supported. > > Signed-off-by: Simon Glass <[email protected]> > --- > > drivers/spi/ich.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/spi/ich.c b/drivers/spi/ich.c > index 194e882..9848e0b 100644 > --- a/drivers/spi/ich.c > +++ b/drivers/spi/ich.c > @@ -185,7 +185,8 @@ static int get_ich_version(uint16_t device_id) > device_id <= PCI_DEVICE_ID_INTEL_COUGARPOINT_LPC_MAX) || > (device_id >= PCI_DEVICE_ID_INTEL_PANTHERPOINT_LPC_MIN && > device_id <= PCI_DEVICE_ID_INTEL_PANTHERPOINT_LPC_MAX) || > - device_id == PCI_DEVICE_ID_INTEL_VALLEYVIEW_LPC) > + device_id == PCI_DEVICE_ID_INTEL_VALLEYVIEW_LPC || > + device_id == PCI_DEVICE_ID_INTEL_LYNXPOINT_LPC) > return 9; > > return 0; > -- > 2.2.0.rc0.207.ga3a616c >
Reviewed-by: Jagannadha Sutradharudu Teki <[email protected]> thanks! -- Jagan. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

