diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2020-04-04 16:12:48 +0200 |
---|---|---|
committer | marex <marex@desktop.lan> | 2020-04-28 21:34:51 +0200 |
commit | c7d681207dd6c202087fa1c8732fadd1c0288863 (patch) | |
tree | 52c3756eed5b9d1777819dcd76307693121157e6 /arch/arm/dts/r8a77965-salvator-x.dts | |
parent | 329267fad2fd6358e9a8660a18dce5a43e6d8a16 (diff) | |
download | u-boot-c7d681207dd6c202087fa1c8732fadd1c0288863.tar.gz |
ARM: dts: rmobile: Synchronize Gen3 DTs with Linux 5.6.2
Synchronize R-Car Gen3 device trees with Linux 5.6.2,
commit 9fbe5c87eaa9b72db08425c52c373eb5f6537a0a .
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/dts/r8a77965-salvator-x.dts')
-rw-r--r-- | arch/arm/dts/r8a77965-salvator-x.dts | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a77965-salvator-x.dts b/arch/arm/dts/r8a77965-salvator-x.dts index 340a3c72b6..660a0240ee 100644 --- a/arch/arm/dts/r8a77965-salvator-x.dts +++ b/arch/arm/dts/r8a77965-salvator-x.dts @@ -41,9 +41,37 @@ remote-endpoint = <&hdmi0_con>; }; }; + port@2 { + reg = <2>; + dw_hdmi0_snd_in: endpoint { + remote-endpoint = <&rsnd_endpoint1>; + }; + }; }; }; &hdmi0_con { remote-endpoint = <&rcar_dw_hdmi0_out>; }; + +&rcar_sound { + ports { + rsnd_port1: port@1 { + reg = <1>; + rsnd_endpoint1: endpoint { + remote-endpoint = <&dw_hdmi0_snd_in>; + + dai-format = "i2s"; + bitclock-master = <&rsnd_endpoint1>; + frame-master = <&rsnd_endpoint1>; + + playback = <&ssi2>; + }; + }; + }; +}; + +&sound_card { + dais = <&rsnd_port0 /* ak4613 */ + &rsnd_port1>; /* HDMI0 */ +}; |