devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: bcm283x: Fix DTC warnings about missing phy-cells
@ 2017-10-29 11:49 Stefan Wahren
       [not found] ` <1509277745-6730-1-git-send-email-stefan.wahren-eS4NqCHxEME@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Wahren @ 2017-10-29 11:49 UTC (permalink / raw)
  To: Eric Anholt, Rob Herring, Mark Rutland
  Cc: Phil Elwell, Florian Fainelli,
	linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Stefan Wahren

This patch fixes the DTC warnings about missing property #phy-cells.

Signed-off-by: Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org>
---
 arch/arm/boot/dts/bcm283x.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi
index 431dcfc..6125e03 100644
--- a/arch/arm/boot/dts/bcm283x.dtsi
+++ b/arch/arm/boot/dts/bcm283x.dtsi
@@ -634,5 +634,6 @@
 
 	usbphy: phy {
 		compatible = "usb-nop-xceiv";
+		#phy-cells = <0>;
 	};
 };
-- 
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: bcm283x: Fix DTC warnings about missing phy-cells
       [not found] ` <1509277745-6730-1-git-send-email-stefan.wahren-eS4NqCHxEME@public.gmane.org>
@ 2017-10-31  0:21   ` Eric Anholt
       [not found]     ` <8760aww4jm.fsf-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Anholt @ 2017-10-31  0:21 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Phil Elwell, Florian Fainelli,
	linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Stefan Wahren

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

Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org> writes:

> This patch fixes the DTC warnings about missing property #phy-cells.
>
> Signed-off-by: Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org>

I'm not seeing warnings, but this seems reasonable to me.  Waiting for
-rc1 to apply (sigh).

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: bcm283x: Fix DTC warnings about missing phy-cells
       [not found]     ` <8760aww4jm.fsf-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org>
@ 2017-10-31  8:50       ` Stefan Wahren
  2017-11-09 20:59       ` Rob Herring
  1 sibling, 0 replies; 4+ messages in thread
From: Stefan Wahren @ 2017-10-31  8:50 UTC (permalink / raw)
  To: Eric Anholt, Rob Herring, Mark Rutland
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi,

> Eric Anholt <eric-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org> hat am 31. Oktober 2017 um 01:21 geschrieben:
> 
> 
> Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org> writes:
> 
> > This patch fixes the DTC warnings about missing property #phy-cells.
> >
> > Signed-off-by: Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org>
> 
> I'm not seeing warnings, but this seems reasonable to me.  Waiting for
> -rc1 to apply (sigh).

i'm seeing the warnings with current linux-next, before that it was a warning during boot.

Regards
Stefan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: bcm283x: Fix DTC warnings about missing phy-cells
       [not found]     ` <8760aww4jm.fsf-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org>
  2017-10-31  8:50       ` Stefan Wahren
@ 2017-11-09 20:59       ` Rob Herring
  1 sibling, 0 replies; 4+ messages in thread
From: Rob Herring @ 2017-11-09 20:59 UTC (permalink / raw)
  To: Eric Anholt, arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
  Cc: Stefan Wahren, Mark Rutland, Phil Elwell, Florian Fainelli,
	moderated list:BROADCOM BCM2835 ARM ARCHITECTURE,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

+arm-soc

On Mon, Oct 30, 2017 at 7:21 PM, Eric Anholt <eric-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org> wrote:
> Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org> writes:
>
>> This patch fixes the DTC warnings about missing property #phy-cells.
>>
>> Signed-off-by: Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org>
>
> I'm not seeing warnings, but this seems reasonable to me.  Waiting for
> -rc1 to apply (sigh).

Because you need dtc version that is in -next.

Why are you waiting for -rc1? I suspect Arnd would be happy to apply it now.

Rob
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-11-09 20:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-29 11:49 [PATCH] ARM: dts: bcm283x: Fix DTC warnings about missing phy-cells Stefan Wahren
     [not found] ` <1509277745-6730-1-git-send-email-stefan.wahren-eS4NqCHxEME@public.gmane.org>
2017-10-31  0:21   ` Eric Anholt
     [not found]     ` <8760aww4jm.fsf-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org>
2017-10-31  8:50       ` Stefan Wahren
2017-11-09 20:59       ` Rob Herring

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).