linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] power: reset: linkstation-poweroff: add LS220D/E
@ 2023-02-12 16:37 Daniel González Cabanelas
  2023-02-13 20:25 ` Sebastian Reichel
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel González Cabanelas @ 2023-02-12 16:37 UTC (permalink / raw)
  To: linux-pm, sre

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





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-02-28  0:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-12 16:37 [PATCH] power: reset: linkstation-poweroff: add LS220D/E Daniel González Cabanelas
2023-02-13 20:25 ` 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

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).