All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: bcm-kernel-feedback-list@broadcom.com,
	Matthew Hagan <mnhagan88@gmail.com>
Cc: Andrew Lunn <andrew@lunn.ch>, Rob Herring <robh+dt@kernel.org>,
	Ray Jui <rjui@broadcom.com>,
	Scott Branden <sbranden@broadcom.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 2/5] ARM: dts: NSP: Fix mpcore, mmc node names
Date: Thu,  2 Sep 2021 14:05:13 -0700	[thread overview]
Message-ID: <20210902210513.3102856-1-f.fainelli@gmail.com> (raw)
In-Reply-To: <20210829223752.2748091-2-mnhagan88@gmail.com>

On Sun, 29 Aug 2021 22:37:48 +0000, Matthew Hagan <mnhagan88@gmail.com> wrote:
> Running dtbs_check yielded the issues with bcm-nsp.dtsi.
> 
> Firstly this patch fixes the following message by appending "-bus" to
> the mpcore node name:
> mpcore@19000000: $nodename:0: 'mpcore@19000000' does not match '^([a-z][a-z0-9\\-]+-bus|bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$'
> 
> Secondly mmc node name. The label name can remain as is.
> sdhci@21000: $nodename:0: 'sdhci@21000' does not match '^mmc(@.*)?$'
> 
> Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, thanks!
--
Florian

WARNING: multiple messages have this Message-ID (diff)
From: Florian Fainelli <f.fainelli@gmail.com>
To: bcm-kernel-feedback-list@broadcom.com,
	Matthew Hagan <mnhagan88@gmail.com>
Cc: Andrew Lunn <andrew@lunn.ch>, Rob Herring <robh+dt@kernel.org>,
	Ray Jui <rjui@broadcom.com>,
	Scott Branden <sbranden@broadcom.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 2/5] ARM: dts: NSP: Fix mpcore, mmc node names
Date: Thu,  2 Sep 2021 14:05:13 -0700	[thread overview]
Message-ID: <20210902210513.3102856-1-f.fainelli@gmail.com> (raw)
In-Reply-To: <20210829223752.2748091-2-mnhagan88@gmail.com>

On Sun, 29 Aug 2021 22:37:48 +0000, Matthew Hagan <mnhagan88@gmail.com> wrote:
> Running dtbs_check yielded the issues with bcm-nsp.dtsi.
> 
> Firstly this patch fixes the following message by appending "-bus" to
> the mpcore node name:
> mpcore@19000000: $nodename:0: 'mpcore@19000000' does not match '^([a-z][a-z0-9\\-]+-bus|bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$'
> 
> Secondly mmc node name. The label name can remain as is.
> sdhci@21000: $nodename:0: 'sdhci@21000' does not match '^mmc(@.*)?$'
> 
> Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, thanks!
--
Florian

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

  reply	other threads:[~2021-09-02 21:05 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-29 22:37 [PATCH v2 1/5] ARM: dts: NSP: Add bcm958623hr board name to dts Matthew Hagan
2021-08-29 22:37 ` Matthew Hagan
2021-08-29 22:37 ` [PATCH v2 2/5] ARM: dts: NSP: Fix mpcore, mmc node names Matthew Hagan
2021-08-29 22:37   ` Matthew Hagan
2021-09-02 21:05   ` Florian Fainelli [this message]
2021-09-02 21:05     ` Florian Fainelli
2021-08-29 22:37 ` [PATCH v2 3/5] ARM: dts: NSP: Fix MDIO mux " Matthew Hagan
2021-08-29 22:37   ` Matthew Hagan
2021-08-30  0:27   ` Andrew Lunn
2021-08-30  0:27     ` Andrew Lunn
2021-09-02 21:05   ` Florian Fainelli
2021-09-02 21:05     ` Florian Fainelli
2021-08-29 22:37 ` [PATCH v2 4/5] ARM: dts: NSP: Fix MX64/MX65 eeprom node name Matthew Hagan
2021-08-29 22:37   ` Matthew Hagan
2021-09-02 21:05   ` Florian Fainelli
2021-09-02 21:05     ` Florian Fainelli
2021-08-29 22:37 ` [PATCH v2 5/5] ARM: dts: NSP: Fix MX65 MDIO mux warnings Matthew Hagan
2021-08-29 22:37   ` Matthew Hagan
2021-09-02 21:06   ` Florian Fainelli
2021-09-02 21:06     ` Florian Fainelli
2021-09-02 21:04 ` [PATCH v2 1/5] ARM: dts: NSP: Add bcm958623hr board name to dts Florian Fainelli
2021-09-02 21:04   ` Florian Fainelli

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=20210902210513.3102856-1-f.fainelli@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=andrew@lunn.ch \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mnhagan88@gmail.com \
    --cc=rjui@broadcom.com \
    --cc=robh+dt@kernel.org \
    --cc=sbranden@broadcom.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.