]> Git Repo - linux.git/commitdiff
ARM: dts: Add MFC memory banks to exynos5420 boards
authorSachin Kamat <[email protected]>
Mon, 19 May 2014 16:04:13 +0000 (01:04 +0900)
committerKukjin Kim <[email protected]>
Mon, 19 May 2014 16:04:13 +0000 (01:04 +0900)
Add MFC memory banks to Exynos5420 based SMDK and Arndale-octa boards.

Signed-off-by: Sachin Kamat <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
arch/arm/boot/dts/exynos5420-arndale-octa.dts
arch/arm/boot/dts/exynos5420-smdk5420.dts

index 80a3bf4c59865e0403a4197abb5ae6f0bc00d363..35b932b16711e603efe9bddfcd4c863cdc852182 100644 (file)
                status = "okay";
        };
 
+       codec@11000000 {
+               samsung,mfc-r = <0x43000000 0x800000>;
+               samsung,mfc-l = <0x51000000 0x800000>;
+       };
+
        mmc@12200000 {
                status = "okay";
                broken-cd;
index 6053c9f5afcb4c31e34581e240180a7478aa3a56..6052aa9c5659988a72a0aca8a94bc89025f3393d 100644 (file)
                status = "okay";
        };
 
+       codec@11000000 {
+               samsung,mfc-r = <0x43000000 0x800000>;
+               samsung,mfc-l = <0x51000000 0x800000>;
+       };
+
        mmc@12200000 {
                status = "okay";
                broken-cd;
This page took 0.062661 seconds and 4 git commands to generate.