mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 21:51:40 +00:00
Documentation: firmware-guide: gpio-properties: Add note to SPI CS case
Historically ACPI has no means of the GPIO polarity and thus the SPISerialBus() resource defines it on the per-chip basis. In order to avoid an ambiguity, the GPIO polarity is considered being always Active High. Add note about this to the respective documentation file. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
d8f9176b4e
commit
ec3576eac1
@ -99,6 +99,12 @@ native::
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Note, that historically ACPI has no means of the GPIO polarity and thus
|
||||||
|
the SPISerialBus() resource defines it on the per-chip basis. In order
|
||||||
|
to avoid a chain of negations, the GPIO polarity is considered being
|
||||||
|
Active High. Even for the cases when _DSD() is involved (see the example
|
||||||
|
above) the GPIO CS polarity must be defined Active High to avoid ambiguity.
|
||||||
|
|
||||||
Other supported properties
|
Other supported properties
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user