Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1661885
| From | Hoegeun Kwon <hoegeun.kwon@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] ARM: dts: exynos: Add the OF graph between fimd and dsi |
| Date | 2017-06-09 05:10 +0200 |
| Message-ID | <tQitb-4y9-1@gated-at.bofh.it> (permalink) |
| References | <tQitb-4y9-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
It should be connected to OF graph between fimd and dsi.
Add the OF graph between fimd and dsi.
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
---
arch/arm/boot/dts/exynos3250.dtsi | 26 ++++++++++++++++++++++++++
arch/arm/boot/dts/exynos4.dtsi | 26 ++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
index 590ee44..22d523f 100644
--- a/arch/arm/boot/dts/exynos3250.dtsi
+++ b/arch/arm/boot/dts/exynos3250.dtsi
@@ -311,6 +311,19 @@
iommus = <&sysmmu_fimd0>;
samsung,sysreg = <&sys_reg>;
status = "disabled";
+
+ ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port@0 {
+ reg = <0>;
+ fimd_to_dsi: endpoint {
+ remote-endpoint =
+ <&dsi_to_fimd>;
+ };
+ };
+ };
};
dsi_0: dsi@11C80000 {
@@ -326,6 +339,19 @@
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
+
+ ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port@0 {
+ reg = <0>;
+ dsi_to_fimd: endpoint {
+ remote-endpoint =
+ <&fimd_to_dsi>;
+ };
+ };
+ };
};
sysmmu_fimd0: sysmmu@11E20000 {
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index 497a947..773d392 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -193,6 +193,19 @@
status = "disabled";
#address-cells = <1>;
#size-cells = <0>;
+
+ ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port@0 {
+ reg = <0>;
+ dsi_to_fimd: endpoint {
+ remote-endpoint =
+ <&fimd_to_dsi>;
+ };
+ };
+ };
};
camera {
@@ -715,6 +728,19 @@
iommus = <&sysmmu_fimd0>;
samsung,sysreg = <&sys_reg>;
status = "disabled";
+
+ ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port@0 {
+ reg = <0>;
+ fimd_to_dsi: endpoint {
+ remote-endpoint =
+ <&dsi_to_fimd>;
+ };
+ };
+ };
};
tmu: tmu@100C0000 {
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] ARM: dts: exynos: Add the OF graph between fimd and dsi Hoegeun Kwon <hoegeun.kwon@samsung.com> - 2017-06-09 05:10 +0200
Re: [PATCH] ARM: dts: exynos: Add the OF graph between fimd and dsi Krzysztof Kozlowski <krzk@kernel.org> - 2017-06-09 09:30 +0200
Re: [PATCH] ARM: dts: exynos: Add the OF graph between fimd and dsi Hoegeun Kwon <hoegeun.kwon@samsung.com> - 2017-06-09 10:30 +0200
csiph-web