Skip to content

Commit 1ab2769

Browse files
Josua-SRgregkh
authored andcommitted
arm64: dts: imx8mp-hummingboard-pulse: fix mini-hdmi dsi port reference
[ Upstream commit 1d1d14d ] imx8mp.dtsi includes a default port@1 node with an empty placeholder endpoint intended for linking to a dsi bridge or panel. HummingBoard Pulse mini-hdmi dtsi described a new endpoint node with a different label attached. This duplicate label causes confusion and is suspected to also cause errors during dsi_attach. Remove the duplicate node and link to the one defined in soc dtsi. Further remove the unnecessary attach-bridge property. Fixes: 2a222aa ("arm64: dts: add description for solidrun imx8mp hummingboard variants") Signed-off-by: Josua Mayer <josua@solid-run.com> Signed-off-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 6c5178d commit 1ab2769

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

arch/arm64/boot/dts/freescale/imx8mp-hummingboard-pulse-mini-hdmi.dtsi

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
reg = <0>;
4242

4343
adv7535_from_dsim: endpoint {
44-
remote-endpoint = <&dsim_to_adv7535>;
44+
remote-endpoint = <&mipi_dsi_out>;
4545
};
4646
};
4747

@@ -71,11 +71,8 @@
7171
&mipi_dsi {
7272
samsung,esc-clock-frequency = <10000000>;
7373
status = "okay";
74+
};
7475

75-
port@1 {
76-
dsim_to_adv7535: endpoint {
77-
remote-endpoint = <&adv7535_from_dsim>;
78-
attach-bridge;
79-
};
80-
};
76+
&mipi_dsi_out {
77+
remote-endpoint = <&adv7535_from_dsim>;
8178
};

0 commit comments

Comments
 (0)