* [PATCH] ARM: dts: Add mfc node for exynos5800
@ 2014-05-15 11:18 Arun Kumar K
2014-05-22 18:36 ` Kukjin Kim
0 siblings, 1 reply; 2+ messages in thread
From: Arun Kumar K @ 2014-05-15 11:18 UTC (permalink / raw)
To: linux-samsung-soc; +Cc: kgene.kim, k.debski, arunkk.samsung
Adds the mfc node to exynos5800 which uses MFCv8.
Signed-off-by: Arun Kumar K <arun.kk@samsung.com>
---
The driver side patch adding support for MFCv8 is under
review [1]. This is based on the linux-samsung for-next branch.
[1] https://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg30670.html
---
arch/arm/boot/dts/exynos5800.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/exynos5800.dtsi b/arch/arm/boot/dts/exynos5800.dtsi
index 6979fc7..c0bb356 100644
--- a/arch/arm/boot/dts/exynos5800.dtsi
+++ b/arch/arm/boot/dts/exynos5800.dtsi
@@ -22,3 +22,7 @@
&clock {
compatible = "samsung,exynos5800-clock";
};
+
+&mfc {
+ compatible = "samsung,mfc-v8";
+};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: dts: Add mfc node for exynos5800
2014-05-15 11:18 [PATCH] ARM: dts: Add mfc node for exynos5800 Arun Kumar K
@ 2014-05-22 18:36 ` Kukjin Kim
0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2014-05-22 18:36 UTC (permalink / raw)
To: Arun Kumar K; +Cc: linux-samsung-soc, kgene.kim, k.debski, arunkk.samsung
On 05/15/14 20:18, Arun Kumar K wrote:
> Adds the mfc node to exynos5800 which uses MFCv8.
>
> Signed-off-by: Arun Kumar K<arun.kk@samsung.com>
> ---
> The driver side patch adding support for MFCv8 is under
> review [1]. This is based on the linux-samsung for-next branch.
> [1] https://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg30670.html
> ---
> arch/arm/boot/dts/exynos5800.dtsi | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos5800.dtsi b/arch/arm/boot/dts/exynos5800.dtsi
> index 6979fc7..c0bb356 100644
> --- a/arch/arm/boot/dts/exynos5800.dtsi
> +++ b/arch/arm/boot/dts/exynos5800.dtsi
> @@ -22,3 +22,7 @@
> &clock {
> compatible = "samsung,exynos5800-clock";
> };
> +
> +&mfc {
> + compatible = "samsung,mfc-v8";
> +};
Applied, thanks.
- Kukjin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-22 18:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15 11:18 [PATCH] ARM: dts: Add mfc node for exynos5800 Arun Kumar K
2014-05-22 18:36 ` Kukjin Kim
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.