Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8698e65 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Documentation: sound: add wcd-spi-ac property to wcd-spi"

parents 03110133 04812779
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -35,3 +35,23 @@ tavil_codec {
		qcom,mem-base-addr = <0x100000>;
	};
};

WCD SPI Accces Control driver support

* wcd_spi_ac

The wcd_spi_ac driver can be added as child device node to the wcd_spi node
to indicate that the WCD SPI bus needs access control and the access needs
to be arbitrated with other masters, possibly residing on another processor.
The wcd-spi driver will parse this node and register platform_device for
this node.

Required properties:

- compatible : "qcom,wcd-spi-ac"

Example:

wcd_spi_ac {
	compatible = "qcom,wcd-spi-ac";
};