On Friday 12 of October 2012 00:27:43 Rahul Sharma wrote: > This patch adds support for device tree based discovery for exynos5 > mixer. Mixer node is also renamed with "exynos5-mixer". > > Signed-off-by: Rahul Sharma <rahul.sharma@xxxxxxxxxxx> > --- > arch/arm/boot/dts/exynos5250.dtsi | 8 ++++++++ > arch/arm/mach-exynos/include/mach/map.h | 1 + > arch/arm/mach-exynos/mach-exynos5-dt.c | 2 ++ > 3 files changed, 11 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/boot/dts/exynos5250.dtsi > b/arch/arm/boot/dts/exynos5250.dtsi index 4e019b5..e4483bc 100644 > --- a/arch/arm/boot/dts/exynos5250.dtsi > +++ b/arch/arm/boot/dts/exynos5250.dtsi > @@ -499,4 +499,12 @@ > interrupts = <0 95 0>; > version = "1.4"; > }; > + > + mixer { > + compatible = "samsung,exynos5-mixer"; > + reg = <0x14450000 0x10000>; > + interrupts = <0 94 0>; > + version = "16.0.33.0"; > + vp-support = <0>; > + }; mixer@14450000 Also, what is this version property? How is it used in the driver? Best regards, Tomasz Figa -- 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