arm64: dts: qcom: sc7180-idp: use just "port" in panel
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 26 Mar 2023 15:57:46 +0000 (17:57 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 27 Mar 2023 19:35:31 +0000 (12:35 -0700)
The panel bindings expect to have only one port, thus they do not allow
to use "ports" node:

  sc7180-idp.dtb: panel@0: 'ports' does not match any of the regexes: 'pinctrl-[0-9]+'
  sc7180-idp.dtb: panel@0: 'port' is a required property

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230326155753.92007-4-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/sc7180-idp.dts

index c3bdd3295c024d451e3672ff738177647df8e331..fcabbc6a897f5844e948c84cfd513d4c15b7f7b9 100644 (file)
 
                reset-gpios = <&pm6150l_gpios 3 GPIO_ACTIVE_HIGH>;
 
-               ports {
-                       #address-cells = <1>;
-                       #size-cells = <0>;
-                       port@0 {
-                               reg = <0>;
-                               panel0_in: endpoint {
-                                       remote-endpoint = <&dsi0_out>;
-                               };
+               port {
+                       panel0_in: endpoint {
+                               remote-endpoint = <&dsi0_out>;
                        };
                };
        };