Skip to content

Commit ed9dc1d

Browse files
committed
Merge tag 'imx-fixes-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
i.MX fixes for 5.7, round 2: One imx6q-bx50v3 device tree change to fix an issue, attempting atomic modeset while using HDMI and display port at the same time causes LDB clock programming to destroy the programming of HDMI. * tag 'imx-fixes-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: ARM: dts/imx6q-bx50v3: Set display interface clock parents Link: https://lore.kernel.org/r/20200521150719.GB24084@dragon Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 1a55b42 + 665e7c7 commit ed9dc1d

File tree

4 files changed

+15
-25
lines changed

4 files changed

+15
-25
lines changed

arch/arm/boot/dts/imx6q-b450v3.dts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@
6565
};
6666
};
6767

68-
&clks {
69-
assigned-clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>,
70-
<&clks IMX6QDL_CLK_LDB_DI1_SEL>;
71-
assigned-clock-parents = <&clks IMX6QDL_CLK_PLL3_USB_OTG>,
72-
<&clks IMX6QDL_CLK_PLL3_USB_OTG>;
73-
};
74-
7568
&ldb {
7669
status = "okay";
7770

arch/arm/boot/dts/imx6q-b650v3.dts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@
6565
};
6666
};
6767

68-
&clks {
69-
assigned-clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>,
70-
<&clks IMX6QDL_CLK_LDB_DI1_SEL>;
71-
assigned-clock-parents = <&clks IMX6QDL_CLK_PLL3_USB_OTG>,
72-
<&clks IMX6QDL_CLK_PLL3_USB_OTG>;
73-
};
74-
7568
&ldb {
7669
status = "okay";
7770

arch/arm/boot/dts/imx6q-b850v3.dts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,6 @@
5353
};
5454
};
5555

56-
&clks {
57-
assigned-clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>,
58-
<&clks IMX6QDL_CLK_LDB_DI1_SEL>,
59-
<&clks IMX6QDL_CLK_IPU1_DI0_PRE_SEL>,
60-
<&clks IMX6QDL_CLK_IPU2_DI0_PRE_SEL>;
61-
assigned-clock-parents = <&clks IMX6QDL_CLK_PLL5_VIDEO_DIV>,
62-
<&clks IMX6QDL_CLK_PLL5_VIDEO_DIV>,
63-
<&clks IMX6QDL_CLK_PLL2_PFD2_396M>,
64-
<&clks IMX6QDL_CLK_PLL2_PFD2_396M>;
65-
};
66-
6756
&ldb {
6857
fsl,dual-channel;
6958
status = "okay";

arch/arm/boot/dts/imx6q-bx50v3.dtsi

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,3 +377,18 @@
377377
#interrupt-cells = <1>;
378378
};
379379
};
380+
381+
&clks {
382+
assigned-clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>,
383+
<&clks IMX6QDL_CLK_LDB_DI1_SEL>,
384+
<&clks IMX6QDL_CLK_IPU1_DI0_PRE_SEL>,
385+
<&clks IMX6QDL_CLK_IPU1_DI1_PRE_SEL>,
386+
<&clks IMX6QDL_CLK_IPU2_DI0_PRE_SEL>,
387+
<&clks IMX6QDL_CLK_IPU2_DI1_PRE_SEL>;
388+
assigned-clock-parents = <&clks IMX6QDL_CLK_PLL5_VIDEO_DIV>,
389+
<&clks IMX6QDL_CLK_PLL5_VIDEO_DIV>,
390+
<&clks IMX6QDL_CLK_PLL2_PFD0_352M>,
391+
<&clks IMX6QDL_CLK_PLL2_PFD0_352M>,
392+
<&clks IMX6QDL_CLK_PLL2_PFD0_352M>,
393+
<&clks IMX6QDL_CLK_PLL2_PFD0_352M>;
394+
};

0 commit comments

Comments
 (0)