On 01/25/2013 11:39 AM, Rahul Sharma wrote:
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index 6c2c79d..07cb7d4 100644 --- a/arch/arm/boot/dts/exynos4.dtsi +++ b/arch/arm/boot/dts/exynos4.dtsi @@ -296,4 +296,12 @@ interrupts =<0 95 0>; hpd-gpio =<&gpx3 7 0xf 1 3>; }; + + mixer: mixer { + compatible = "samsung,exynos4-mixer";
I'm afraid this compatible property it too generic. Is the video mixer IP really identical an all the Exynos4 series SoCs ?
+ reg = <0x12c10000 0x10000>, + <0x12c00000 0x10000>; + interrupts =<0 91 0>; + samsung,power-domain =<&pd_tv>; + }; };
Is there documentation for these new bindings available somewhere ? -- Thanks, Sylwester -- 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