mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2026-01-27 12:35:36 +01:00
ACPI: LPSS: Advertise number of chip selects via property
[ Upstream commit07b73ee599] Advertise number of chip selects via property for Intel Braswell. Fixes:620c803f42("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
776bad0b1f
commit
040c3a0024
|
|
@ -333,6 +333,7 @@ static const struct lpss_device_desc bsw_i2c_dev_desc = {
|
|||
|
||||
static const struct property_entry bsw_spi_properties[] = {
|
||||
PROPERTY_ENTRY_U32("intel,spi-pxa2xx-type", LPSS_BSW_SSP),
|
||||
PROPERTY_ENTRY_U32("num-cs", 2),
|
||||
{ }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user