projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df88712
)
MLK-15989 arm: dts: imx6q: remove clk pll8_mlb
author
Gao Pan
<pandy.gao@nxp.com>
Fri, 14 Jul 2017 09:45:24 +0000
(17:45 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:33:38 +0000
(15:33 -0500)
remove clk pll8_mlb because it's not used in current driver.
Signed-off-by: Gao Pan <pandy.gao@nxp.com>
arch/arm/boot/dts/imx6qdl.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6qdl.dtsi
b/arch/arm/boot/dts/imx6qdl.dtsi
index
b64e783
..
cead55a
100644
(file)
--- a/
arch/arm/boot/dts/imx6qdl.dtsi
+++ b/
arch/arm/boot/dts/imx6qdl.dtsi
@@
-1130,9
+1130,8
@@
interrupts = <0 53 IRQ_TYPE_LEVEL_HIGH>,
<0 117 IRQ_TYPE_LEVEL_HIGH>,
<0 126 IRQ_TYPE_LEVEL_HIGH>;
- clocks = <&clks IMX6QDL_CLK_MLB>,
- <&clks IMX6QDL_CLK_PLL8_MLB>;
- clock-names = "mlb", "pll8_mlb";
+ clocks = <&clks IMX6QDL_CLK_MLB>;
+ clock-names = "mlb";
iram = <&ocram>;
status = "disabled";
};