diff options
author | Kuninori Morimoto <[email protected]> | 2018-04-23 01:39:39 +0000 |
---|---|---|
committer | Simon Horman <[email protected]> | 2018-05-16 10:44:34 +0200 |
commit | 5a0d8a6f504b04b26ae52449941c45263dd3a478 (patch) | |
tree | 2dfb7a6ff338924400bb22a8617dc887b25fba57 | |
parent | 63eb8ee5333657677789ba3454dd5b86fc53311b (diff) |
arm64: dts: renesas: r8a7795: add HDMI sound support
Signed-off-by: Kuninori Morimoto <[email protected]>
Tested-by: Nguyen Viet Dung <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a7795.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi index 32870cbaf94d..b1c52dae4d49 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi @@ -2335,6 +2335,10 @@ port@1 { reg = <1>; }; + port@2 { + /* HDMI sound */ + reg = <2>; + }; }; }; @@ -2360,6 +2364,10 @@ port@1 { reg = <1>; }; + port@2 { + /* HDMI sound */ + reg = <2>; + }; }; }; |