Skip to content

Commit 07b73ee

Browse files
andy-shevrafaeljw
authored andcommitted
ACPI: LPSS: Advertise number of chip selects via property
Advertise number of chip selects via property for Intel Braswell. Fixes: 620c803 ("ACPI: LPSS: Provide an SSP type to the driver") Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent fec50db commit 07b73ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/acpi/acpi_lpss.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ static const struct lpss_device_desc bsw_i2c_dev_desc = {
325325

326326
static const struct property_entry bsw_spi_properties[] = {
327327
PROPERTY_ENTRY_U32("intel,spi-pxa2xx-type", LPSS_BSW_SSP),
328+
PROPERTY_ENTRY_U32("num-cs", 2),
328329
{ }
329330
};
330331

0 commit comments

Comments
 (0)