Commit 96167bd3 authored by Marek Szyprowski's avatar Marek Szyprowski Committed by Krzysztof Kozlowski

ARM: dts: exynos: Enable MFC device on Exynos4412 Odroid boards

Enable support for Multimedia Codec (MFC) device for all Exynos4412-based
Odroid boards.
Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Reviewed-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
parent 8b9ac7e3
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#include "exynos4412.dtsi" #include "exynos4412.dtsi"
#include "exynos4412-ppmu-common.dtsi" #include "exynos4412-ppmu-common.dtsi"
#include <dt-bindings/gpio/gpio.h> #include <dt-bindings/gpio/gpio.h>
#include "exynos-mfc-reserved-memory.dtsi"
/ { / {
chosen { chosen {
...@@ -499,6 +500,11 @@ &i2s0 { ...@@ -499,6 +500,11 @@ &i2s0 {
clock-names = "iis", "i2s_opclk0", "i2s_opclk1"; clock-names = "iis", "i2s_opclk0", "i2s_opclk1";
}; };
&mfc {
memory-region = <&mfc_left>, <&mfc_right>;
status = "okay";
};
&mixer { &mixer {
status = "okay"; status = "okay";
}; };
......
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