Skip to content

TLV320AIC32X4 - Register Card Failed - 517 With rk3288 #259

@amit1576

Description

@amit1576

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.

32x4_error_log1
32x4_error_log2
rk_aic32x4.txt
rk_i2s.txt
tlv320aic32x4.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions