mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-02 08:32:55 +00:00

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>;
|
|
};
|