From: "Daniel González Cabanelas" <dgcbueu@gmail.com>
To: linux-pm@vger.kernel.org, sre@kernel.org
Subject: [PATCH] power: reset: linkstation-poweroff: add LS220D/E
Date: Sun, 12 Feb 2023 17:37:38 +0100 [thread overview]
Message-ID: <4927895.GXAFRqVoOG@tool> (raw)
Add 2 new devices to the compatible list:
- Buffalo Linkstation LS220D
- Buffalo Linkstation LS220DE
Signed-off-by: Daniel González Cabanelas <dgcbueu@gmail.com>
---
drivers/power/reset/linkstation-poweroff.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/drivers/power/reset/linkstation-poweroff.c b/drivers/power/reset/linkstation-poweroff.c
index 02f5fdb8f..cfee2efd9 100644
--- a/drivers/power/reset/linkstation-poweroff.c
+++ b/drivers/power/reset/linkstation-poweroff.c
@@ -142,6 +142,12 @@ static void linkstation_poweroff(void)
}
static const struct of_device_id ls_poweroff_of_match[] = {
+ { .compatible = "buffalo,ls220d",
+ .data = &linkstation_power_off_cfg,
+ },
+ { .compatible = "buffalo,ls220de",
+ .data = &linkstation_power_off_cfg,
+ },
{ .compatible = "buffalo,ls421d",
.data = &linkstation_power_off_cfg,
},
--
2.39.1
next reply other threads:[~2023-02-12 16:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-12 16:37 Daniel González Cabanelas [this message]
2023-02-13 20:25 ` [PATCH] power: reset: linkstation-poweroff: add LS220D/E Sebastian Reichel
2023-02-13 20:38 ` Daniel González Cabanelas
2023-02-13 21:22 ` Sebastian Reichel
2023-02-27 20:17 ` Daniel González Cabanelas
2023-02-28 0:35 ` Sebastian Reichel
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=4927895.GXAFRqVoOG@tool \
--to=dgcbueu@gmail.com \
--cc=linux-pm@vger.kernel.org \
--cc=sre@kernel.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 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).