diff options
author | Robby Cai <R63905@freescale.com> | 2014-02-19 05:18:39 -0500 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:57:39 -0400 |
commit | 3f8b030a36947ca894865c7c8a1559f05f85f49a (patch) | |
tree | 64c6091fe670ae7ec2c26adbb52b2b2943c1fa6c /arch/arm/boot/dts/imx6sl.dtsi | |
parent | cd92d306195748b84b0c3cf119f02316154df23e (diff) |
ENGR00299748-2 ARM: dts: imx: add pxp support for imx6sx 17x17 arm2 board
- add pxp resources
- add a dummy clock for imx6sl/imx6dl
Signed-off-by: Robby Cai <R63905@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6sl.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index 274000feea9f..40afe29b23a3 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi | |||
@@ -663,8 +663,8 @@ | |||
663 | compatible = "fsl,imx6sl-pxp-dma", "fsl,imx6dl-pxp-dma"; | 663 | compatible = "fsl,imx6sl-pxp-dma", "fsl,imx6dl-pxp-dma"; |
664 | reg = <0x020f0000 0x4000>; | 664 | reg = <0x020f0000 0x4000>; |
665 | interrupts = <0 98 0x04>; | 665 | interrupts = <0 98 0x04>; |
666 | clocks = <&clks 111>; | 666 | clocks = <&clks IMX6SL_CLK_PXP_AXI>, <&clks IMX6SL_CLK_DUMMY>; |
667 | clock-names = "pxp-axi"; | 667 | clock-names = "pxp-axi", "disp-axi"; |
668 | status = "disabled"; | 668 | status = "disabled"; |
669 | }; | 669 | }; |
670 | 670 | ||