* [PATCH v2] ARM: dts: imx6sl: Complete the dcp node
@ 2015-09-02 15:55 Fabio Estevam
2015-09-06 12:08 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2015-09-02 15:55 UTC (permalink / raw)
To: linux-arm-kernel
From: Fabio Estevam <fabio.estevam@freescale.com>
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>
---
Changes since v1:
- Use compatible = "fsl,imx6sl-dcp", "fsl,imx28-dcp"; as suggested by
Lucas Stach
arch/arm/boot/dts/imx6sl.dtsi | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi
index 320a27f..b105735 100644
--- a/arch/arm/boot/dts/imx6sl.dtsi
+++ b/arch/arm/boot/dts/imx6sl.dtsi
@@ -670,8 +670,12 @@
};
dcp: dcp at 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>;
+ status = "okay";
};
};
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH v2] ARM: dts: imx6sl: Complete the dcp node
2015-09-02 15:55 [PATCH v2] ARM: dts: imx6sl: Complete the dcp node Fabio Estevam
@ 2015-09-06 12:08 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2015-09-06 12:08 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Sep 02, 2015 at 12:55:21PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> 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>
> ---
> Changes since v1:
> - Use compatible = "fsl,imx6sl-dcp", "fsl,imx28-dcp"; as suggested by
> Lucas Stach
>
> arch/arm/boot/dts/imx6sl.dtsi | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi
> index 320a27f..b105735 100644
> --- a/arch/arm/boot/dts/imx6sl.dtsi
> +++ b/arch/arm/boot/dts/imx6sl.dtsi
> @@ -670,8 +670,12 @@
> };
>
> dcp: dcp at 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>;
> + status = "okay";
For devices we want to enable by default, omitting 'status' property
will just do the job. Drop the line and applied the patch.
Shawn
> };
> };
>
> --
> 1.9.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-06 12:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-02 15:55 [PATCH v2] ARM: dts: imx6sl: Complete the dcp node Fabio Estevam
2015-09-06 12:08 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).