Skip to content
Snippets Groups Projects
Commit cc51fd1a authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

dts:mc3: Added UCB1400

Added the UCB1400 codec to the SAI of the MC3.

BCS 746-001152
parent 7f7e71a3
Branches
Tags
2 merge requests!455CI: Update gitlab-ci,!307dts:mc3: Added UCB1400
Pipeline #62044 passed
Pipeline: linux-imx-kuk

#62045

    ...@@ -1202,6 +1202,18 @@ codec_wm9705: codec-wm9705 { ...@@ -1202,6 +1202,18 @@ codec_wm9705: codec-wm9705 {
    wm,use-median-filter; wm,use-median-filter;
    wm,use-low-pass-filter; wm,use-low-pass-filter;
    }; };
    codec_ucb1400: codec-ucb1400 {
    #sound-dai-cells = <0>;
    reg = <0>;
    compatible = "ac97,5053,4304";
    status = "okay";
    clocks = <&ac97_dummy_clk>;
    clock-names = "ac97_clk";
    interrupt-parent = <&gpio4>;
    interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
    };
    }; };
    /* GPIOs */ /* GPIOs */
    ......
    ...@@ -1172,6 +1172,18 @@ codec_wm9705: codec-wm9705 { ...@@ -1172,6 +1172,18 @@ codec_wm9705: codec-wm9705 {
    wm,use-median-filter; wm,use-median-filter;
    wm,use-low-pass-filter; wm,use-low-pass-filter;
    }; };
    codec_ucb1400: codec-ucb1400 {
    #sound-dai-cells = <0>;
    reg = <0>;
    compatible = "ac97,5053,4304";
    status = "okay";
    clocks = <&ac97_dummy_clk>;
    clock-names = "ac97_clk";
    interrupt-parent = <&gpio4>;
    interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
    };
    }; };
    /* GPIOs */ /* GPIOs */
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please to comment