]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: mt8183: jacuzzi: Move panel under aux-bus
authorHsin-Yi Wang <hsinyi@chromium.org>
Wed, 28 Dec 2022 11:32:04 +0000 (19:32 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2024 18:50:49 +0000 (19:50 +0100)
[ Upstream commit 474c162878ba3dbd620538d129f576f2bca7b9e1 ]

Read edp panel edid through aux bus, which is a more preferred way. Also
use a more generic compatible since each jacuzzi models use different
panels.

Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
Link: https://lore.kernel.org/r/20221228113204.1551180-1-hsinyi@chromium.org
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Stable-dep-of: c4e8cf13f174 ("arm64: dts: mediatek: mt8183-kukui-jacuzzi: Fix DP bridge supply names")
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi.dtsi

index b9b7ddbeaabb390fa1ad149b203153e5e7635619..5c6721371945cfb0df5353b3e6785351d32a9b10 100644 (file)
@@ -8,18 +8,6 @@
 #include <arm/cros-ec-keyboard.dtsi>
 
 / {
-       panel: panel {
-               compatible = "auo,b116xw03";
-               power-supply = <&pp3300_panel>;
-               backlight = <&backlight_lcd0>;
-
-               port {
-                       panel_in: endpoint {
-                               remote-endpoint = <&anx7625_out>;
-                       };
-               };
-       };
-
        pp1200_mipibrdg: pp1200-mipibrdg {
                compatible = "regulator-fixed";
                regulator-name = "pp1200_mipibrdg";
                                };
                        };
                };
+
+               aux-bus {
+                       panel: panel {
+                               compatible = "edp-panel";
+                               power-supply = <&pp3300_panel>;
+                               backlight = <&backlight_lcd0>;
+
+                               port {
+                                       panel_in: endpoint {
+                                               remote-endpoint = <&anx7625_out>;
+                                       };
+                               };
+                       };
+               };
        };
 };