Message ID | 5107D06F.4000002@samsung.com |
---|---|
State | New |
Headers | show |
Hi Sylwester, >> + mfc: codec@13400000 { >> + compatible = "samsung,mfc-v5"; >> + reg = <0x13400000 0x10000>; >> + interrupts = <0 94 0>; >> + samsung,power-domain = <&pd_mfc>; > > Please add: > status = "disabled"; OK > >> + }; >> }; >> +static void __init exynos4_reserve(void) >> +{ >> +#ifdef CONFIG_S5P_DEV_MFC > > Where is this symbol supposed to be enabled ? > > Don't you need a change like this as a part of this patch ? Yes. Good catch. Since this symbol was defined under other machines which were getting enabled, I did not notice this. >
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 1d9312a..1ae72d9 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -413,6 +413,7 @@ config MACH_EXYNOS4_DT select USE_OF select EXYNOS4_SETUP_USB_PHY select ARM_DMA_USE_IOMMU if EXYNOS_IOMMU + select S5P_DEV_MFC help Machine support for Samsung Exynos4 machine with device tree enabled. Select this if a fdt blob is available for the Exynos4 SoC based board.