From: Chanho Park <chanho61.park@samsusng.com>
To: 'Tomasz Figa' <t.figa@samsung.com>,
'Chanho Park' <chanho61.park@samsung.com>
Cc: inki.dae@samsung.com, kgene.kim@samsung.com,
dri-devel@lists.freedesktop.org, kyungmin.park@samsung.com,
mark.rutland@arm.com, l.stach@pengutronix.de,
s.nawrocki@samsung.com, tomasz.figa@gmail.com,
linux-samsung-soc@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
'Thomas Abraham' <thomas.abraham@linaro.org>
Subject: RE: [PATCHv2 2/5] ARM: dts: Add rotator node for exynos4210
Date: Mon, 12 Aug 2013 11:51:11 +0900 [thread overview]
Message-ID: <000401ce9706$ce12f570$6a38e050$@samsusng.com> (raw)
In-Reply-To: <1559260.ljnrQXSjF1@amdc1227>
Hi Tomasz,
> -----Original Message-----
> From: Tomasz Figa [mailto:t.figa@samsung.com]
> Sent: Friday, August 09, 2013 9:57 PM
> To: Chanho Park
> Cc: inki.dae@samsung.com; kgene.kim@samsung.com; dri-
> devel@lists.freedesktop.org; kyungmin.park@samsung.com;
> mark.rutland@arm.com; l.stach@pengutronix.de; s.nawrocki@samsung.com;
> tomasz.figa@gmail.com; linux-samsung-soc@vger.kernel.org; linux-arm-
> kernel@lists.infradead.org; devicetree@vger.kernel.org; Thomas Abraham
> Subject: Re: [PATCHv2 2/5] ARM: dts: Add rotator node for exynos4210
>
> On Friday 09 of August 2013 16:40:50 Chanho Park wrote:
> > This patch adds a rotator node for exynos4210. The exynos4210 has
> > different limitation of image size compared with later chips.
> >
> > Signed-off-by: Chanho Park <chanho61.park@samsung.com>
> > Cc: Thomas Abraham <thomas.abraham@linaro.org>
> > Cc: Kukjin Kim <kgene.kim@samsung.com>
> > Cc: Inki Dae <inki.dae@samsung.com>
> > Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> > ---
> > arch/arm/boot/dts/exynos4.dtsi | 9 +++++++++
> > 1 file changed, 9 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/exynos4.dtsi
> > b/arch/arm/boot/dts/exynos4.dtsi index 597cfcf..002b2b8 100644
> > --- a/arch/arm/boot/dts/exynos4.dtsi
> > +++ b/arch/arm/boot/dts/exynos4.dtsi
> > @@ -243,6 +243,15 @@
> > status = "disabled";
> > };
> >
> > + rotator: rotator@12810000 {
> > + compatible = "samsung,exynos4210-rotator";
> > + reg = <0x12810000 0x1000>;
> > + interrupts = <0 83 0>;
> > + clocks = <&clock 278>;
> > + clock-names = "rotator";
> > + status = "disabled";
>
> Does the rotator need any board-specific information to work? If no, it
> should not be disabled by default. Same comment goes to patch 4/5.
It does not have any board-specific information. I'll remove the status
node.
Thanks.
Best Regards,
Chanho Park
next prev parent reply other threads:[~2013-08-12 2:51 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-09 7:40 [PATCHv2 0/5] device tree support for exynos rotator Chanho Park
2013-08-09 7:40 ` [PATCHv2 1/5] drm/exynos: add device tree support for rotator Chanho Park
2013-08-09 9:48 ` Sachin Kamat
2013-08-09 10:29 ` Chanho Park
2013-08-09 12:50 ` Tomasz Figa
2013-08-12 2:48 ` Chanho Park
2013-08-09 7:40 ` [PATCHv2 2/5] ARM: dts: Add rotator node for exynos4210 Chanho Park
2013-08-09 12:56 ` Tomasz Figa
2013-08-12 2:51 ` Chanho Park [this message]
2013-08-09 7:40 ` [PATCHv2 3/5] ARM: dts: Add rotator node for exynos4x12 Chanho Park
2013-08-09 7:40 ` [PATCHv2 4/5] ARM: dts: Add rotator node for exynos5250 Chanho Park
2013-08-09 7:40 ` [PATCHv2 5/5] ARM: dts: Add dt binding documentation for exynos rotator Chanho Park
2013-08-09 9:40 ` Sachin Kamat
2013-08-09 10:22 ` Chanho Park
2013-08-09 13:15 ` Tomasz Figa
2013-08-09 16:38 ` Stephen Warren
2013-08-09 17:05 ` Tomasz Figa
2013-08-12 2:58 ` Chanho Park
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='000401ce9706$ce12f570$6a38e050$@samsusng.com' \
--to=chanho61.park@samsusng.com \
--cc=chanho61.park@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=inki.dae@samsung.com \
--cc=kgene.kim@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=l.stach@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=s.nawrocki@samsung.com \
--cc=t.figa@samsung.com \
--cc=thomas.abraham@linaro.org \
--cc=tomasz.figa@gmail.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 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).