Message ID | 20240116084618.3112410-4-tim@feathertop.org |
---|---|
State | New |
Headers | show |
Series | dt-bindings: rockchip: Add support for rk809 audio codec | expand |
diff --git a/Documentation/devicetree/bindings/mfd/rockchip,rk809.yaml b/Documentation/devicetree/bindings/mfd/rockchip,rk809.yaml index 3f31478932c2..c9c676d0922d 100644 --- a/Documentation/devicetree/bindings/mfd/rockchip,rk809.yaml +++ b/Documentation/devicetree/bindings/mfd/rockchip,rk809.yaml @@ -161,10 +161,13 @@ examples: clock-output-names = "xin32k", "rk808-clkout2"; interrupt-parent = <&gpio3>; interrupts = <10 IRQ_TYPE_LEVEL_LOW>; + clock-names = "mclk"; + clocks = <&cru SCLK_I2S1_OUT>; pinctrl-names = "default"; pinctrl-0 = <&pmic_int_l_pin>; rockchip,system-power-controller; wakeup-source; + #sound-dai-cells = <0>; vcc1-supply = <&vcc_sysin>; vcc2-supply = <&vcc_sysin>; @@ -312,5 +315,8 @@ examples: }; }; }; + rk817_codec: codec { + rockchip,mic-in-differential; + }; }; };
Update the example provided to include the properties for using rk817 audio codec. Signed-off-by: Tim Lunn <tim@feathertop.org> --- Documentation/devicetree/bindings/mfd/rockchip,rk809.yaml | 6 ++++++ 1 file changed, 6 insertions(+)