Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ceaa148 authored by Marek Szyprowski's avatar Marek Szyprowski Committed by Krzysztof Kozlowski
Browse files

ARM: dts: exynos: move MFC reserved memory regions from boards to .dtsi



This patch moves assigning reserved memory regions from each board dts
to common exynos-mfc-reserved-memory.dtsi file, where those regions are
defined.

Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Reviewed-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Tested-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
parent c80a3f69
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -29,3 +29,7 @@
		};
	};
};

&mfc {
	memory-region = <&mfc_left>, <&mfc_right>;
};
+0 −1
Original line number Diff line number Diff line
@@ -289,7 +289,6 @@
};

&mfc {
	memory-region = <&mfc_left>, <&mfc_right>;
	status = "okay";
};

+0 −1
Original line number Diff line number Diff line
@@ -134,7 +134,6 @@
};

&mfc {
	memory-region = <&mfc_left>, <&mfc_right>;
	status = "okay";
};

+0 −1
Original line number Diff line number Diff line
@@ -501,7 +501,6 @@
};

&mfc {
	memory-region = <&mfc_left>, <&mfc_right>;
	status = "okay";
};

+0 −1
Original line number Diff line number Diff line
@@ -467,7 +467,6 @@
};

&mfc {
	memory-region = <&mfc_left>, <&mfc_right>;
	status = "okay";
};

Loading