ARM: dts: exynos: Remove empty camera pinctrl configuration in Odroid X/U3

The camera's pinctrl configuration is simply empty and not effective.
Remove it to fix dtbs_check warning:

  arch/arm/boot/dts/exynos4412-odroidx.dt.yaml: camera: pinctrl-0: True is not of type 'array'

Link: https://lore.kernel.org/r/20230207210020.677007-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Krzysztof Kozlowski 2023-02-07 22:00:16 +01:00
parent 5f72554595
commit 043dc30113

View File

@ -122,8 +122,6 @@ &bus_mfc {
&camera {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <>;
};
&clock {