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 { ...@@ -29,3 +29,7 @@ mfc_right: region_mfc_right {
}; };
}; };
}; };
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
};
...@@ -289,7 +289,6 @@ buck7_reg: BUCK7 { ...@@ -289,7 +289,6 @@ buck7_reg: BUCK7 {
}; };
&mfc { &mfc {
memory-region = <&mfc_left>, <&mfc_right>;
status = "okay"; status = "okay";
}; };
......
...@@ -134,7 +134,6 @@ key_e { ...@@ -134,7 +134,6 @@ key_e {
}; };
&mfc { &mfc {
memory-region = <&mfc_left>, <&mfc_right>;
status = "okay"; status = "okay";
}; };
......
...@@ -501,7 +501,6 @@ &i2s0 { ...@@ -501,7 +501,6 @@ &i2s0 {
}; };
&mfc { &mfc {
memory-region = <&mfc_left>, <&mfc_right>;
status = "okay"; status = "okay";
}; };
......
...@@ -467,7 +467,6 @@ key_enter { ...@@ -467,7 +467,6 @@ key_enter {
}; };
&mfc { &mfc {
memory-region = <&mfc_left>, <&mfc_right>;
status = "okay"; status = "okay";
}; };
......
...@@ -113,7 +113,6 @@ key_E { ...@@ -113,7 +113,6 @@ key_E {
}; };
&mfc { &mfc {
memory-region = <&mfc_left>, <&mfc_right>;
status = "okay"; status = "okay";
}; };
......
...@@ -516,10 +516,6 @@ &i2s0 { ...@@ -516,10 +516,6 @@ &i2s0 {
status = "okay"; status = "okay";
}; };
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
};
&mmc_0 { &mmc_0 {
status = "okay"; status = "okay";
num-slots = <1>; num-slots = <1>;
......
...@@ -344,10 +344,6 @@ &i2s0 { ...@@ -344,10 +344,6 @@ &i2s0 {
status = "okay"; status = "okay";
}; };
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
};
&mmc_0 { &mmc_0 {
status = "okay"; status = "okay";
num-slots = <1>; num-slots = <1>;
......
...@@ -425,10 +425,6 @@ &i2s0 { ...@@ -425,10 +425,6 @@ &i2s0 {
status = "okay"; status = "okay";
}; };
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
};
&mmc_0 { &mmc_0 {
status = "okay"; status = "okay";
num-slots = <1>; num-slots = <1>;
......
...@@ -347,10 +347,6 @@ buck10_reg: BUCK10 { ...@@ -347,10 +347,6 @@ buck10_reg: BUCK10 {
}; };
}; };
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
};
&mmc_0 { &mmc_0 {
status = "okay"; status = "okay";
broken-cd; broken-cd;
......
...@@ -695,10 +695,6 @@ &i2s0 { ...@@ -695,10 +695,6 @@ &i2s0 {
status = "okay"; status = "okay";
}; };
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
};
&mmc_0 { &mmc_0 {
status = "okay"; status = "okay";
num-slots = <1>; num-slots = <1>;
......
...@@ -355,10 +355,6 @@ hdmiddc@50 { ...@@ -355,10 +355,6 @@ hdmiddc@50 {
}; };
}; };
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
};
&mmc_0 { &mmc_0 {
status = "okay"; status = "okay";
broken-cd; broken-cd;
......
...@@ -406,10 +406,6 @@ hdmiddc@50 { ...@@ -406,10 +406,6 @@ hdmiddc@50 {
}; };
}; };
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
};
&mmc_0 { &mmc_0 {
status = "okay"; status = "okay";
mmc-pwrseq = <&emmc_pwrseq>; mmc-pwrseq = <&emmc_pwrseq>;
......
...@@ -670,10 +670,6 @@ &i2s0 { ...@@ -670,10 +670,6 @@ &i2s0 {
status = "okay"; status = "okay";
}; };
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
};
&mmc_0 { &mmc_0 {
status = "okay"; status = "okay";
num-slots = <1>; 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