ARM: dts: exynos: Remove "simple-bus" compatible from fimc-is node
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Fri, 16 Sep 2016 08:33:45 +0000 (10:33 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 17 Oct 2016 15:45:45 +0000 (18:45 +0300)
The "simple-bus" compatible was originally added for fimc-is only
to ensure the child devices instantiation.  The child devices are
now being created by the parent device driver so remove the
"simple-bus" compatible.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos4x12.dtsi

index 3394bdc..0074f56 100644 (file)
                };
 
                fimc_is: fimc-is@12000000 {
-                       compatible = "samsung,exynos4212-fimc-is", "simple-bus";
+                       compatible = "samsung,exynos4212-fimc-is";
                        reg = <0x12000000 0x260000>;
                        interrupts = <0 90 0>, <0 95 0>;
                        power-domains = <&pd_isp>;