Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d56a28f authored by Marek Vasut's avatar Marek Vasut Committed by Herbert Xu
Browse files

ARM: mxs: dts: Enable DCP for MXS



Enable the DCP by default on both i.MX23 and i.MX28.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Cc: David S. Miller <davem@davemloft.net>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Shawn Guo <shawn.guo@linaro.org>
Cc: devicetree@vger.kernel.org
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 15b59e7c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -337,8 +337,10 @@
			};

			dcp@80028000 {
				compatible = "fsl,imx23-dcp";
				reg = <0x80028000 0x2000>;
				status = "disabled";
				interrupts = <53 54>;
				status = "okay";
			};

			pxp@8002a000 {
+2 −1
Original line number Diff line number Diff line
@@ -813,9 +813,10 @@
			};

			dcp: dcp@80028000 {
				compatible = "fsl,imx28-dcp", "fsl,imx23-dcp";
				reg = <0x80028000 0x2000>;
				interrupts = <52 53 54>;
				compatible = "fsl-dcp";
				status = "okay";
			};

			pxp: pxp@8002a000 {