From: "Álvaro Fernández Rojas" <noltari@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 4/5] dm: ram: remove unneeded brcm,bcm63268-mc id
Date: Thu, 11 May 2017 11:01:29 +0200 [thread overview]
Message-ID: <1494493290-22700-4-git-send-email-noltari@gmail.com> (raw)
In-Reply-To: <1494493290-22700-1-git-send-email-noltari@gmail.com>
brcm,bcm63268.dtsi uses brcm,bcm6328-mc instead of brcm,bcm63268-mc
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
---
drivers/ram/bmips_ram.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/drivers/ram/bmips_ram.c b/drivers/ram/bmips_ram.c
index 9c0b23b..d0f7cd7 100644
--- a/drivers/ram/bmips_ram.c
+++ b/drivers/ram/bmips_ram.c
@@ -90,11 +90,7 @@ static const struct udevice_id bmips_ram_ids[] = {
}, {
.compatible = "brcm,bcm6358-mc",
.data = (ulong)&bmips_ram_bcm6358,
- }, {
- .compatible = "brcm,bcm63268-mc",
- .data = (ulong)&bmips_ram_bcm6328,
- },
- { /* sentinel */ }
+ }, { /* sentinel */ }
};
static int bmips_ram_probe(struct udevice *dev)
--
2.1.4
next prev parent reply other threads:[~2017-05-11 9:01 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-11 9:01 [U-Boot] [PATCH 1/5] mips: bmips: bcm6358: fix brcm, bcm6358-mc size Álvaro Fernández Rojas
2017-05-11 9:01 ` [U-Boot] [PATCH 2/5] mips: bmips: bcm6328: fix brcm, bcm6328-mc size Álvaro Fernández Rojas
2017-05-12 21:02 ` Daniel Schwierzeck
2017-05-11 9:01 ` [U-Boot] [PATCH 3/5] mips: bmips: bcm63268: " Álvaro Fernández Rojas
2017-05-12 21:03 ` Daniel Schwierzeck
2017-05-11 9:01 ` Álvaro Fernández Rojas [this message]
2017-05-12 21:03 ` [U-Boot] [PATCH 4/5] dm: ram: remove unneeded brcm, bcm63268-mc id Daniel Schwierzeck
2017-05-11 9:01 ` [U-Boot] [PATCH 5/5] mips: bmips: add missing SFR NeufBox 4 config Álvaro Fernández Rojas
2017-05-12 21:03 ` Daniel Schwierzeck
2017-05-12 21:02 ` [U-Boot] [PATCH 1/5] mips: bmips: bcm6358: fix brcm, bcm6358-mc size Daniel Schwierzeck
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=1494493290-22700-4-git-send-email-noltari@gmail.com \
--to=noltari@gmail.com \
--cc=u-boot@lists.denx.de \
/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