From: Zev Weiss <zweiss@equinix.com>
To: Joel Stanley <joel@jms.id.au>
Cc: "openbmc@lists.ozlabs.org" <openbmc@lists.ozlabs.org>,
"eajames@linux.ibm.com" <eajames@linux.ibm.com>
Subject: Re: [PATCH u-boot v2019.04-aspeed-openbmc v2 2/2] ARM: dts: ast2600: Fix indentation
Date: Mon, 6 Jun 2022 20:06:33 +0000 [thread overview]
Message-ID: <20220606200633.GO11809@packtop> (raw)
In-Reply-To: <20220606000434.1399583-3-joel@jms.id.au>
On Sun, Jun 05, 2022 at 05:04:34PM PDT, Joel Stanley wrote:
>These lines were mistakenly added with space indentation instead of
>tabs.
>
>Fixes: ba6ce6626286 ("aspeed: Add machine names")
>Reported-by: Zev Weiss <zweiss@equinix.com>
>Signed-off-by: Joel Stanley <joel@jms.id.au>
>---
> arch/arm/dts/ast2600-evb.dts | 4 ++--
> arch/arm/dts/ast2600-fpga.dts | 4 ++--
> arch/arm/dts/ast2600-ncsi.dts | 4 ++--
> arch/arm/dts/ast2600-p10bmc.dts | 4 ++--
> arch/arm/dts/ast2600-tacoma.dts | 4 ++--
> 5 files changed, 10 insertions(+), 10 deletions(-)
>
Looks like this doesn't fix up all the files that got spacified in
ba6ce6626286; shall we also cover these while we're at it?
ast2400-evb
ast2500-evb
ast2600a0-evb
ast2600a1-evb
Zev
>diff --git a/arch/arm/dts/ast2600-evb.dts b/arch/arm/dts/ast2600-evb.dts
>index 3aeef78df22d..515afa83af69 100644
>--- a/arch/arm/dts/ast2600-evb.dts
>+++ b/arch/arm/dts/ast2600-evb.dts
>@@ -3,8 +3,8 @@
> #include "ast2600-u-boot.dtsi"
>
> / {
>- model = "AST2600 EVB";
>- compatible = "aspeed,ast2600-evb", "aspeed,ast2600";
>+ model = "AST2600 EVB";
>+ compatible = "aspeed,ast2600-evb", "aspeed,ast2600";
>
> memory {
> device_type = "memory";
>diff --git a/arch/arm/dts/ast2600-fpga.dts b/arch/arm/dts/ast2600-fpga.dts
>index be0788d92473..069a41185597 100644
>--- a/arch/arm/dts/ast2600-fpga.dts
>+++ b/arch/arm/dts/ast2600-fpga.dts
>@@ -3,8 +3,8 @@
> #include "ast2600-u-boot.dtsi"
>
> / {
>- model = "AST2600 FPGA";
>- compatible = "aspeed,ast2600-fpga", "aspeed,ast2600";
>+ model = "AST2600 FPGA";
>+ compatible = "aspeed,ast2600-fpga", "aspeed,ast2600";
>
> memory {
> device_type = "memory";
>diff --git a/arch/arm/dts/ast2600-ncsi.dts b/arch/arm/dts/ast2600-ncsi.dts
>index f55294cdf95e..dbe888a945e3 100644
>--- a/arch/arm/dts/ast2600-ncsi.dts
>+++ b/arch/arm/dts/ast2600-ncsi.dts
>@@ -3,8 +3,8 @@
> #include "ast2600-u-boot.dtsi"
>
> / {
>- model = "AST2600 EVB w/ NCSI";
>- compatible = "aspeed,ast2600-evb", "aspeed,ast2600";
>+ model = "AST2600 EVB w/ NCSI";
>+ compatible = "aspeed,ast2600-evb", "aspeed,ast2600";
>
> memory {
> device_type = "memory";
>diff --git a/arch/arm/dts/ast2600-p10bmc.dts b/arch/arm/dts/ast2600-p10bmc.dts
>index d1d78d5c3545..aa9edcd66507 100755
>--- a/arch/arm/dts/ast2600-p10bmc.dts
>+++ b/arch/arm/dts/ast2600-p10bmc.dts
>@@ -5,8 +5,8 @@
> #include "ast2600-u-boot.dtsi"
>
> / {
>- model = "IBM P10 BMC";
>- compatible = "ibm,everest-bmc", "ibm,rainier-bmc", "ibm,p10bmc", "aspeed,ast2600";
>+ model = "IBM P10 BMC";
>+ compatible = "ibm,everest-bmc", "ibm,rainier-bmc", "ibm,p10bmc", "aspeed,ast2600";
>
> memory {
> device_type = "memory";
>diff --git a/arch/arm/dts/ast2600-tacoma.dts b/arch/arm/dts/ast2600-tacoma.dts
>index 67b3e3013c6b..76f987052140 100755
>--- a/arch/arm/dts/ast2600-tacoma.dts
>+++ b/arch/arm/dts/ast2600-tacoma.dts
>@@ -5,8 +5,8 @@
> #include "ast2600-u-boot.dtsi"
>
> / {
>- model = "Tacoma";
>- compatible = "ibm,tacoma-bmc", "aspeed,ast2600";
>+ model = "Tacoma";
>+ compatible = "ibm,tacoma-bmc", "aspeed,ast2600";
>
> memory {
> device_type = "memory";
>--
>2.35.1
>
next prev parent reply other threads:[~2022-06-06 20:07 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-06 0:04 [PATCH u-boot v2019.04-aspeed-openbmc v2 0/2] Rename Rainier to P10 BMC Joel Stanley
2022-06-06 0:04 ` [PATCH u-boot v2019.04-aspeed-openbmc v2 1/2] ARM: dts: " Joel Stanley
2022-06-06 13:32 ` Eddie James
2022-06-06 20:09 ` Zev Weiss
2022-06-06 0:04 ` [PATCH u-boot v2019.04-aspeed-openbmc v2 2/2] ARM: dts: ast2600: Fix indentation Joel Stanley
2022-06-06 13:32 ` Eddie James
2022-06-06 20:06 ` Zev Weiss [this message]
2022-06-06 23:01 ` Joel Stanley
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=20220606200633.GO11809@packtop \
--to=zweiss@equinix.com \
--cc=eajames@linux.ibm.com \
--cc=joel@jms.id.au \
--cc=openbmc@lists.ozlabs.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 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.