Commit 15ef03b8 authored by Akshay Bhat's avatar Akshay Bhat Committed by Shawn Guo

ARM: dts: imx: b450/b650v3: Move ldb_di clk assignment

Previously the LDB_DIx clocks could be specified in the ldb node. With
the ERR009219 errata fix applied, the ldb_di clocks now needs to be
specified in the clks node to ensure the clocks are setup early in the
boot process.
Signed-off-by: default avatarAkshay Bhat <akshay.bhat@timesys.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent b492b874
...@@ -65,11 +65,14 @@ panel_in_lvds0: endpoint { ...@@ -65,11 +65,14 @@ panel_in_lvds0: endpoint {
}; };
}; };
&ldb { &clks {
assigned-clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>, assigned-clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>,
<&clks IMX6QDL_CLK_LDB_DI1_SEL>; <&clks IMX6QDL_CLK_LDB_DI1_SEL>;
assigned-clock-parents = <&clks IMX6QDL_CLK_PLL3_USB_OTG>, assigned-clock-parents = <&clks IMX6QDL_CLK_PLL3_USB_OTG>,
<&clks IMX6QDL_CLK_PLL3_USB_OTG>; <&clks IMX6QDL_CLK_PLL3_USB_OTG>;
};
&ldb {
status = "okay"; status = "okay";
lvds0: lvds-channel@0 { lvds0: lvds-channel@0 {
......
...@@ -65,11 +65,14 @@ panel_in_lvds0: endpoint { ...@@ -65,11 +65,14 @@ panel_in_lvds0: endpoint {
}; };
}; };
&ldb { &clks {
assigned-clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>, assigned-clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>,
<&clks IMX6QDL_CLK_LDB_DI1_SEL>; <&clks IMX6QDL_CLK_LDB_DI1_SEL>;
assigned-clock-parents = <&clks IMX6QDL_CLK_PLL3_USB_OTG>, assigned-clock-parents = <&clks IMX6QDL_CLK_PLL3_USB_OTG>,
<&clks IMX6QDL_CLK_PLL3_USB_OTG>; <&clks IMX6QDL_CLK_PLL3_USB_OTG>;
};
&ldb {
status = "okay"; status = "okay";
lvds0: lvds-channel@0 { lvds0: lvds-channel@0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment