projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48cb410
)
ARM: dts: imx6ull-14x14-evk: Add assigned-clocks for audio PLL
author
Shengjiu Wang
<shengjiu.wang@nxp.com>
Fri, 11 Oct 2019 10:40:59 +0000
(18:40 +0800)
committer
Dong Aisheng
<aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:20:15 +0000
(11:20 +0800)
Add assigned-clocks for audio PLL
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
(cherry picked from commit
12727b6d7c6f47452c14da34edc9c1194ea81cde
)
arch/arm/boot/dts/imx6ull-14x14-evk.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6ull-14x14-evk.dts
b/arch/arm/boot/dts/imx6ull-14x14-evk.dts
index
9d1547e
..
8636ee2
100644
(file)
--- 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>;
};