mirror of https://gitee.com/openkylin/linux.git
ARM: dts: exynos: enable MFC device for all boards
MFC device can be used without any external hardware dependencies (when IOMMU is enabled), so it can be enabled by default (like it has been already done for Exynos 542x platforms). This unifies handling of this device for Exynos3250, Exynos4 and Exynos542x platforms. Board can still include exynos-mfc-reserved-memory.dtsi to enable using this device without IOMMU being enabled. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
This commit is contained in:
parent
4ceaa148b0
commit
9f7d27fa1b
|
@ -632,10 +632,6 @@ &i2s2 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&mfc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&jpeg {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -431,7 +431,6 @@ mfc: codec@13400000 {
|
|||
clocks = <&cmu CLK_MFC>, <&cmu CLK_SCLK_MFC>;
|
||||
power-domains = <&pd_mfc>;
|
||||
iommus = <&sysmmu_mfc>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
sysmmu_mfc: sysmmu@13620000 {
|
||||
|
|
|
@ -428,7 +428,6 @@ mfc: codec@13400000 {
|
|||
clock-names = "mfc", "sclk_mfc";
|
||||
iommus = <&sysmmu_mfc_l>, <&sysmmu_mfc_r>;
|
||||
iommu-names = "left", "right";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
serial_0: serial@13800000 {
|
||||
|
|
|
@ -288,10 +288,6 @@ buck7_reg: BUCK7 {
|
|||
};
|
||||
};
|
||||
|
||||
&mfc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sdhci_0 {
|
||||
bus-width = <4>;
|
||||
pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_bus4 &sd0_cd>;
|
||||
|
|
|
@ -133,10 +133,6 @@ key_e {
|
|||
};
|
||||
};
|
||||
|
||||
&mfc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pinctrl_1 {
|
||||
keypad_rows: keypad-rows {
|
||||
samsung,pins = "gpx2-0", "gpx2-1";
|
||||
|
|
|
@ -500,10 +500,6 @@ &i2s0 {
|
|||
clock-names = "iis", "i2s_opclk0", "i2s_opclk1";
|
||||
};
|
||||
|
||||
&mfc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&mixer {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -466,10 +466,6 @@ key_enter {
|
|||
};
|
||||
};
|
||||
|
||||
&mfc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&mshc_0 {
|
||||
pinctrl-0 = <&sd4_clk &sd4_cmd &sd4_bus4 &sd4_bus8>;
|
||||
pinctrl-names = "default";
|
||||
|
|
|
@ -112,10 +112,6 @@ key_E {
|
|||
};
|
||||
};
|
||||
|
||||
&mfc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pinctrl_1 {
|
||||
keypad_rows: keypad-rows {
|
||||
samsung,pins = "gpx2-0", "gpx2-1", "gpx2-2";
|
||||
|
|
Loading…
Reference in New Issue