-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Hello Team,
I am facing one issue while registering TLV320AIC32X4 with rk3288. I have taken the reference of "es8323" to prepare machine driver and device tree. I am attaching the same here.
The Device tree entries are as follow :
rockchip-spdif-card {
compatible = "rockchip-spdif-card";
dais {
dai0 {
audio-codec = <&codec_hdmi_spdif>;
audio-controller = <&spdif>;
};
};
};
rockchip-aic32X4 {
status = "okay";
compatible = "rockchip-aic32X4";
dais {
dai0 {
audio-codec = <&codec>;
audio-controller = <&i2s>;
format = "i2s";
//continuous-clock;
//bitclock-inversion;
//frame-inversion;
//bitclock-master;
//frame-master;
};
};
tlv320aic32@18 {
compatible = "ti,tlv320aic32x4";
reg = <0x18>;
clocks = <&clk_i2s>, <&clk_i2s_out>;
clock-names = "i2s_clk","i2s_mclk";
pinctrl-names = "default";
pinctrl-0 = <&i2s_mclk>;
};
Please guide us where we are going wrong.
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels