]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: imx6sl: Complete the dcp node
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 2 Sep 2015 15:55:21 +0000 (12:55 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 19 Oct 2015 14:45:13 +0000 (22:45 +0800)
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>
arch/arm/boot/dts/imx6sl.dtsi

index 320a27f8889edc4e70ea215bbd54c5234fc2e771..ebe8670f3ae6e176d24e13ce04e4bdfa32bd8d9d 100644 (file)
                        };
 
                        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>;
                        };
                };