All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: bcm-kernel-feedback-list@broadcom.com,
	"Rafał Miłecki" <zajec5@gmail.com>
Cc: "Hauke Mehrtens" <hauke@hauke-m.de>,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	"Rafał Miłecki" <rafal@milecki.pl>
Subject: Re: [PATCH] ARM: dts: BCM5301X: Enable USB 3 PHY on Luxul XWR-3150
Date: Fri, 13 Nov 2020 15:17:06 -0800	[thread overview]
Message-ID: <43f4a152-6e05-ee3f-d0ab-645b09e79258@gmail.com> (raw)
In-Reply-To: <20201113231229.1632656-1-f.fainelli@gmail.com>

On 11/13/20 3:12 PM, Florian Fainelli wrote:
> On Fri, 13 Nov 2020 10:50:12 +0100, Rafał Miłecki <zajec5@gmail.com> wrote:
>> From: Rafał Miłecki <rafal@milecki.pl>
>>
>> This device has a functional USB 3 port so PHY is required.
>>
>> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
>> ---
> 
> Applied to devicetree/next, thanks!


After fixing it up so it builds:

diff --git a/arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts
b/arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts
index 1a6b9f56d67a..a361aa8627d3 100644
--- a/arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts
+++ b/arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts
@@ -73,7 +73,7 @@ &usb3 {

 &usb3_phy {
        status = "okay";
-}
+};

 &spi_nor {
        status = "okay";
-- 
Florian

WARNING: multiple messages have this Message-ID (diff)
From: Florian Fainelli <f.fainelli@gmail.com>
To: bcm-kernel-feedback-list@broadcom.com,
	"Rafał Miłecki" <zajec5@gmail.com>
Cc: "Rafał Miłecki" <rafal@milecki.pl>,
	"Hauke Mehrtens" <hauke@hauke-m.de>,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org
Subject: Re: [PATCH] ARM: dts: BCM5301X: Enable USB 3 PHY on Luxul XWR-3150
Date: Fri, 13 Nov 2020 15:17:06 -0800	[thread overview]
Message-ID: <43f4a152-6e05-ee3f-d0ab-645b09e79258@gmail.com> (raw)
In-Reply-To: <20201113231229.1632656-1-f.fainelli@gmail.com>

On 11/13/20 3:12 PM, Florian Fainelli wrote:
> On Fri, 13 Nov 2020 10:50:12 +0100, Rafał Miłecki <zajec5@gmail.com> wrote:
>> From: Rafał Miłecki <rafal@milecki.pl>
>>
>> This device has a functional USB 3 port so PHY is required.
>>
>> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
>> ---
> 
> Applied to devicetree/next, thanks!


After fixing it up so it builds:

diff --git a/arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts
b/arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts
index 1a6b9f56d67a..a361aa8627d3 100644
--- a/arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts
+++ b/arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts
@@ -73,7 +73,7 @@ &usb3 {

 &usb3_phy {
        status = "okay";
-}
+};

 &spi_nor {
        status = "okay";
-- 
Florian

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-11-13 23:17 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-13  9:50 [PATCH] ARM: dts: BCM5301X: Enable USB 3 PHY on Luxul XWR-3150 Rafał Miłecki
2020-11-13  9:50 ` Rafał Miłecki
2020-11-13 13:41 ` kernel test robot
2020-11-13 13:41   ` kernel test robot
2020-11-13 13:41   ` kernel test robot
2020-11-13 13:51   ` Rafał Miłecki
2020-11-13 13:51     ` Rafał Miłecki
2020-11-13 13:51     ` Rafał Miłecki
2020-11-16  6:14     ` [kbuild-all] " Rong Chen
2020-11-16  6:14       ` Rong Chen
2020-11-16  6:14       ` [kbuild-all] " Rong Chen
2020-11-13 23:12 ` Florian Fainelli
2020-11-13 23:12   ` Florian Fainelli
2020-11-13 23:17   ` Florian Fainelli [this message]
2020-11-13 23:17     ` Florian Fainelli
2020-11-13 23:18     ` Rafał Miłecki
2020-11-13 23:18       ` Rafał Miłecki

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=43f4a152-6e05-ee3f-d0ab-645b09e79258@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=devicetree@vger.kernel.org \
    --cc=hauke@hauke-m.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=rafal@milecki.pl \
    --cc=zajec5@gmail.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.