mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
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: 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
8b9ac7e339
commit
96167bd37d
@ -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 {
|
|||||||
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";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user