From: Kukjin Kim <kgene@kernel.org>
To: 'Sylwester Nawrocki' <s.nawrocki@samsung.com>, kgene@kernel.org
Cc: devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, kishon@ti.com,
'Mark Brown' <broonie@linaro.org>
Subject: RE: [PATCH 2/2] ARM: dts: Add syscon phandle to the video-phy node for Exynos4
Date: Tue, 03 Feb 2015 13:28:59 +0900 [thread overview]
Message-ID: <07a601d03f69$ee394130$caabc390$@kernel.org> (raw)
In-Reply-To: <54CF53CB.3050100@samsung.com>
Sylwester Nawrocki wrote:
>
> Hi Kukjin,
>
Hi,
> On 16/01/15 18:30, Sylwester Nawrocki wrote:
> > This is required to fix regression after introducing the PMU device
> > nodes required for the PMU driver modified in commit
> > 14fc8b93d47323561edf5d482d4a4b3ee1b90286
> > ("ARM: EXYNOS: Add platform driver support for Exynos PMU").
> > This change is needed to make MIPI DSI displays and MIPI CSI-2
> > camera sensors working again on Exynos4 boards.
> >
> > Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
> > ---
> > arch/arm/boot/dts/exynos4.dtsi | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
> > index b8168f1..250ee50 100644
> > --- a/arch/arm/boot/dts/exynos4.dtsi
> > +++ b/arch/arm/boot/dts/exynos4.dtsi
> > @@ -76,6 +76,7 @@
> > compatible = "samsung,s5pv210-mipi-video-phy";
> > reg = <0x10020710 8>;
> > #phy-cells = <1>;
> > + syscon = <&pmu_system_controller>;
> > };
> >
> > pd_mfc: mfc-power-domain@10023C40 {
>
Applied this.
> I'd like to remind you about a few pending dts patches I send to you, except
> the above one there are:
>
> [PATCH V3 15/15] ARM: dts: Fix I2S1, I2S2 compatible for exynos4 SoCs
I thought Mark applied the whole series including above patch.
http://lists.infradead.org/pipermail/linux-arm-kernel/2015-January/316326.html
And I knew he didn't when I checked his comment on 13/15 patch ;)
> [PATCH] ARM: dts: Fix CLK_MOUT_CAMn parent clocks assignment for Trats2
Done.
> [PATCH] ARM: dts: Fix CLK_UART_ISP_SCLK clock assignment in exynos4x12.dtsi
Done.
>
> and
>
> [PATCH v2 14/16] ARM: dts: Exynos4 and Odroid X2/U3 sound device nodes update
>
> but this one depends on ASoC patch:
> [PATCH V3 11/15] ASoC: samsung: i2s: Add clk provider DT binding documentation
>
> hence it could be probably merged only after 3.20-rc1 release.
>
+ Mark
I see. I'll take 13 to 15 in the series for late DT updates if Mark has no
objection. (I commented about that on the mail thread.)
Thanks for your reminder.
- Kukjin
WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: dts: Add syscon phandle to the video-phy node for Exynos4
Date: Tue, 03 Feb 2015 13:28:59 +0900 [thread overview]
Message-ID: <07a601d03f69$ee394130$caabc390$@kernel.org> (raw)
In-Reply-To: <54CF53CB.3050100@samsung.com>
Sylwester Nawrocki wrote:
>
> Hi Kukjin,
>
Hi,
> On 16/01/15 18:30, Sylwester Nawrocki wrote:
> > This is required to fix regression after introducing the PMU device
> > nodes required for the PMU driver modified in commit
> > 14fc8b93d47323561edf5d482d4a4b3ee1b90286
> > ("ARM: EXYNOS: Add platform driver support for Exynos PMU").
> > This change is needed to make MIPI DSI displays and MIPI CSI-2
> > camera sensors working again on Exynos4 boards.
> >
> > Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
> > ---
> > arch/arm/boot/dts/exynos4.dtsi | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
> > index b8168f1..250ee50 100644
> > --- a/arch/arm/boot/dts/exynos4.dtsi
> > +++ b/arch/arm/boot/dts/exynos4.dtsi
> > @@ -76,6 +76,7 @@
> > compatible = "samsung,s5pv210-mipi-video-phy";
> > reg = <0x10020710 8>;
> > #phy-cells = <1>;
> > + syscon = <&pmu_system_controller>;
> > };
> >
> > pd_mfc: mfc-power-domain at 10023C40 {
>
Applied this.
> I'd like to remind you about a few pending dts patches I send to you, except
> the above one there are:
>
> [PATCH V3 15/15] ARM: dts: Fix I2S1, I2S2 compatible for exynos4 SoCs
I thought Mark applied the whole series including above patch.
http://lists.infradead.org/pipermail/linux-arm-kernel/2015-January/316326.html
And I knew he didn't when I checked his comment on 13/15 patch ;)
> [PATCH] ARM: dts: Fix CLK_MOUT_CAMn parent clocks assignment for Trats2
Done.
> [PATCH] ARM: dts: Fix CLK_UART_ISP_SCLK clock assignment in exynos4x12.dtsi
Done.
>
> and
>
> [PATCH v2 14/16] ARM: dts: Exynos4 and Odroid X2/U3 sound device nodes update
>
> but this one depends on ASoC patch:
> [PATCH V3 11/15] ASoC: samsung: i2s: Add clk provider DT binding documentation
>
> hence it could be probably merged only after 3.20-rc1 release.
>
+ Mark
I see. I'll take 13 to 15 in the series for late DT updates if Mark has no
objection. (I commented about that on the mail thread.)
Thanks for your reminder.
- Kukjin
next prev parent reply other threads:[~2015-02-03 4:29 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-16 17:30 [PATCH 1/2] phy: exynos-video-mipi: Fix regression by adding support for PMU regmap Sylwester Nawrocki
2015-01-16 17:30 ` Sylwester Nawrocki
2015-01-16 17:30 ` [PATCH 2/2] ARM: dts: Add syscon phandle to the video-phy node for Exynos4 Sylwester Nawrocki
2015-01-16 17:30 ` Sylwester Nawrocki
2015-02-02 10:39 ` Sylwester Nawrocki
2015-02-02 10:39 ` Sylwester Nawrocki
2015-02-03 4:28 ` Kukjin Kim [this message]
2015-02-03 4:28 ` Kukjin Kim
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='07a601d03f69$ee394130$caabc390$@kernel.org' \
--to=kgene@kernel.org \
--cc=broonie@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=kishon@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=s.nawrocki@samsung.com \
/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.