diff mbox

ARM: dts: Add mfc node for exynos5800

Message ID 1400152709-16845-1-git-send-email-arun.kk@samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

Arun Kumar K May 15, 2014, 11:18 a.m. UTC
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(+)

Comments

Kim Kukjin May 22, 2014, 6:36 p.m. UTC | #1
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
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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";
+};