summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ull.dtsi
diff options
context:
space:
mode:
authorFancy Fang <chen.fang@nxp.com>2016-04-19 13:52:30 +0800
committerFancy Fang <chen.fang@nxp.com>2016-04-19 14:02:14 +0800
commit197d97dcd4c12a63a4b5cd57aa9da49e237804c3 (patch)
tree0cee8c6d4181df50affb641e3c97e2a2f0b43b42 /arch/arm/boot/dts/imx6ull.dtsi
parent4c9679cc29e75db5a0a1597e49b92654c03f3277 (diff)
MLK-12679 ARM: dts: imx6ull: correct pxp clock settings
Correct pxp clock settings according to the commit 'MLK-12669-2 dma: pxp-v3: add 'ipg' and 'axi' clocks'. Signed-off-by: Fancy Fang <chen.fang@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6ull.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6ull.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6ull.dtsi b/arch/arm/boot/dts/imx6ull.dtsi
index ba0c6f980092..da4f9b67600d 100644
--- a/arch/arm/boot/dts/imx6ull.dtsi
+++ b/arch/arm/boot/dts/imx6ull.dtsi
@@ -1000,8 +1000,8 @@
reg = <0x021cc000 0x4000>;
interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
- clocks = <&clks IMX6UL_CLK_PXP>;
- clock-names = "pxp-axi";
+ clocks = <&clks IMX6UL_CLK_DUMMY>, <&clks IMX6UL_CLK_PXP>;
+ clock-names = "pxp_ipg", "pxp_axi";
status = "disabled";
};