From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
To: Raashid Muhammed <raashidmuhammed@zilogic.com>
Cc: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com,
ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
linux@armlinux.org.uk, nicolas.ferre@atmel.com,
plagnioj@jcrosoft.com, vijaykumar@bravegnu.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 1/2] ARM: at91/dt: at91sam9260: Remove leading zeros in OHCI node.
Date: Fri, 3 Jun 2016 14:44:52 +0200 [thread overview]
Message-ID: <20160603124452.GB4594@piout.net> (raw)
In-Reply-To: <1464934539-4737-1-git-send-email-raashidmuhammed@zilogic.com>
Hi,
On 03/06/2016 at 11:45:38 +0530, Raashid Muhammed wrote :
> From: Raashid Muhammed <raashidmuhammed@zilogic.com>
>
> Remove leading zeros in OHCI node for at91sam9260 based boards.
>
> Signed-off-by: Raashid Muhammed <raashidmuhammed@zilogic.com>
> Reviewed-by: Vijay Kumar B. <vijaykumar@bravegnu.org>
> ---
Could you include a changelog here? It is difficult to understand why
you are resending. Can I review it now?
> arch/arm/boot/dts/aks-cdu.dts | 2 +-
> arch/arm/boot/dts/animeo_ip.dts | 2 +-
> arch/arm/boot/dts/at91-foxg20.dts | 2 +-
> arch/arm/boot/dts/at91-kizbox.dts | 2 +-
> arch/arm/boot/dts/at91-qil_a9260.dts | 2 +-
> arch/arm/boot/dts/at91sam9260.dtsi | 2 +-
> arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 2 +-
> arch/arm/boot/dts/ethernut5.dts | 2 +-
> arch/arm/boot/dts/evk-pro3.dts | 2 +-
> arch/arm/boot/dts/usb_a9260_common.dtsi | 2 +-
> 10 files changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/arch/arm/boot/dts/aks-cdu.dts b/arch/arm/boot/dts/aks-cdu.dts
> index d9c50fb..5b1bf92 100644
> --- a/arch/arm/boot/dts/aks-cdu.dts
> +++ b/arch/arm/boot/dts/aks-cdu.dts
> @@ -57,7 +57,7 @@
> };
> };
>
> - usb0: ohci@00500000 {
> + usb0: ohci@500000 {
> num-ports = <2>;
> status = "okay";
> };
> diff --git a/arch/arm/boot/dts/animeo_ip.dts b/arch/arm/boot/dts/animeo_ip.dts
> index 0962f2f..8bcbad3 100644
> --- a/arch/arm/boot/dts/animeo_ip.dts
> +++ b/arch/arm/boot/dts/animeo_ip.dts
> @@ -114,7 +114,7 @@
> };
> };
>
> - usb0: ohci@00500000 {
> + usb0: ohci@500000 {
> num-ports = <2>;
> atmel,vbus-gpio = <&pioB 15 GPIO_ACTIVE_LOW>;
> status = "okay";
> diff --git a/arch/arm/boot/dts/at91-foxg20.dts b/arch/arm/boot/dts/at91-foxg20.dts
> index 6bf873e..42a535d 100644
> --- a/arch/arm/boot/dts/at91-foxg20.dts
> +++ b/arch/arm/boot/dts/at91-foxg20.dts
> @@ -128,7 +128,7 @@
> };
> };
>
> - usb0: ohci@00500000 {
> + usb0: ohci@500000 {
> num-ports = <2>;
> status = "okay";
> };
> diff --git a/arch/arm/boot/dts/at91-kizbox.dts b/arch/arm/boot/dts/at91-kizbox.dts
> index 229e989..0e3f34e 100644
> --- a/arch/arm/boot/dts/at91-kizbox.dts
> +++ b/arch/arm/boot/dts/at91-kizbox.dts
> @@ -54,7 +54,7 @@
> };
> };
>
> - usb0: ohci@00500000 {
> + usb0: ohci@500000 {
> num-ports = <1>;
> status = "okay";
> };
> diff --git a/arch/arm/boot/dts/at91-qil_a9260.dts b/arch/arm/boot/dts/at91-qil_a9260.dts
> index 4f2eebf..5309e19 100644
> --- a/arch/arm/boot/dts/at91-qil_a9260.dts
> +++ b/arch/arm/boot/dts/at91-qil_a9260.dts
> @@ -111,7 +111,7 @@
> };
> };
>
> - usb0: ohci@00500000 {
> + usb0: ohci@500000 {
> num-ports = <2>;
> status = "okay";
> };
> diff --git a/arch/arm/boot/dts/at91sam9260.dtsi b/arch/arm/boot/dts/at91sam9260.dtsi
> index d4884dd..af5ba31 100644
> --- a/arch/arm/boot/dts/at91sam9260.dtsi
> +++ b/arch/arm/boot/dts/at91sam9260.dtsi
> @@ -1007,7 +1007,7 @@
> status = "disabled";
> };
>
> - usb0: ohci@00500000 {
> + usb0: ohci@500000 {
> compatible = "atmel,at91rm9200-ohci", "usb-ohci";
> reg = <0x00500000 0x100000>;
> interrupts = <20 IRQ_TYPE_LEVEL_HIGH 2>;
> diff --git a/arch/arm/boot/dts/at91sam9g20ek_common.dtsi b/arch/arm/boot/dts/at91sam9g20ek_common.dtsi
> index e9cc99b..1395b30 100644
> --- a/arch/arm/boot/dts/at91sam9g20ek_common.dtsi
> +++ b/arch/arm/boot/dts/at91sam9g20ek_common.dtsi
> @@ -170,7 +170,7 @@
> };
> };
>
> - usb0: ohci@00500000 {
> + usb0: ohci@500000 {
> num-ports = <2>;
> status = "okay";
> };
> diff --git a/arch/arm/boot/dts/ethernut5.dts b/arch/arm/boot/dts/ethernut5.dts
> index 2430443..298ee2f 100644
> --- a/arch/arm/boot/dts/ethernut5.dts
> +++ b/arch/arm/boot/dts/ethernut5.dts
> @@ -77,7 +77,7 @@
> };
> };
>
> - usb0: ohci@00500000 {
> + usb0: ohci@500000 {
> num-ports = <2>;
> status = "okay";
> };
> diff --git a/arch/arm/boot/dts/evk-pro3.dts b/arch/arm/boot/dts/evk-pro3.dts
> index f72969e..312d3e8 100644
> --- a/arch/arm/boot/dts/evk-pro3.dts
> +++ b/arch/arm/boot/dts/evk-pro3.dts
> @@ -46,7 +46,7 @@
> };
> };
>
> - usb0: ohci@00500000 {
> + usb0: ohci@500000 {
> num-ports = <2>;
> status = "okay";
> };
> diff --git a/arch/arm/boot/dts/usb_a9260_common.dtsi b/arch/arm/boot/dts/usb_a9260_common.dtsi
> index 9beea89..12119b5 100644
> --- a/arch/arm/boot/dts/usb_a9260_common.dtsi
> +++ b/arch/arm/boot/dts/usb_a9260_common.dtsi
> @@ -90,7 +90,7 @@
> };
> };
>
> - usb0: ohci@00500000 {
> + usb0: ohci@500000 {
> num-ports = <2>;
> status = "okay";
> };
> --
> 2.1.4
>
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2016-06-03 12:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-03 6:15 [PATCH v3 1/2] ARM: at91/dt: at91sam9260: Remove leading zeros in OHCI node Raashid Muhammed
2016-06-03 6:15 ` [PATCH v3 2/2] ARM: at91: Add DT support for Olimex SAM9-L9260 board Raashid Muhammed
2016-06-03 12:44 ` Alexandre Belloni [this message]
2016-06-03 12:51 ` [PATCH v3 1/2] ARM: at91/dt: at91sam9260: Remove leading zeros in OHCI node Raashid Muhammed
2016-06-07 18:06 ` Alexandre Belloni
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=20160603124452.GB4594@piout.net \
--to=alexandre.belloni@free-electrons.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=mark.rutland@arm.com \
--cc=nicolas.ferre@atmel.com \
--cc=pawel.moll@arm.com \
--cc=plagnioj@jcrosoft.com \
--cc=raashidmuhammed@zilogic.com \
--cc=robh+dt@kernel.org \
--cc=vijaykumar@bravegnu.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 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).