Skip to content

Commit f6dfa9f

Browse files
Fabio EstevamShawn Guo
authored andcommitted
ARM: dts: imx6sx: Remove LDB endpoint
Remove the LDB endpoint description from the common imx6sx.dtsi as it causes regression for boards that has the LCDIF connected directly to a parallel display. Let the LDB endpoint be described in the board devicetree file instead. Cc: stable@vger.kernel.org Fixes: b74edf6 ("ARM: dts: imx6sx: Add LDB support") Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 53cab4d commit f6dfa9f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

arch/arm/boot/dts/nxp/imx/imx6sx.dtsi

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,6 @@
863863
reg = <0>;
864864

865865
ldb_from_lcdif1: endpoint {
866-
remote-endpoint = <&lcdif1_to_ldb>;
867866
};
868867
};
869868

@@ -1309,11 +1308,8 @@
13091308
power-domains = <&pd_disp>;
13101309
status = "disabled";
13111310

1312-
ports {
1313-
port {
1314-
lcdif1_to_ldb: endpoint {
1315-
remote-endpoint = <&ldb_from_lcdif1>;
1316-
};
1311+
port {
1312+
lcdif1_to_ldb: endpoint {
13171313
};
13181314
};
13191315
};

0 commit comments

Comments
 (0)