All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Kleine-Budde <mkl@pengutronix.de>
To: Zhao Qiang <B45475@freescale.com>,
	linuxppc-dev@lists.ozlabs.org, linux-can@vger.kernel.org,
	wg@grandegger.com, B07421@freescale.com
Subject: Re: [PATCH 2/2] flexcan: add err interrupt for p1010rdb
Date: Thu, 19 Jun 2014 10:28:52 +0200	[thread overview]
Message-ID: <53A29F44.3020806@pengutronix.de> (raw)
In-Reply-To: <1403163973-48239-2-git-send-email-B45475@freescale.com>

[-- Attachment #1: Type: text/plain, Size: 1314 bytes --]

On 06/19/2014 09:46 AM, Zhao Qiang wrote:
> add err interrupt for p1010rdb into dts.

Please update the flexcan binding documentation, too.

Marc

> 
> Signed-off-by: Zhao Qiang <B45475@freescale.com>
> ---
>  arch/powerpc/boot/dts/fsl/p1010si-post.dtsi | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/powerpc/boot/dts/fsl/p1010si-post.dtsi b/arch/powerpc/boot/dts/fsl/p1010si-post.dtsi
> index 4313ff6..bcd95ba 100644
> --- a/arch/powerpc/boot/dts/fsl/p1010si-post.dtsi
> +++ b/arch/powerpc/boot/dts/fsl/p1010si-post.dtsi
> @@ -141,13 +141,15 @@
>  	can0: can@1c000 {
>  		compatible = "fsl,p1010-flexcan";
>  		reg = <0x1c000 0x1000>;
> -		interrupts = <48 0x2 0 0>;
> +		interrupts = <48 0x2 0 0
> +			      16 0x2 0 0>;
>  	};
>  
>  	can1: can@1d000 {
>  		compatible = "fsl,p1010-flexcan";
>  		reg = <0x1d000 0x1000>;
> -		interrupts = <61 0x2 0 0>;
> +		interrupts = <61 0x2 0 0
> +			      16 0x2 0 0>;
>  	};
>  
>  	L2: l2-cache-controller@20000 {
> 


-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 242 bytes --]

  reply	other threads:[~2014-06-19  8:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-19  7:46 [PATCH 1/2] flexcan: add err_irq handler for flexcan Zhao Qiang
2014-06-19  7:46 ` Zhao Qiang
2014-06-19  7:46 ` [PATCH 2/2] flexcan: add err interrupt for p1010rdb Zhao Qiang
2014-06-19  7:46   ` Zhao Qiang
2014-06-19  8:28   ` Marc Kleine-Budde [this message]
2014-06-19  8:28 ` [PATCH 1/2] flexcan: add err_irq handler for flexcan Marc Kleine-Budde

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=53A29F44.3020806@pengutronix.de \
    --to=mkl@pengutronix.de \
    --cc=B07421@freescale.com \
    --cc=B45475@freescale.com \
    --cc=linux-can@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=wg@grandegger.com \
    /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.