提交 fab95979 编写于 作者: P paul-1 提交者: Zheng Zengkai

Overlay: Update Allo Piano Plus dac driver for 5.4.y kernels.

raspberrypi inclusion
category: feature
bugzilla: 50432

--------------------------------

Create unique names for the two instances of the codec driver.
Signed-off-by: NPaul Hermann <paul@picoreplayer.org>
Signed-off-by: NFang Yafen <yafen@iscas.ac.cn>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 a4ecf312
...@@ -23,12 +23,14 @@ ...@@ -23,12 +23,14 @@
#sound-dai-cells = <0>; #sound-dai-cells = <0>;
compatible = "ti,pcm5122"; compatible = "ti,pcm5122";
reg = <0x4c>; reg = <0x4c>;
sound-name-prefix = "Main";
status = "okay"; status = "okay";
}; };
allo_pcm5122_4d: pcm5122@4d { allo_pcm5122_4d: pcm5122@4d {
#sound-dai-cells = <0>; #sound-dai-cells = <0>;
compatible = "ti,pcm5122"; compatible = "ti,pcm5122";
reg = <0x4d>; reg = <0x4d>;
sound-name-prefix = "Sub";
status = "okay"; status = "okay";
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册