mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
ARM: dts: rk3288: add asoc simple card for DW-HDMI audio for fennec board
Change-Id: I36e01d79fe48722369e896992b7086be7a762752 Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com> Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
This commit is contained in:
committed by
Gerrit Code Review
parent
9bdceb355a
commit
91fc367f8a
@@ -58,6 +58,19 @@
|
||||
clock-output-names = "ext_gmac";
|
||||
};
|
||||
|
||||
sound {
|
||||
compatible = "simple-audio-card";
|
||||
simple-audio-card,format = "i2s";
|
||||
simple-audio-card,name = "rockchip,fennec-codec";
|
||||
simple-audio-card,mclk-fs = <512>;
|
||||
simple-audio-card,cpu {
|
||||
sound-dai = <&i2s>;
|
||||
};
|
||||
simple-audio-card,codec {
|
||||
sound-dai = <&hdmi>;
|
||||
};
|
||||
};
|
||||
|
||||
vcc_sys: vsys-regulator {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "vcc_sys";
|
||||
@@ -144,6 +157,10 @@
|
||||
};
|
||||
|
||||
&hdmi {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
#sound-dai-cells = <0>;
|
||||
ddc-i2c-bus = <&i2c5>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -337,6 +354,15 @@
|
||||
};
|
||||
};
|
||||
|
||||
&i2c5 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2s {
|
||||
#sound-dai-cells = <0>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
pcfg_output_high: pcfg-output-high {
|
||||
output-high;
|
||||
|
||||
Reference in New Issue
Block a user