forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/Documentation/devicetree/bindings/sound/da7219.txt
....@@ -23,8 +23,8 @@
2323 interrupt is to be used to wake system, otherwise "irq" should be used.
2424 - wakeup-source: Flag to indicate this device can wake system (suspend/resume).
2525
26
-- #clock-cells : Should be set to '<0>', only one clock source provided;
27
-- clock-output-names : Name given for DAI clocks output;
26
+- #clock-cells : Should be set to '<1>', two clock sources provided;
27
+- clock-output-names : Names given for DAI clock outputs (WCLK & BCLK);
2828
2929 - clocks : phandle and clock specifier for codec MCLK.
3030 - clock-names : Clock name string for 'clocks' attribute, should be "mclk".
....@@ -84,8 +84,8 @@
8484 VDDMIC-supply = <&reg_audio>;
8585 VDDIO-supply = <&reg_audio>;
8686
87
- #clock-cells = <0>;
88
- clock-output-names = "dai-clks";
87
+ #clock-cells = <1>;
88
+ clock-output-names = "dai-wclk", "dai-bclk";
8989
9090 clocks = <&clks 201>;
9191 clock-names = "mclk";