arm64: dts: qcom: c630: Move panel to aux-bus
authorBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 8 Feb 2022 04:16:06 +0000 (22:16 -0600)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 8 Feb 2022 21:24:59 +0000 (15:24 -0600)
With the newly introduced aux-bus under the TI SN65DSI86 the panel
node should be described as a child instead of a standalone node, move
it there.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Tested-by: Steev Klimaszewski <steev@kali.org>
Link: https://lore.kernel.org/r/20220208041606.144039-2-bjorn.andersson@linaro.org
arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts

index 55fb7302245babbe9aa0d41163c50d73f0bdfabf..fd1261901ab5e665e8661aca721c8598b479bb79 100644 (file)
                };
        };
 
-       panel {
-               compatible = "boe,nv133fhm-n61";
-               no-hpd;
-               backlight = <&backlight>;
-
-               ports {
-                       port {
-                               panel_in_edp: endpoint {
-                                       remote-endpoint = <&sn65dsi86_out>;
-                               };
-                       };
-               };
-       };
-
        /* Reserved memory changes for IPA */
        reserved-memory {
                wlan_msa_mem: memory@8c400000 {
                                };
                        };
                };
+
+               aux-bus {
+                       panel: panel {
+                               compatible = "boe,nv133fhm-n61";
+                               backlight = <&backlight>;
+
+                               port {
+                                       panel_in_edp: endpoint {
+                                               remote-endpoint = <&sn65dsi86_out>;
+                                       };
+                               };
+                       };
+               };
        };
 };