afcbaa20d6
The patch changes the devicetree file mode correctly. Signed-off-by: Oder Chiou <oder_chiou@realtek.com> Link: https://lore.kernel.org/r/20200504074007.13002-1-oder_chiou@realtek.com Signed-off-by: Mark Brown <broonie@kernel.org>
18 lines
233 B
Plaintext
18 lines
233 B
Plaintext
RT1308 audio Amplifier
|
|
|
|
This device supports I2C only.
|
|
|
|
Required properties:
|
|
|
|
- compatible : "realtek,rt1308".
|
|
|
|
- reg : The I2C address of the device.
|
|
|
|
|
|
Example:
|
|
|
|
rt1308: rt1308@10 {
|
|
compatible = "realtek,rt1308";
|
|
reg = <0x10>;
|
|
};
|