The delay time is realtek,btndet-delay value multiple of 8.192 ms.
   If absent, the default is 16.
 
+- #clock-cells : Should be set to '<1>',  wclk and bclk sources provided.
+- clock-output-names : Name given for DAI clocks output.
+
+- clocks : phandle and clock specifier for codec MCLK.
+- clock-names : Clock name string for 'clocks' attribute, should be "mclk".
+
 Pins on the device (for linking into audio routes) for RT5682:
 
   * DMIC L1
        realtek,dmic1-clk-pin = <1>;
        realtek,jd-src = <1>;
        realtek,btndet-delay = <16>;
+
+       #clock-cells = <1>;
+       clock-output-names = "rt5682-dai-wclk", "rt5682-dai-bclk";
+
+       clocks = <&osc>;
+       clock-names = "mclk";
 };