forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/Documentation/devicetree/bindings/sound/fsl-sai.txt
....@@ -8,7 +8,9 @@
88 Required properties:
99
1010 - compatible : Compatible list, contains "fsl,vf610-sai",
11
- "fsl,imx6sx-sai" or "fsl,imx6ul-sai"
11
+ "fsl,imx6sx-sai", "fsl,imx6ul-sai",
12
+ "fsl,imx7ulp-sai", "fsl,imx8mq-sai" or
13
+ "fsl,imx8qm-sai".
1214
1315 - reg : Offset and length of the register set for the device.
1416
....@@ -35,13 +37,13 @@
3537
3638 - fsl,sai-synchronous-rx: This is a boolean property. If present, indicating
3739 that SAI will work in the synchronous mode (sync Tx
38
- with Rx) which means both the transimitter and the
40
+ with Rx) which means both the transmitter and the
3941 receiver will send and receive data by following
4042 receiver's bit clocks and frame sync clocks.
4143
4244 - fsl,sai-asynchronous: This is a boolean property. If present, indicating
4345 that SAI will work in the asynchronous mode, which
44
- means both transimitter and receiver will send and
46
+ means both transmitter and receiver will send and
4547 receive data by following their own bit clocks and
4648 frame sync clocks separately.
4749
....@@ -58,8 +60,8 @@
5860 Note:
5961 - If both fsl,sai-asynchronous and fsl,sai-synchronous-rx are absent, the
6062 default synchronous mode (sync Rx with Tx) will be used, which means both
61
- transimitter and receiver will send and receive data by following clocks
62
- of transimitter.
63
+ transmitter and receiver will send and receive data by following clocks
64
+ of transmitter.
6365 - fsl,sai-asynchronous and fsl,sai-synchronous-rx are exclusive.
6466
6567 Example: