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

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
......@@ -29,3 +29,7 @@ mfc_right: region_mfc_right {
};
};
};
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
};
......@@ -289,7 +289,6 @@ buck7_reg: BUCK7 {
};
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
status = "okay";
};
......
......@@ -134,7 +134,6 @@ key_e {
};
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
status = "okay";
};
......
......@@ -501,7 +501,6 @@ &i2s0 {
};
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
status = "okay";
};
......
......@@ -467,7 +467,6 @@ key_enter {
};
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
status = "okay";
};
......
......@@ -113,7 +113,6 @@ key_E {
};
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
status = "okay";
};
......
......@@ -516,10 +516,6 @@ &i2s0 {
status = "okay";
};
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
};
&mmc_0 {
status = "okay";
num-slots = <1>;
......
......@@ -344,10 +344,6 @@ &i2s0 {
status = "okay";
};
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
};
&mmc_0 {
status = "okay";
num-slots = <1>;
......
......@@ -425,10 +425,6 @@ &i2s0 {
status = "okay";
};
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
};
&mmc_0 {
status = "okay";
num-slots = <1>;
......
......@@ -347,10 +347,6 @@ buck10_reg: BUCK10 {
};
};
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
};
&mmc_0 {
status = "okay";
broken-cd;
......
......@@ -695,10 +695,6 @@ &i2s0 {
status = "okay";
};
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
};
&mmc_0 {
status = "okay";
num-slots = <1>;
......
......@@ -355,10 +355,6 @@ hdmiddc@50 {
};
};
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
};
&mmc_0 {
status = "okay";
broken-cd;
......
......@@ -406,10 +406,6 @@ hdmiddc@50 {
};
};
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
};
&mmc_0 {
status = "okay";
mmc-pwrseq = <&emmc_pwrseq>;
......
......@@ -670,10 +670,6 @@ &i2s0 {
status = "okay";
};
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
};
&mmc_0 {
status = "okay";
num-slots = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment