From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] ARM: dts: imx6ull: add pxp support
Date: Mon, 27 Aug 2018 14:59:29 +0800 [thread overview]
Message-ID: <20180827065927.GE3850@dragon> (raw)
In-Reply-To: <20180810151822.18650-3-p.zabel@pengutronix.de>
On Fri, Aug 10, 2018 at 05:18:21PM +0200, Philipp Zabel wrote:
> Add the device node for the i.MX6ULL Pixel Pipeline (PXP).
>
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> ---
> arch/arm/boot/dts/imx6ul.dtsi | 8 ++++++++
> arch/arm/boot/dts/imx6ull.dtsi | 6 ++++++
> 2 files changed, 14 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi
> index 47a3453a4211..e80a660c14f2 100644
> --- a/arch/arm/boot/dts/imx6ul.dtsi
> +++ b/arch/arm/boot/dts/imx6ul.dtsi
> @@ -928,6 +928,14 @@
> };
> };
>
> + pxp: pxp at 21cc000 {
> + compatible = "fsl,imx6ul-pxp";
> + reg = <0x021cc000 0x4000>;
> + interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
> + clock-names = "axi";
> + clocks = <&clks IMX6UL_CLK_PXP>;
> + };
> +
> lcdif: lcdif at 21c8000 {
In order of unit-address, pxp at 21cc000 should go after lcdif at 21c8000.
Shawn
> compatible = "fsl,imx6ul-lcdif", "fsl,imx28-lcdif";
> reg = <0x021c8000 0x4000>;
> diff --git a/arch/arm/boot/dts/imx6ull.dtsi b/arch/arm/boot/dts/imx6ull.dtsi
> index ebc25c98e5e1..91d2b6dd9b1b 100644
> --- a/arch/arm/boot/dts/imx6ull.dtsi
> +++ b/arch/arm/boot/dts/imx6ull.dtsi
> @@ -75,3 +75,9 @@
> };
> };
> };
> +
> +&pxp {
> + compatible = "fsl,imx6ull-pxp";
> + interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
> +};
> --
> 2.18.0
>
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Philipp Zabel <p.zabel@pengutronix.de>
Cc: devicetree@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
kernel@pengutronix.de, Mauro Carvalho Chehab <mchehab@kernel.org>,
linux-arm-kernel@lists.infradead.org,
linux-media@vger.kernel.org
Subject: Re: [PATCH 2/3] ARM: dts: imx6ull: add pxp support
Date: Mon, 27 Aug 2018 14:59:29 +0800 [thread overview]
Message-ID: <20180827065927.GE3850@dragon> (raw)
In-Reply-To: <20180810151822.18650-3-p.zabel@pengutronix.de>
On Fri, Aug 10, 2018 at 05:18:21PM +0200, Philipp Zabel wrote:
> Add the device node for the i.MX6ULL Pixel Pipeline (PXP).
>
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> ---
> arch/arm/boot/dts/imx6ul.dtsi | 8 ++++++++
> arch/arm/boot/dts/imx6ull.dtsi | 6 ++++++
> 2 files changed, 14 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi
> index 47a3453a4211..e80a660c14f2 100644
> --- a/arch/arm/boot/dts/imx6ul.dtsi
> +++ b/arch/arm/boot/dts/imx6ul.dtsi
> @@ -928,6 +928,14 @@
> };
> };
>
> + pxp: pxp@21cc000 {
> + compatible = "fsl,imx6ul-pxp";
> + reg = <0x021cc000 0x4000>;
> + interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
> + clock-names = "axi";
> + clocks = <&clks IMX6UL_CLK_PXP>;
> + };
> +
> lcdif: lcdif@21c8000 {
In order of unit-address, pxp@21cc000 should go after lcdif@21c8000.
Shawn
> compatible = "fsl,imx6ul-lcdif", "fsl,imx28-lcdif";
> reg = <0x021c8000 0x4000>;
> diff --git a/arch/arm/boot/dts/imx6ull.dtsi b/arch/arm/boot/dts/imx6ull.dtsi
> index ebc25c98e5e1..91d2b6dd9b1b 100644
> --- a/arch/arm/boot/dts/imx6ull.dtsi
> +++ b/arch/arm/boot/dts/imx6ull.dtsi
> @@ -75,3 +75,9 @@
> };
> };
> };
> +
> +&pxp {
> + compatible = "fsl,imx6ull-pxp";
> + interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
> +};
> --
> 2.18.0
>
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Philipp Zabel <p.zabel@pengutronix.de>
Cc: linux-media@vger.kernel.org,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Rob Herring <robh+dt@kernel.org>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
kernel@pengutronix.de
Subject: Re: [PATCH 2/3] ARM: dts: imx6ull: add pxp support
Date: Mon, 27 Aug 2018 14:59:29 +0800 [thread overview]
Message-ID: <20180827065927.GE3850@dragon> (raw)
In-Reply-To: <20180810151822.18650-3-p.zabel@pengutronix.de>
On Fri, Aug 10, 2018 at 05:18:21PM +0200, Philipp Zabel wrote:
> Add the device node for the i.MX6ULL Pixel Pipeline (PXP).
>
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> ---
> arch/arm/boot/dts/imx6ul.dtsi | 8 ++++++++
> arch/arm/boot/dts/imx6ull.dtsi | 6 ++++++
> 2 files changed, 14 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi
> index 47a3453a4211..e80a660c14f2 100644
> --- a/arch/arm/boot/dts/imx6ul.dtsi
> +++ b/arch/arm/boot/dts/imx6ul.dtsi
> @@ -928,6 +928,14 @@
> };
> };
>
> + pxp: pxp@21cc000 {
> + compatible = "fsl,imx6ul-pxp";
> + reg = <0x021cc000 0x4000>;
> + interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
> + clock-names = "axi";
> + clocks = <&clks IMX6UL_CLK_PXP>;
> + };
> +
> lcdif: lcdif@21c8000 {
In order of unit-address, pxp@21cc000 should go after lcdif@21c8000.
Shawn
> compatible = "fsl,imx6ul-lcdif", "fsl,imx28-lcdif";
> reg = <0x021c8000 0x4000>;
> diff --git a/arch/arm/boot/dts/imx6ull.dtsi b/arch/arm/boot/dts/imx6ull.dtsi
> index ebc25c98e5e1..91d2b6dd9b1b 100644
> --- a/arch/arm/boot/dts/imx6ull.dtsi
> +++ b/arch/arm/boot/dts/imx6ull.dtsi
> @@ -75,3 +75,9 @@
> };
> };
> };
> +
> +&pxp {
> + compatible = "fsl,imx6ull-pxp";
> + interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
> +};
> --
> 2.18.0
>
next prev parent reply other threads:[~2018-08-27 6:59 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-10 15:18 [PATCH 0/3] i.MX PXP scaler/CSC driver Philipp Zabel
2018-08-10 15:18 ` Philipp Zabel
2018-08-10 15:18 ` Philipp Zabel
2018-08-10 15:18 ` [PATCH 1/3] dt-bindings: media: Add i.MX Pixel Pipeline binding Philipp Zabel
2018-08-10 15:18 ` Philipp Zabel
2018-08-10 15:18 ` Philipp Zabel
2018-08-14 20:52 ` Rob Herring
2018-08-14 20:52 ` Rob Herring
2018-08-14 20:52 ` Rob Herring
2018-08-10 15:18 ` [PATCH 2/3] ARM: dts: imx6ull: add pxp support Philipp Zabel
2018-08-10 15:18 ` Philipp Zabel
2018-08-10 15:18 ` Philipp Zabel
2018-08-27 6:59 ` Shawn Guo [this message]
2018-08-27 6:59 ` Shawn Guo
2018-08-27 6:59 ` Shawn Guo
2018-09-03 14:54 ` Philipp Zabel
2018-09-03 14:54 ` Philipp Zabel
2018-09-03 14:54 ` Philipp Zabel
2018-08-10 15:18 ` [PATCH 3/3] media: imx-pxp: add i.MX Pixel Pipeline driver Philipp Zabel
2018-08-10 15:20 ` Philipp Zabel
2018-08-10 15:20 ` Philipp Zabel
2018-09-03 12:55 ` Hans Verkuil
2018-09-03 12:55 ` Hans Verkuil
2018-09-03 12:55 ` Hans Verkuil
2018-09-03 14:52 ` Philipp Zabel
2018-09-03 14:52 ` Philipp Zabel
2018-09-04 8:04 ` jacopo mondi
2018-09-04 9:12 ` Philipp Zabel
2018-09-04 9:12 ` Philipp Zabel
2018-09-04 9:12 ` Philipp Zabel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180827065927.GE3850@dragon \
--to=shawnguo@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.