Commit a1ca5609 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: exynos: drop simple-bus from FIMC in Exynos4

The FIMC camera node wrapper is not a bus, so using simple-bus fallback
compatible just to instantiate its children nodes was never correct.
Dropping simple-bus node fixes warnings:

  exynos4210-smdkv310.dtb: camera: $nodename:0: 'camera' does not match '^([a-z][a-z0-9\\-]+-bus|bus|localbus|soc|axi|ahb|apb)(@.+)?$'

The change is not backwards compatible and expects the FIMC driver to
populate its children.

Link: https://lore.kernel.org/r/20230207193254.550236-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent ac9a7868
......@@ -201,8 +201,8 @@ dsi_0: dsi@11c80000 {
#size-cells = <0>;
};
camera: camera {
compatible = "samsung,fimc", "simple-bus";
camera: camera@11800000 {
compatible = "samsung,fimc";
status = "disabled";
#address-cells = <1>;
#size-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment