]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: imx: b450/b650v3: Move ldb_di clk assignment
authorAkshay Bhat <akshay.bhat@timesys.com>
Mon, 18 Apr 2016 21:19:45 +0000 (17:19 -0400)
committerShawn Guo <shawnguo@kernel.org>
Tue, 26 Apr 2016 03:05:33 +0000 (11:05 +0800)
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: Akshay Bhat <akshay.bhat@timesys.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6q-b450v3.dts
arch/arm/boot/dts/imx6q-b650v3.dts

index 3101be5bafa7d0d56070609c19201bdd65a43ae0..f0a2be5268e355822e1fde2a162ccef15e167b9d 100644 (file)
@@ -65,11 +65,14 @@ panel_in_lvds0: endpoint {
        };
 };
 
-&ldb {
+&clks {
        assigned-clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>,
                          <&clks IMX6QDL_CLK_LDB_DI1_SEL>;
        assigned-clock-parents = <&clks IMX6QDL_CLK_PLL3_USB_OTG>,
                                 <&clks IMX6QDL_CLK_PLL3_USB_OTG>;
+};
+
+&ldb {
        status = "okay";
 
        lvds0: lvds-channel@0 {
index 823f55ccb60fb3ea59f1f148c340ea4575308515..33cb71acadcced4c5fe4bb332e0372d0502076ed 100644 (file)
@@ -65,11 +65,14 @@ panel_in_lvds0: endpoint {
        };
 };
 
-&ldb {
+&clks {
        assigned-clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>,
                          <&clks IMX6QDL_CLK_LDB_DI1_SEL>;
        assigned-clock-parents = <&clks IMX6QDL_CLK_PLL3_USB_OTG>,
                                 <&clks IMX6QDL_CLK_PLL3_USB_OTG>;
+};
+
+&ldb {
        status = "okay";
 
        lvds0: lvds-channel@0 {