mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-06 16:28:04 -04:00
18 lines
325 B
Text
18 lines
325 B
Text
Texas Instruments pcm1792a DT bindings
|
|
|
|
This driver supports the SPI bus.
|
|
|
|
Required properties:
|
|
|
|
- compatible: "ti,pcm1792a"
|
|
|
|
For required properties on SPI, please consult
|
|
Documentation/devicetree/bindings/spi/spi-bus.txt
|
|
|
|
Examples:
|
|
|
|
codec_spi: 1792a@0 {
|
|
compatible = "ti,pcm1792a";
|
|
spi-max-frequency = <600000>;
|
|
};
|
|
|