diff options
author | Akshay Bhat <akshay.bhat@timesys.com> | 2016-04-18 17:19:45 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-04-26 11:05:33 +0800 |
commit | 15ef03b8624724ed1b7e660e14d310fa54be393f (patch) | |
tree | 27d6ce04b0e0f2d71d08dfb2109630e50103418e /arch/arm/boot/dts/imx6q-b650v3.dts | |
parent | b492b8744da9b205b9b303b111a138b16d56e712 (diff) | |
download | talos-op-linux-15ef03b8624724ed1b7e660e14d310fa54be393f.tar.gz talos-op-linux-15ef03b8624724ed1b7e660e14d310fa54be393f.zip |
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: Akshay Bhat <akshay.bhat@timesys.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-b650v3.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-b650v3.dts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q-b650v3.dts b/arch/arm/boot/dts/imx6q-b650v3.dts index 823f55ccb60f..33cb71acadcc 100644 --- a/arch/arm/boot/dts/imx6q-b650v3.dts +++ b/arch/arm/boot/dts/imx6q-b650v3.dts @@ -65,11 +65,14 @@ }; }; -&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 { |