All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm: dts: vf6: fix DTC unit warnings
Date: Fri, 15 Apr 2016 19:39:00 +0530	[thread overview]
Message-ID: <5710F5FC.3020600@toradex.com> (raw)
In-Reply-To: <1460717895-24363-1-git-send-email-hs@denx.de>

On 04/15/2016 04:28 PM, Heiko Schocher wrote:
> Fix following warnings for all vf6 based boards:
>
> Warning (unit_address_vs_reg): Node /soc/ifc at 1530000/board-control at 3,0/mdio-mux-emi1 has a reg or ranges property, but no unit name
> Warning (unit_address_vs_reg): Node /soc/aips-bus at 40000000 has a unit name, but no reg property
> Warning (unit_address_vs_reg): Node /soc/aips-bus at 40080000 has a unit name, but no reg property

May be this fix[1] which Stefan Agner submitted lately is also 
applicable here.

[1] https://lkml.org/lkml/2016/4/2/11

>
> Signed-off-by: Heiko Schocher <hs@denx.de>
> ---
> This warnings pop up with the DTC compiler:
> $ /tmp/dtc/dtc -v
> Version: DTC 1.4.1-gbeef80b8
>
> This fixes the compile warnings for:
> https://travis-ci.org/u-boot/u-boot/jobs/122880431
>
> see:
> https://travis-ci.org/hsdenx/u-boot/jobs/123238780
>
>
>   arch/arm/dts/ls1021a-qds.dtsi | 2 +-
>   arch/arm/dts/vf.dtsi          | 4 ++--
>   2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/dts/ls1021a-qds.dtsi b/arch/arm/dts/ls1021a-qds.dtsi
> index ca9e835..4cb6337 100644
> --- a/arch/arm/dts/ls1021a-qds.dtsi
> +++ b/arch/arm/dts/ls1021a-qds.dtsi
> @@ -138,7 +138,7 @@
>   		device-width = <1>;
>   		ranges = <0 3 0 0x100>;
>
> -		mdio-mux-emi1 {
> +		mdio-mux-emi1 at 54 {
>   			compatible = "mdio-mux-mmioreg";
>   			mdio-parent-bus = <&mdio0>;
>   			#address-cells = <1>;
> diff --git a/arch/arm/dts/vf.dtsi b/arch/arm/dts/vf.dtsi
> index 1530d2f..99f3269 100644
> --- a/arch/arm/dts/vf.dtsi
> +++ b/arch/arm/dts/vf.dtsi
> @@ -28,7 +28,7 @@
>   		compatible = "simple-bus";
>   		ranges;
>
> -		aips0: aips-bus at 40000000 {
> +		aips0: aips-bus_40000000 {
>   			compatible = "fsl,aips-bus", "simple-bus";
>   			#address-cells = <1>;
>   			#size-cells = <1>;
> @@ -115,7 +115,7 @@
>   			};
>   		};
>
> -		aips1: aips-bus at 40080000 {
> +		aips1: aips-bus_40080000 {
>   			compatible = "fsl,aips-bus", "simple-bus";
>   			#address-cells = <1>;
>   			#size-cells = <1>;
>

-- 
Best regards,
Bhuvan

  reply	other threads:[~2016-04-15 14:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-15 10:58 [U-Boot] [PATCH] arm: dts: vf6: fix DTC unit warnings Heiko Schocher
2016-04-15 14:09 ` Bhuvanchandra DV [this message]
2016-04-18  4:53   ` Heiko Schocher
2016-04-18  8:37     ` Bhuvanchandra DV
2016-04-18  9:22       ` Heiko Schocher
2016-04-18 15:31 ` Tom Rini

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=5710F5FC.3020600@toradex.com \
    --to=bhuvanchandra.dv@toradex.com \
    --cc=u-boot@lists.denx.de \
    /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.