From: Hoegeun Kwon <hoegeun.kwon@samsung.com>
To: inki.dae@samsung.com, robh+dt@kernel.org, krzk@kernel.org
Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-samsung-soc@vger.kernel.org,
Hoegeun Kwon <hoegeun.kwon@samsung.com>
Subject: [PATCH v2 5/5] arm: dts: Remove the OF graph from DSI node for exynos4210 dts
Date: Thu, 09 Feb 2017 10:26:41 +0900 [thread overview]
Message-ID: <1486603601-26826-6-git-send-email-hoegeun.kwon@samsung.com> (raw)
In-Reply-To: <1486603601-26826-1-git-send-email-hoegeun.kwon@samsung.com>
The OF graph is not needed because the panel is a child of dsi. So
Remove the ports node and move burst and esc clock frequency
properties to the parent (DSI node).
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
---
arch/arm/boot/dts/exynos4210-trats.dts | 23 ++---------------------
1 file changed, 2 insertions(+), 21 deletions(-)
diff --git a/arch/arm/boot/dts/exynos4210-trats.dts b/arch/arm/boot/dts/exynos4210-trats.dts
index 0ca1b4d..9452bed 100644
--- a/arch/arm/boot/dts/exynos4210-trats.dts
+++ b/arch/arm/boot/dts/exynos4210-trats.dts
@@ -197,24 +197,11 @@
&dsi_0 {
vddcore-supply = <&vusb_reg>;
vddio-supply = <&vmipi_reg>;
+ samsung,burst-clock-frequency = <500000000>;
+ samsung,esc-clock-frequency = <20000000>;
samsung,pll-clock-frequency = <24000000>;
status = "okay";
- ports {
- #address-cells = <1>;
- #size-cells = <0>;
-
- port@1 {
- reg = <1>;
-
- dsi_out: endpoint {
- remote-endpoint = <&dsi_in>;
- samsung,burst-clock-frequency = <500000000>;
- samsung,esc-clock-frequency = <20000000>;
- };
- };
- };
-
panel@0 {
reg = <0>;
compatible = "samsung,s6e8aa0";
@@ -242,12 +229,6 @@
vsync-len = <2>;
};
};
-
- port {
- dsi_in: endpoint {
- remote-endpoint = <&dsi_out>;
- };
- };
};
};
--
1.9.1
prev parent reply other threads:[~2017-02-09 1:26 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20170209012715epcas1p3dbe1788b864c50d339dcfd791c0900ec@epcas1p3.samsung.com>
2017-02-09 1:26 ` [PATCH v2 0/5] Fix the parse_dt of exynos dsi and remove the OF graph Hoegeun Kwon
[not found] ` <CGME20170209012716epcas1p37a101e6937668ce09309bb636c8b6a52@epcas1p3.samsung.com>
2017-02-09 1:26 ` [PATCH v2 2/5] arm64: dts: exynos: Remove the OF graph from DSI node for exynos5433 dts Hoegeun Kwon
2017-02-09 7:16 ` Andrzej Hajda
[not found] ` <CGME20170209012716epcas1p33915757c95d5defb88c7d2c54cee3582@epcas1p3.samsung.com>
[not found] ` <1486603601-26826-1-git-send-email-hoegeun.kwon-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2017-02-09 1:26 ` [PATCH v2 1/5] drm/exynos: dsi: Fix the parse_dt function Hoegeun Kwon
2017-02-09 6:57 ` Andrzej Hajda
2017-02-09 12:08 ` Hoegeun Kwon
2017-02-09 1:26 ` [PATCH v2 3/5] arm: dts: Remove the OF graph from DSI node for exynos3250 dts Hoegeun Kwon
2017-02-20 13:09 ` Krzysztof Kozlowski
2017-02-09 1:26 ` [PATCH v2 4/5] arm: dts: Remove the OF graph from DSI node for exynos4412 dts Hoegeun Kwon
2017-02-20 7:07 ` [PATCH v2 0/5] Fix the parse_dt of exynos dsi and remove the OF graph Inki Dae
2017-02-20 7:27 ` Krzysztof Kozlowski
[not found] ` <CAJKOXPd7Roubdf_5B6pT1PkA9K9dZmjPydYOujXvrz8cVcKVmg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-20 8:32 ` Inki Dae
2017-02-20 8:55 ` Krzysztof Kozlowski
[not found] ` <CAJKOXPdqfZ6HG9OKiV9xFw1ybSZXKfGPQJdwdVyH-jjeizpUaw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-20 23:24 ` Inki Dae
[not found] ` <58AB7AC4.40606-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2017-02-21 6:59 ` Krzysztof Kozlowski
[not found] ` <CGME20170209012717epcas1p37af99b9d7564a7a418a1977bd6be8972@epcas1p3.samsung.com>
2017-02-09 1:26 ` Hoegeun Kwon [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1486603601-26826-6-git-send-email-hoegeun.kwon@samsung.com \
--to=hoegeun.kwon@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=inki.dae@samsung.com \
--cc=krzk@kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).