Unverified Commit 7ae07308 authored by Oder Chiou's avatar Oder Chiou Committed by Mark Brown
Browse files

ASoC: rt1016: Add the devicetree file for the rt1016



The patch adds the devicetree file for the rt1016.

Signed-off-by: default avatarOder Chiou <oder_chiou@realtek.com>
Link: https://lore.kernel.org/r/20200507021539.7133-2-oder_chiou@realtek.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 79a4b670
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
RT1016 Stereo Class D Audio Amplifier

This device supports I2C only.

Required properties:

- compatible : "realtek,rt1016".

- reg : The I2C address of the device.


Example:

rt1016: codec@1a {
	compatible = "realtek,rt1016";
	reg = <0x1a>;
};