summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sl.dtsi
diff options
context:
space:
mode:
authorFancy Fang <chen.fang@freescale.com>2014-09-03 17:17:54 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-09-17 08:58:23 -0500
commit4ddd96c562e0f2ecd9d483d69c692d0d43445aa3 (patch)
tree58f412ae44142576a82bf2f1d74b5a296470abdd /arch/arm/boot/dts/imx6sl.dtsi
parent7860dfc7bff7b2ce1b48e69e607a64782afdccf2 (diff)
ENGR00330128 ARM: IMX6SL: PXP: add pxp support to 3.14 branch
1. Add pxp related properties to the imx6sl dts to enable this module. 2. Configure the PXP related clocks properly. Signed-off-by: Fancy Fang <chen.fang@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sl.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6sl.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi
index 0d0eb0ef55c9..24e8e3d1ca06 100644
--- a/arch/arm/boot/dts/imx6sl.dtsi
+++ b/arch/arm/boot/dts/imx6sl.dtsi
@@ -626,8 +626,12 @@
};
pxp: pxp@020f0000 {
+ compatible = "fsl,imx6sl-pxp-dma", "fsl,imx6dl-pxp-dma";
reg = <0x020f0000 0x4000>;
interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&clks IMX6SL_CLK_PXP_AXI>, <&clks IMX6SL_CLK_DUMMY>;
+ clock-names = "pxp-axi", "disp-axi";
+ status = "disabled";
};
epdc: epdc@020f4000 {