mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-30 17:00:08 -04:00
ARM: dts: exynos: Remove "simple-bus" compatible from fimc-is node
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>
This commit is contained in:
committed by
Krzysztof Kozlowski
parent
1001354ca3
commit
69d7fbb0fa
@@ -147,7 +147,7 @@ fimc_lite_1: fimc-lite@123A0000 {
|
||||
};
|
||||
|
||||
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>;
|
||||
|
||||
Reference in New Issue
Block a user