mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
arm64: dts: mediatek: mt8183-kukui-jacuzzi: Add ports node for anx7625
[ Upstream commit 4055416e6c51347e7dd5784065263fe0ced0bb7d ]
The anx7625 binding requires a "ports" node as a container for the
"port" nodes. The jacuzzi dtsi file is missing it.
Add a "ports" node under the anx7625 node, and move the port related
nodes and properties under it.
Fixes: cabc71b08e ("arm64: dts: mt8183: Add kukui-jacuzzi-damu board")
Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20240131083931.3970388-1-wenst@chromium.org
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5a28eace29
commit
09fd5840a6
@@ -168,21 +168,24 @@
|
|||||||
vdd18-supply = <&pp1800_mipibrdg>;
|
vdd18-supply = <&pp1800_mipibrdg>;
|
||||||
vdd33-supply = <&vddio_mipibrdg>;
|
vdd33-supply = <&vddio_mipibrdg>;
|
||||||
|
|
||||||
#address-cells = <1>;
|
ports {
|
||||||
#size-cells = <0>;
|
#address-cells = <1>;
|
||||||
port@0 {
|
#size-cells = <0>;
|
||||||
reg = <0>;
|
|
||||||
|
|
||||||
anx7625_in: endpoint {
|
port@0 {
|
||||||
remote-endpoint = <&dsi_out>;
|
reg = <0>;
|
||||||
|
|
||||||
|
anx7625_in: endpoint {
|
||||||
|
remote-endpoint = <&dsi_out>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
reg = <1>;
|
reg = <1>;
|
||||||
|
|
||||||
anx7625_out: endpoint {
|
anx7625_out: endpoint {
|
||||||
remote-endpoint = <&panel_in>;
|
remote-endpoint = <&panel_in>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user