summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2023-07-12 08:52:59 -0300
committerShawn Guo <shawnguo@kernel.org>2023-07-30 11:11:39 +0800
commitf6dfa9f882a7819127343b30eaa24ebdd1950f49 (patch)
tree11516efe12864155dd666d8316393b9f67d896c8 /arch
parent53cab4d871690c49fac87c657cbf459e39c5b93b (diff)
downloadlinux-stable-f6dfa9f882a7819127343b30eaa24ebdd1950f49.tar.gz
linux-stable-f6dfa9f882a7819127343b30eaa24ebdd1950f49.tar.bz2
linux-stable-f6dfa9f882a7819127343b30eaa24ebdd1950f49.zip
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: b74edf626c4f ("ARM: dts: imx6sx: Add LDB support") Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/nxp/imx/imx6sx.dtsi8
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/imx6sx.dtsi b/arch/arm/boot/dts/nxp/imx/imx6sx.dtsi
index 3a4308666552..41c900929758 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6sx.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx6sx.dtsi
@@ -863,7 +863,6 @@
reg = <0>;
ldb_from_lcdif1: endpoint {
- remote-endpoint = <&lcdif1_to_ldb>;
};
};
@@ -1309,11 +1308,8 @@
power-domains = <&pd_disp>;
status = "disabled";
- ports {
- port {
- lcdif1_to_ldb: endpoint {
- remote-endpoint = <&ldb_from_lcdif1>;
- };
+ port {
+ lcdif1_to_ldb: endpoint {
};
};
};