diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-09-02 18:55:21 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-10-19 17:45:13 +0300 |
commit | 1387349d0abc73590b3bf7fc613d546bfab7fd52 (patch) | |
tree | 79b5dfa6a07e87615e93370dc20ec310b07e7c70 /arch/arm/boot/dts/imx6sl.dtsi | |
parent | 79826ac6bb6d12c9a71f6e8db798d3714819d2d5 (diff) | |
download | linux-1387349d0abc73590b3bf7fc613d546bfab7fd52.tar.xz |
ARM: dts: imx6sl: Complete the dcp node
The DCP block present on MX6SL is compatible with the one on MX28,
so add the compatible string and also complete the interrupt entries.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6sl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6sl.dtsi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index 320a27f8889e..ebe8670f3ae6 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi @@ -670,8 +670,11 @@ }; dcp: dcp@020fc000 { + compatible = "fsl,imx6sl-dcp", "fsl,imx28-dcp"; reg = <0x020fc000 0x4000>; - interrupts = <0 99 IRQ_TYPE_LEVEL_HIGH>; + interrupts = <0 99 IRQ_TYPE_LEVEL_HIGH>, + <0 100 IRQ_TYPE_LEVEL_HIGH>, + <0 101 IRQ_TYPE_LEVEL_HIGH>; }; }; |