Commit 8a9e495b authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: exynos: Remove empty camera pinctrl configuration in Trats

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

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

Link: https://lore.kernel.org/r/20230207210020.677007-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent 0070e0fc
......@@ -150,8 +150,6 @@ pmic_ap_clk: pmic-ap-clk {
};
&camera {
pinctrl-names = "default";
pinctrl-0 = <>;
status = "okay";
};
......
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