* [PATCH V2] ARM: dts: Exynos5420: Add device nodes for GScaler blocks
@ 2013-10-17 5:55 Leela Krishna Amudala
2013-10-17 13:58 ` Tomasz Figa
0 siblings, 1 reply; 3+ messages in thread
From: Leela Krishna Amudala @ 2013-10-17 5:55 UTC (permalink / raw)
To: linux-samsung-soc; +Cc: kgene.kim, t.figa, devicetree, khw0178.kim, cpgs
Adds G-Scaler device nodes to the DT device list
Signed-off-by: Leela Krishna Amudala <l.krishna@samsung.com>
---
Changes since V1:
- Changed the patch subject
- Changed the node name to video-scaler
suggested by Tomasz Figa <t.figa@samsung.com>
Note: G-scaler probe test done on Kgene's for-next branch.
arch/arm/boot/dts/exynos5420.dtsi | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
index 09aa06c..2c45986 100644
--- a/arch/arm/boot/dts/exynos5420.dtsi
+++ b/arch/arm/boot/dts/exynos5420.dtsi
@@ -31,6 +31,8 @@
i2c1 = &i2c_1;
i2c2 = &i2c_2;
i2c3 = &i2c_3;
+ gsc0 = &gsc_0;
+ gsc1 = &gsc_1;
};
cpus {
@@ -310,4 +312,22 @@
clocks = <&clock 431>, <&clock 143>;
clock-names = "mixer", "sclk_hdmi";
};
+
+ gsc_0: video-scaler@13e00000 {
+ compatible = "samsung,exynos5-gsc";
+ reg = <0x13e00000 0x1000>;
+ interrupts = <0 85 0>;
+ clocks = <&clock 465>;
+ clock-names = "gscl";
+ samsung,power-domain = <&gsc_pd>;
+ };
+
+ gsc_1: video-scaler@13e10000 {
+ compatible = "samsung,exynos5-gsc";
+ reg = <0x13e10000 0x1000>;
+ interrupts = <0 86 0>;
+ clocks = <&clock 466>;
+ clock-names = "gscl";
+ samsung,power-domain = <&gsc_pd>;
+ };
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH V2] ARM: dts: Exynos5420: Add device nodes for GScaler blocks
2013-10-17 5:55 [PATCH V2] ARM: dts: Exynos5420: Add device nodes for GScaler blocks Leela Krishna Amudala
@ 2013-10-17 13:58 ` Tomasz Figa
2013-10-17 23:31 ` Kukjin Kim
0 siblings, 1 reply; 3+ messages in thread
From: Tomasz Figa @ 2013-10-17 13:58 UTC (permalink / raw)
To: Leela Krishna Amudala
Cc: linux-samsung-soc, kgene.kim, devicetree, khw0178.kim, cpgs
Hi Leela,
On Thursday 17 of October 2013 11:25:00 Leela Krishna Amudala wrote:
> Adds G-Scaler device nodes to the DT device list
>
> Signed-off-by: Leela Krishna Amudala <l.krishna@samsung.com>
> ---
>
> Changes since V1:
> - Changed the patch subject
> - Changed the node name to video-scaler
> suggested by Tomasz Figa <t.figa@samsung.com>
>
> Note: G-scaler probe test done on Kgene's for-next branch.
>
> arch/arm/boot/dts/exynos5420.dtsi | 20 ++++++++++++++++++++
> 1 file changed, 20 insertions(+)
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Best regards,
Tomasz
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH V2] ARM: dts: Exynos5420: Add device nodes for GScaler blocks
2013-10-17 13:58 ` Tomasz Figa
@ 2013-10-17 23:31 ` Kukjin Kim
0 siblings, 0 replies; 3+ messages in thread
From: Kukjin Kim @ 2013-10-17 23:31 UTC (permalink / raw)
To: 'Tomasz Figa', 'Leela Krishna Amudala'
Cc: linux-samsung-soc, devicetree, khw0178.kim, cpgs
Tomasz Figa wrote:
>
> Hi Leela,
>
> On Thursday 17 of October 2013 11:25:00 Leela Krishna Amudala wrote:
> > Adds G-Scaler device nodes to the DT device list
> >
> > Signed-off-by: Leela Krishna Amudala <l.krishna@samsung.com>
> > ---
> >
> > Changes since V1:
> > - Changed the patch subject
> > - Changed the node name to video-scaler
> > suggested by Tomasz Figa <t.figa@samsung.com>
> >
> > Note: G-scaler probe test done on Kgene's for-next branch.
> >
> > arch/arm/boot/dts/exynos5420.dtsi | 20 ++++++++++++++++++++
> > 1 file changed, 20 insertions(+)
>
> Reviewed-by: Tomasz Figa <t.figa@samsung.com>
>
Tomasz, thanks for your review.
Leela, looks good to me too, applied.
Thanks,
Kukjin
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-10-17 23:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-17 5:55 [PATCH V2] ARM: dts: Exynos5420: Add device nodes for GScaler blocks Leela Krishna Amudala
2013-10-17 13:58 ` Tomasz Figa
2013-10-17 23:31 ` Kukjin Kim
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).