Skip to content
Snippets Groups Projects
Commit 5b3147bc authored by Daniel Baluta's avatar Daniel Baluta Committed by Angus Ainslie (Purism)
Browse files

ASoC: dt-bindings: Document dl_mask property


SAI supports up to 8 data lines. This property let the user
configure how many data lines should be used per transfer
direction (Tx/Rx).

Signed-off-by: default avatarDaniel Baluta <daniel.baluta@nxp.com>
parent fa33eba9
No related branches found
No related tags found
6 merge requests!101Adjust the pin control register values of each SDA and SCL pin,!82USB: Add USB_QUIRK_RESET_RESUME quirk for Microchip USB2642,!71Make I2C1 operate at 387kHz,!66Purism redpine driver,!54Drop capacity,!44WIP power: bq25890_charger: Indicate charging state
......@@ -49,6 +49,11 @@ Optional properties:
- big-endian : Boolean property, required if all the SAI
registers are big-endian rather than little-endian.
- fsl,dl_mask : list of two integers (bitmask, first for RX, second
for TX) representing enabled datalines. Bit 0
represents first data line, bit 1 represents second
data line and so on. Data line is enabled if
corresponding bit is set to 1.
Optional properties (for mx6ul):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment