[PATCH 3/3] dt-bindings: rockchip: Update rk809 example with audio codec properties

From: Tim Lunn
Date: Tue Jan 16 2024 - 03:47:49 EST


Update the example provided to include the properties for using
rk817 audio codec.

Signed-off-by: Tim Lunn <tim@xxxxxxxxxxxxxx>
---

Documentation/devicetree/bindings/mfd/rockchip,rk809.yaml | 6 ++++++
1 file changed, 6 insertions(+)

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;
+ };
};
};
--
2.40.1