LF-1042: arm64: dts: imx8: update compatible string for asrc
authorShengjiu Wang <shengjiu.wang@nxp.com>
Tue, 3 Mar 2020 05:34:06 +0000 (13:34 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:22:01 +0000 (11:22 +0800)
According to latest DT binding, update the compatible string

Documentation/devicetree/bindings/sound/fsl,asrc.txt

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
arch/arm64/boot/dts/freescale/imx8-ss-audio.dtsi
arch/arm64/boot/dts/freescale/imx8qxp-ss-adma.dtsi

index e430afe..bc46e94 100644 (file)
@@ -161,7 +161,7 @@ audio_subsys: bus@59000000 {
        };
 
        asrc0: asrc@59000000 {
-               compatible = "fsl,imx8qm-asrc0";
+               compatible = "fsl,imx8qm-asrc";
                reg = <0x59000000 0x10000>;
                interrupts = <GIC_SPI 372 IRQ_TYPE_LEVEL_HIGH>,
                        <GIC_SPI 373 IRQ_TYPE_LEVEL_HIGH>;
@@ -196,6 +196,7 @@ audio_subsys: bus@59000000 {
                                "txa", "txb", "txc";
                fsl,asrc-rate  = <8000>;
                fsl,asrc-width = <16>;
+               fsl,asrc-clk-map = <0>;
                power-domains = <&pd IMX_SC_R_ASRC_0>,
                                <&pd IMX_SC_R_AUDIO_CLK_0>,
                                <&pd IMX_SC_R_AUDIO_CLK_1>,
@@ -364,7 +365,7 @@ audio_subsys: bus@59000000 {
        };
 
        asrc1: asrc@59800000 {
-               compatible = "fsl,imx8qm-asrc1";
+               compatible = "fsl,imx8qm-asrc";
                reg = <0x59800000 0x10000>;
                interrupts = <GIC_SPI 380 IRQ_TYPE_LEVEL_HIGH>,
                        <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>;
@@ -399,6 +400,7 @@ audio_subsys: bus@59000000 {
                                "txa", "txb", "txc";
                fsl,asrc-rate  = <8000>;
                fsl,asrc-width = <16>;
+               fsl,asrc-clk-map = <1>;
                power-domains = <&pd IMX_SC_R_ASRC_1>,
                                <&pd IMX_SC_R_AUDIO_CLK_0>,
                                <&pd IMX_SC_R_AUDIO_CLK_1>,
index 6b45696..4b0cede 100644 (file)
        compatible = "fsl,imx8qxp-lpi2c", "fsl,imx7ulp-lpi2c";
 };
 
+&asrc0 {
+       compatible = "fsl,imx8qxp-asrc";
+};
+
+&asrc1 {
+       compatible = "fsl,imx8qxp-asrc";
+};
+
 &audio_subsys {
 
        dsp: dsp@596e8000 {