summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ull.dtsi
diff options
context:
space:
mode:
authorRobby Cai <robby.cai@nxp.com>2019-08-24 19:24:37 -0400
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:06:55 +0800
commit83fdfc2cb0262b349dd4e25d72811688b70e39fa (patch)
treeaf5be27abb183ec88e3eeb70fa49f5a4536f0677 /arch/arm/boot/dts/imx6ull.dtsi
parent2d845798ff8856150b9de9ef05627d7234c8368f (diff)
arm: dts: imx6ull: use internal version of pxp
use internal version instead of upstream version Signed-off-by: Robby Cai <robby.cai@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6ull.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6ull.dtsi7
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6ull.dtsi b/arch/arm/boot/dts/imx6ull.dtsi
index 4de113d68ae0..6883432d2058 100644
--- a/arch/arm/boot/dts/imx6ull.dtsi
+++ b/arch/arm/boot/dts/imx6ull.dtsi
@@ -36,9 +36,12 @@
};
&pxp {
- compatible = "fsl,imx6ull-pxp";
+ compatible = "fsl,imx6ull-pxp-dma", "fsl,imx7d-pxp-dma";
interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
- <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
+ <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&clks IMX6UL_CLK_DUMMY>, <&clks IMX6UL_CLK_PXP>;
+ clock-names = "pxp_ipg", "pxp_axi";
+ status = "disabled";
};
&usdhc1 {