summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ull-14x14-evk.dts
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@nxp.com>2019-10-11 18:40:59 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:08:30 +0800
commitdcadf53022028ab1fcf6a743ff4f4b171bda3c91 (patch)
treebd0af28ff2cd1d372353f467473bb101b5a4d3ca /arch/arm/boot/dts/imx6ull-14x14-evk.dts
parentaf572c4c9dbfd41cacc915c50bb986bedf9c4da9 (diff)
ARM: dts: imx6ull-14x14-evk: Add assigned-clocks for audio PLL
Add assigned-clocks for audio PLL Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> (cherry picked from commit 12727b6d7c6f47452c14da34edc9c1194ea81cde)
Diffstat (limited to 'arch/arm/boot/dts/imx6ull-14x14-evk.dts')
-rw-r--r--arch/arm/boot/dts/imx6ull-14x14-evk.dts5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6ull-14x14-evk.dts b/arch/arm/boot/dts/imx6ull-14x14-evk.dts
index 9d1547e6117c..8636ee275ada 100644
--- a/arch/arm/boot/dts/imx6ull-14x14-evk.dts
+++ b/arch/arm/boot/dts/imx6ull-14x14-evk.dts
@@ -13,6 +13,7 @@
};
&clks {
- assigned-clocks = <&clks IMX6UL_CLK_PLL3_PFD2>;
- assigned-clock-rates = <320000000>;
+ assigned-clocks = <&clks IMX6UL_CLK_PLL3_PFD2>,
+ <&clks IMX6UL_CLK_PLL4_AUDIO_DIV>;
+ assigned-clock-rates = <320000000>, <786432000>;
};