From: "Rafał Miłecki" <zajec5@gmail.com>
To: Florian Fainelli <f.fainelli@gmail.com>,
Rob Herring <robh+dt@kernel.org>
Cc: "Ray Jui" <rjui@broadcom.com>,
"Scott Branden" <sbranden@broadcom.com>,
"Hauke Mehrtens" <hauke@hauke-m.de>,
devicetree@vger.kernel.org,
bcm-kernel-feedback-list@broadcom.com,
linux-arm-kernel@lists.infradead.org,
"Rafał Miłecki" <rafal@milecki.pl>
Subject: [PATCH stblinux 5/6] ARM: dts: BCM63xx: Fix NAND nodes names
Date: Fri, 16 Apr 2021 15:37:52 +0200 [thread overview]
Message-ID: <20210416133753.32756-5-zajec5@gmail.com> (raw)
In-Reply-To: <20210416133753.32756-1-zajec5@gmail.com>
From: Rafał Miłecki <rafal@milecki.pl>
This matches nand-controller.yaml requirements.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
arch/arm/boot/dts/bcm63138.dtsi | 2 +-
arch/arm/boot/dts/bcm963138dvt.dts | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/bcm63138.dtsi b/arch/arm/boot/dts/bcm63138.dtsi
index 9c0325cf9e22..cca49a2e2d62 100644
--- a/arch/arm/boot/dts/bcm63138.dtsi
+++ b/arch/arm/boot/dts/bcm63138.dtsi
@@ -203,7 +203,7 @@ serial1: serial@620 {
status = "disabled";
};
- nand: nand@2000 {
+ nand_controller: nand-controller@2000 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "brcm,nand-bcm63138", "brcm,brcmnand-v7.0", "brcm,brcmnand";
diff --git a/arch/arm/boot/dts/bcm963138dvt.dts b/arch/arm/boot/dts/bcm963138dvt.dts
index 5b177274f182..df5c8ab90627 100644
--- a/arch/arm/boot/dts/bcm963138dvt.dts
+++ b/arch/arm/boot/dts/bcm963138dvt.dts
@@ -31,10 +31,10 @@ &serial1 {
status = "okay";
};
-&nand {
+&nand_controller {
status = "okay";
- nandcs@0 {
+ nand@0 {
compatible = "brcm,nandcs";
reg = <0>;
nand-ecc-strength = <4>;
--
2.26.2
next prev parent reply other threads:[~2021-04-16 13:38 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-16 13:37 [PATCH stblinux 1/6] ARM: dts: BCM5301X: Fix NAND nodes names Rafał Miłecki
2021-04-16 13:37 ` [PATCH stblinux 2/6] ARM: brcmstb: dts: fix " Rafał Miłecki
2021-05-02 15:51 ` Florian Fainelli
2021-04-16 13:37 ` [PATCH stblinux 3/6] ARM: Cygnus: " Rafał Miłecki
2021-05-02 15:51 ` Florian Fainelli
2021-04-16 13:37 ` [PATCH stblinux 4/6] ARM: NSP: " Rafał Miłecki
2021-05-02 15:51 ` Florian Fainelli
2021-04-16 13:37 ` Rafał Miłecki [this message]
2021-05-02 15:52 ` [PATCH stblinux 5/6] ARM: dts: BCM63xx: Fix " Florian Fainelli
2021-04-16 13:37 ` [PATCH stblinux 6/6] ARM: dts: Hurricane 2: " Rafał Miłecki
2021-05-02 15:52 ` Florian Fainelli
2021-05-02 15:51 ` [PATCH stblinux 1/6] ARM: dts: BCM5301X: " 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=20210416133753.32756-5-zajec5@gmail.com \
--to=zajec5@gmail.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=devicetree@vger.kernel.org \
--cc=f.fainelli@gmail.com \
--cc=hauke@hauke-m.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=rafal@milecki.pl \
--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 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).