diff options
author | Biju Das <biju.das.jz@bp.renesas.com> | 2021-09-21 09:46:03 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-09-24 14:55:24 +0200 |
commit | 1c8da81cc452075a21d4654f88264df8e8e89676 (patch) | |
tree | 29f9438763e30f70cc73dab3a8af4b835874f42c | |
parent | 89fe8d246a26a1a60e658a58e5099a90e4d56f6f (diff) |
arm64: dts: renesas: rzg2l-smarc: Add WM8978 sound codec
Add WM8978 sound codec node to RZ/G2L SMARC EVK.
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://lore.kernel.org/r/20210921084605.16250-3-biju.das.jz@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
-rw-r--r-- | arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi b/arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi index 8ecc5b45fc99..85fd6dbabff2 100644 --- a/arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi +++ b/arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi @@ -65,8 +65,15 @@ &i2c3 { pinctrl-0 = <&i2c3_pins>; pinctrl-names = "default"; + clock-frequency = <400000>; status = "okay"; + + wm8978: codec@1a { + compatible = "wlf,wm8978"; + #sound-dai-cells = <0>; + reg = <0x1a>; + }; }; &ohci0 { |