diff options
author | Tom Rini <trini@konsulko.com> | 2018-01-27 14:50:52 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-27 18:25:00 -0500 |
commit | 9c486e7cb03787016d2d5a360c5a62296bf5ca7b (patch) | |
tree | 91d4c793ce20201daa3be58c6ebc54e3d05e770d /arch/arm/dts/r8a7796-salvator-x.dts | |
parent | f95a4b3a5518818c831f1136053f9b2366018d0b (diff) | |
parent | 789edf694c63a6eff1188b3672af7d0228a1a0d9 (diff) |
Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'arch/arm/dts/r8a7796-salvator-x.dts')
-rw-r--r-- | arch/arm/dts/r8a7796-salvator-x.dts | 35 |
1 files changed, 30 insertions, 5 deletions
diff --git a/arch/arm/dts/r8a7796-salvator-x.dts b/arch/arm/dts/r8a7796-salvator-x.dts index db4f162d6b..ae19028c1b 100644 --- a/arch/arm/dts/r8a7796-salvator-x.dts +++ b/arch/arm/dts/r8a7796-salvator-x.dts @@ -3,13 +3,9 @@ * * Copyright (C) 2016 Renesas Electronics Corp. * - * This file is licensed under the terms of the GNU General Public License - * version 2. This program is licensed "as is" without any warranty of any - * kind, whether express or implied. + * SPDX-License-Identifier: GPL-2.0 */ -#define CPG_AUDIO_CLK_I R8A7796_CLK_S0D4 - /dts-v1/; #include "r8a7796.dtsi" #include "salvator-x.dtsi" @@ -29,3 +25,32 @@ reg = <0x6 0x00000000 0x0 0x80000000>; }; }; + +&du { + clocks = <&cpg CPG_MOD 724>, + <&cpg CPG_MOD 723>, + <&cpg CPG_MOD 722>, + <&cpg CPG_MOD 727>, + <&versaclock5 1>, + <&x21_clk>, + <&versaclock5 2>; + clock-names = "du.0", "du.1", "du.2", "lvds.0", + "dclkin.0", "dclkin.1", "dclkin.2"; +}; + +&hdmi0 { + status = "okay"; + + ports { + port@1 { + reg = <1>; + rcar_dw_hdmi0_out: endpoint { + remote-endpoint = <&hdmi0_con>; + }; + }; + }; +}; + +&hdmi0_con { + remote-endpoint = <&rcar_dw_hdmi0_out>; +}; |