Hi Kukjin, Could you please apply this patch? Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics On Tuesday, August 20, 2013 01:22:45 PM Bartlomiej Zolnierkiewicz wrote: > Revision 0 of Exynos4210 SoC (used on Universal C210 board) requires > 'secure' PL330 MDMA1 address (0x12840000) instead of 'non-secure' one > (0x12850000). Fix it by overriding the default PL330 MDMA1 address in > exynos4210-universal_c210.dts. > > This is a Device Tree (DT) version of commit 91280e7 ("ARM: EXYNOS: > PL330 MDMA1 fix for revision 0 of Exynos4210 SOC") and fixes recent > regression caused by conversion to DT-only setup on ARM EXYNOS. > > Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@xxxxxxxxxxx> > Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> > --- > arch/arm/boot/dts/exynos4210-universal_c210.dts | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos4210-universal_c210.dts b/arch/arm/boot/dts/exynos4210-universal_c210.dts > index 889cdad..d2e3f5f 100644 > --- a/arch/arm/boot/dts/exynos4210-universal_c210.dts > +++ b/arch/arm/boot/dts/exynos4210-universal_c210.dts > @@ -350,3 +350,7 @@ > status = "okay"; > }; > }; > + > +&mdma1 { > + reg = <0x12840000 0x1000>; > +}; -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html