OSDN Git Service

ARM: dts: exynos: add ports in HDMI bridge in Exynos4412 Midas
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 20 Jan 2023 15:53:58 +0000 (16:53 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 23 Jan 2023 15:38:42 +0000 (16:38 +0100)
The SII9234 HDMI bridge expects ports property:

  exynos4412-i9305.dtb: hdmi-bridge@39: 'ports' is a required property
  exynos4412-i9305.dtb: hdmi-bridge@39: 'port' does not match any of the regexes: 'pinctrl-[0-9]+'

Link: https://lore.kernel.org/r/20230120155404.323386-6-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tested-by: Henrik Grimler <henrik@grimler.se>
arch/arm/boot/dts/exynos4412-midas.dtsi

index 8e1c19a..a626d33 100644 (file)
                        interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;
                        reg = <0x39>;
 
-                       port {
-                               mhl_to_hdmi: endpoint {
-                                       remote-endpoint = <&hdmi_to_mhl>;
+                       ports {
+                               #address-cells = <1>;
+                               #size-cells = <0>;
+
+                               port@0 {
+                                       reg = <0>;
+
+                                       mhl_to_hdmi: endpoint {
+                                               remote-endpoint = <&hdmi_to_mhl>;
+                                       };
                                };
                        };
                };