From: Kishon Vijay Abraham I <kishon@ti.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH V5 1/5] ARM: dts: Add MIPI PHY node to exynos4.dtsi
Date: Tue, 01 Oct 2013 05:40:08 +0000 [thread overview]
Message-ID: <524A5D68.8080904@ti.com> (raw)
In-Reply-To: <1380396467-29278-2-git-send-email-s.nawrocki@samsung.com>
Hi,
On Sunday 29 September 2013 12:57 AM, Sylwester Nawrocki wrote:
> Add PHY provider node for the MIPI CSIS and MIPI DSIM PHYs.
>
> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> Acked-by: Felipe Balbi <balbi@ti.com>
Can this patch be taken through exynos dt tree?
Thanks
Kishon
> ---
> arch/arm/boot/dts/exynos4.dtsi | 10 ++++++++++
> 1 files changed, 10 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
> index caadc02..a73eeb5 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -49,6 +49,12 @@
> reg = <0x10000000 0x100>;
> };
>
> + mipi_phy: video-phy@10020710 {
> + compatible = "samsung,s5pv210-mipi-video-phy";
> + reg = <0x10020710 8>;
> + #phy-cells = <1>;
> + };
> +
> pd_mfc: mfc-power-domain@10023C40 {
> compatible = "samsung,exynos4210-pd";
> reg = <0x10023C40 0x20>;
> @@ -161,6 +167,8 @@
> clock-names = "csis", "sclk_csis";
> bus-width = <4>;
> samsung,power-domain = <&pd_cam>;
> + phys = <&mipi_phy 0>;
> + phy-names = "csis";
> status = "disabled";
> #address-cells = <1>;
> #size-cells = <0>;
> @@ -174,6 +182,8 @@
> clock-names = "csis", "sclk_csis";
> bus-width = <2>;
> samsung,power-domain = <&pd_cam>;
> + phys = <&mipi_phy 2>;
> + phy-names = "csis";
> status = "disabled";
> #address-cells = <1>;
> #size-cells = <0>;
>
WARNING: multiple messages have this Message-ID (diff)
From: Kishon Vijay Abraham I <kishon@ti.com>
To: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
Cc: gregkh@linuxfoundation.org, linux-media@vger.kernel.org,
kyungmin.park@samsung.com, linux-arm-kernel@lists.infradead.org,
kgene.kim@samsung.com, dh09.lee@samsung.com, jg1.han@samsung.com,
tomi.valkeinen@ti.com, plagnioj@jcrosoft.com,
linux-fbdev@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
Sylwester Nawrocki <s.nawrocki@samsung.com>
Subject: Re: [PATCH V5 1/5] ARM: dts: Add MIPI PHY node to exynos4.dtsi
Date: Tue, 1 Oct 2013 10:58:08 +0530 [thread overview]
Message-ID: <524A5D68.8080904@ti.com> (raw)
In-Reply-To: <1380396467-29278-2-git-send-email-s.nawrocki@samsung.com>
Hi,
On Sunday 29 September 2013 12:57 AM, Sylwester Nawrocki wrote:
> Add PHY provider node for the MIPI CSIS and MIPI DSIM PHYs.
>
> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> Acked-by: Felipe Balbi <balbi@ti.com>
Can this patch be taken through exynos dt tree?
Thanks
Kishon
> ---
> arch/arm/boot/dts/exynos4.dtsi | 10 ++++++++++
> 1 files changed, 10 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
> index caadc02..a73eeb5 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -49,6 +49,12 @@
> reg = <0x10000000 0x100>;
> };
>
> + mipi_phy: video-phy@10020710 {
> + compatible = "samsung,s5pv210-mipi-video-phy";
> + reg = <0x10020710 8>;
> + #phy-cells = <1>;
> + };
> +
> pd_mfc: mfc-power-domain@10023C40 {
> compatible = "samsung,exynos4210-pd";
> reg = <0x10023C40 0x20>;
> @@ -161,6 +167,8 @@
> clock-names = "csis", "sclk_csis";
> bus-width = <4>;
> samsung,power-domain = <&pd_cam>;
> + phys = <&mipi_phy 0>;
> + phy-names = "csis";
> status = "disabled";
> #address-cells = <1>;
> #size-cells = <0>;
> @@ -174,6 +182,8 @@
> clock-names = "csis", "sclk_csis";
> bus-width = <2>;
> samsung,power-domain = <&pd_cam>;
> + phys = <&mipi_phy 2>;
> + phy-names = "csis";
> status = "disabled";
> #address-cells = <1>;
> #size-cells = <0>;
>
WARNING: multiple messages have this Message-ID (diff)
From: kishon@ti.com (Kishon Vijay Abraham I)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V5 1/5] ARM: dts: Add MIPI PHY node to exynos4.dtsi
Date: Tue, 1 Oct 2013 10:58:08 +0530 [thread overview]
Message-ID: <524A5D68.8080904@ti.com> (raw)
In-Reply-To: <1380396467-29278-2-git-send-email-s.nawrocki@samsung.com>
Hi,
On Sunday 29 September 2013 12:57 AM, Sylwester Nawrocki wrote:
> Add PHY provider node for the MIPI CSIS and MIPI DSIM PHYs.
>
> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> Acked-by: Felipe Balbi <balbi@ti.com>
Can this patch be taken through exynos dt tree?
Thanks
Kishon
> ---
> arch/arm/boot/dts/exynos4.dtsi | 10 ++++++++++
> 1 files changed, 10 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
> index caadc02..a73eeb5 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -49,6 +49,12 @@
> reg = <0x10000000 0x100>;
> };
>
> + mipi_phy: video-phy at 10020710 {
> + compatible = "samsung,s5pv210-mipi-video-phy";
> + reg = <0x10020710 8>;
> + #phy-cells = <1>;
> + };
> +
> pd_mfc: mfc-power-domain at 10023C40 {
> compatible = "samsung,exynos4210-pd";
> reg = <0x10023C40 0x20>;
> @@ -161,6 +167,8 @@
> clock-names = "csis", "sclk_csis";
> bus-width = <4>;
> samsung,power-domain = <&pd_cam>;
> + phys = <&mipi_phy 0>;
> + phy-names = "csis";
> status = "disabled";
> #address-cells = <1>;
> #size-cells = <0>;
> @@ -174,6 +182,8 @@
> clock-names = "csis", "sclk_csis";
> bus-width = <2>;
> samsung,power-domain = <&pd_cam>;
> + phys = <&mipi_phy 2>;
> + phy-names = "csis";
> status = "disabled";
> #address-cells = <1>;
> #size-cells = <0>;
>
WARNING: multiple messages have this Message-ID (diff)
From: Kishon Vijay Abraham I <kishon@ti.com>
To: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
Cc: <gregkh@linuxfoundation.org>, <linux-media@vger.kernel.org>,
<kyungmin.park@samsung.com>,
<linux-arm-kernel@lists.infradead.org>, <kgene.kim@samsung.com>,
<dh09.lee@samsung.com>, <jg1.han@samsung.com>,
<tomi.valkeinen@ti.com>, <plagnioj@jcrosoft.com>,
<linux-fbdev@vger.kernel.org>,
<linux-samsung-soc@vger.kernel.org>,
Sylwester Nawrocki <s.nawrocki@samsung.com>
Subject: Re: [PATCH V5 1/5] ARM: dts: Add MIPI PHY node to exynos4.dtsi
Date: Tue, 1 Oct 2013 10:58:08 +0530 [thread overview]
Message-ID: <524A5D68.8080904@ti.com> (raw)
In-Reply-To: <1380396467-29278-2-git-send-email-s.nawrocki@samsung.com>
Hi,
On Sunday 29 September 2013 12:57 AM, Sylwester Nawrocki wrote:
> Add PHY provider node for the MIPI CSIS and MIPI DSIM PHYs.
>
> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> Acked-by: Felipe Balbi <balbi@ti.com>
Can this patch be taken through exynos dt tree?
Thanks
Kishon
> ---
> arch/arm/boot/dts/exynos4.dtsi | 10 ++++++++++
> 1 files changed, 10 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
> index caadc02..a73eeb5 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -49,6 +49,12 @@
> reg = <0x10000000 0x100>;
> };
>
> + mipi_phy: video-phy@10020710 {
> + compatible = "samsung,s5pv210-mipi-video-phy";
> + reg = <0x10020710 8>;
> + #phy-cells = <1>;
> + };
> +
> pd_mfc: mfc-power-domain@10023C40 {
> compatible = "samsung,exynos4210-pd";
> reg = <0x10023C40 0x20>;
> @@ -161,6 +167,8 @@
> clock-names = "csis", "sclk_csis";
> bus-width = <4>;
> samsung,power-domain = <&pd_cam>;
> + phys = <&mipi_phy 0>;
> + phy-names = "csis";
> status = "disabled";
> #address-cells = <1>;
> #size-cells = <0>;
> @@ -174,6 +182,8 @@
> clock-names = "csis", "sclk_csis";
> bus-width = <2>;
> samsung,power-domain = <&pd_cam>;
> + phys = <&mipi_phy 2>;
> + phy-names = "csis";
> status = "disabled";
> #address-cells = <1>;
> #size-cells = <0>;
>
next prev parent reply other threads:[~2013-10-01 5:40 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-28 19:27 [PATCH V5 0/5] Generic PHY driver for the Exynos SoC MIPI CSI-2/DSI DPHYs Sylwester Nawrocki
2013-09-28 19:27 ` Sylwester Nawrocki
2013-09-28 19:27 ` Sylwester Nawrocki
2013-09-28 19:27 ` [PATCH V5 1/5] ARM: dts: Add MIPI PHY node to exynos4.dtsi Sylwester Nawrocki
2013-09-28 19:27 ` Sylwester Nawrocki
2013-09-28 19:27 ` Sylwester Nawrocki
2013-09-28 19:37 ` Sylwester Nawrocki
2013-09-28 19:37 ` Sylwester Nawrocki
2013-09-28 19:37 ` Sylwester Nawrocki
2013-10-01 5:28 ` Kishon Vijay Abraham I [this message]
2013-10-01 5:40 ` Kishon Vijay Abraham I
2013-10-01 5:28 ` Kishon Vijay Abraham I
2013-10-01 5:28 ` Kishon Vijay Abraham I
2013-10-01 14:13 ` Sylwester Nawrocki
2013-10-01 21:13 ` Sylwester Nawrocki
2013-10-01 21:13 ` Sylwester Nawrocki
2013-10-01 15:26 ` Kishon Vijay Abraham I
2013-10-01 15:38 ` Kishon Vijay Abraham I
2013-10-01 15:26 ` Kishon Vijay Abraham I
2013-10-01 15:26 ` Kishon Vijay Abraham I
2013-10-06 0:09 ` Kukjin Kim
2013-10-06 0:09 ` Kukjin Kim
2013-10-06 0:09 ` Kukjin Kim
2013-10-06 0:11 ` Kukjin Kim
2013-10-06 0:11 ` Kukjin Kim
2013-10-06 0:11 ` Kukjin Kim
2013-09-28 19:27 ` [PATCH V5 2/5] phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs Sylwester Nawrocki
2013-09-28 19:27 ` Sylwester Nawrocki
2013-09-28 19:27 ` Sylwester Nawrocki
2013-09-28 19:35 ` Sylwester Nawrocki
2013-09-28 19:35 ` Sylwester Nawrocki
2013-09-28 19:35 ` Sylwester Nawrocki
2013-09-28 19:35 ` Sylwester Nawrocki
2013-09-28 19:27 ` [PATCH V5 3/5] [media] exynos4-is: Use the generic MIPI CSIS PHY driver Sylwester Nawrocki
2013-09-28 19:27 ` Sylwester Nawrocki
2013-09-28 19:27 ` Sylwester Nawrocki
2013-09-28 19:27 ` [PATCH V5 4/5] video: exynos_mipi_dsim: Use the generic " Sylwester Nawrocki
2013-09-28 19:27 ` Sylwester Nawrocki
2013-09-28 19:27 ` Sylwester Nawrocki
2013-10-09 8:32 ` Tomi Valkeinen
2013-10-09 8:32 ` Tomi Valkeinen
2013-10-09 8:32 ` Tomi Valkeinen
2013-10-09 8:32 ` Tomi Valkeinen
2013-09-28 19:27 ` [PATCH V5 5/5] ARM: Samsung: Remove the MIPI PHY setup code Sylwester Nawrocki
2013-09-28 19:27 ` Sylwester Nawrocki
2013-09-28 19:27 ` Sylwester Nawrocki
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=524A5D68.8080904@ti.com \
--to=kishon@ti.com \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.