[RFC 17/21] arm64: dts: r8a7795: Add HDMI encoder support
Ulrich Hecht
ulrich.hecht+renesas at gmail.com
Mon May 30 16:00:16 UTC 2016
Based on work by Koji Matsuoka.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas at gmail.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas at glider.be>
---
arch/arm64/boot/dts/renesas/r8a7795.dtsi | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
index c9919d2..fcad91a 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
@@ -1587,5 +1587,21 @@
};
};
};
+
+ hdmi0: hdmi0 at fead0000 {
+ compatible = "renesas,hdmi";
+ reg = <0 0xfead0000 0 0x10000>;
+ interrupts = <0 389 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&cpg CPG_MOD 729>;
+ power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
+ };
+
+ hdmi1: hdmi1 at feae0000 {
+ compatible = "renesas,hdmi";
+ reg = <0 0xfeae0000 0 0x10000>;
+ interrupts = <0 436 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&cpg CPG_MOD 728>;
+ power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
+ };
};
};
--
2.7.4
More information about the dri-devel
mailing list