Commit 474c1628 authored by Hsin-Yi Wang's avatar Hsin-Yi Wang Committed by Matthias Brugger

arm64: dts: mt8183: jacuzzi: Move panel under aux-bus

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: default avatarHsin-Yi Wang <hsinyi@chromium.org>
Link: https://lore.kernel.org/r/20221228113204.1551180-1-hsinyi@chromium.orgSigned-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent c2d94f72
...@@ -8,18 +8,6 @@ ...@@ -8,18 +8,6 @@
#include <arm/cros-ec-keyboard.dtsi> #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 { pp1200_mipibrdg: pp1200-mipibrdg {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "pp1200_mipibrdg"; regulator-name = "pp1200_mipibrdg";
...@@ -183,6 +171,20 @@ anx7625_out: endpoint { ...@@ -183,6 +171,20 @@ anx7625_out: endpoint {
remote-endpoint = <&panel_in>; remote-endpoint = <&panel_in>;
}; };
}; };
aux-bus {
panel: panel {
compatible = "edp-panel";
power-supply = <&pp3300_panel>;
backlight = <&backlight_lcd0>;
port {
panel_in: endpoint {
remote-endpoint = <&anx7625_out>;
};
};
};
};
}; };
}; };
......
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