summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6qp.dtsi
diff options
context:
space:
mode:
authorRobert Chiras <robert.chiras@nxp.com>2018-04-25 11:30:07 +0300
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:31:24 +0800
commitbdcb6b49bda176c9a5cf3026b1318483960edba0 (patch)
treee01fc7fb25460ff684d9f4b40ce6588d31fd7273 /arch/arm/boot/dts/imx6qp.dtsi
parent4ef91335c342e6d18528863cafd4ccb3e4adf503 (diff)
MLK-18120: arch: arm: imx6qp: Fix ldb clocks
Remove the ldb clocks from the ldb node. Those clocks were added upstream and they are needed for the DRM imx-ldb driver. Since we are using the fbdev ldb driver for imx6qp, those clocks are not compatible with our fbdev driver. Fixes: 78241a88958a ("ARM: dts: add dts file for imx6qp") Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6qp.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6qp.dtsi7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/imx6qp.dtsi b/arch/arm/boot/dts/imx6qp.dtsi
index 7e62ce24725e..cc98c4be4dc1 100644
--- a/arch/arm/boot/dts/imx6qp.dtsi
+++ b/arch/arm/boot/dts/imx6qp.dtsi
@@ -199,13 +199,6 @@
&ldb {
compatible = "fsl,imx6qp-ldb", "fsl,imx6q-ldb", "fsl,imx53-ldb";
- clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>, <&clks IMX6QDL_CLK_LDB_DI1_SEL>,
- <&clks IMX6QDL_CLK_IPU1_DI0_SEL>, <&clks IMX6QDL_CLK_IPU1_DI1_SEL>,
- <&clks IMX6QDL_CLK_IPU2_DI0_SEL>, <&clks IMX6QDL_CLK_IPU2_DI1_SEL>,
- <&clks IMX6QDL_CLK_LDB_DI0_PODF>, <&clks IMX6QDL_CLK_LDB_DI1_PODF>;
- clock-names = "di0_pll", "di1_pll",
- "di0_sel", "di1_sel", "di2_sel", "di3_sel",
- "di0", "di1";
};
&mmdc0 {