32238612344b57add4728df99ab8ebdb0b2d49d1
[openwrt/openwrt.git] / target / linux / mvebu / patches-5.15 / 105-power-reset-linkstation-poweroff-add-ls220de.patch
1 --- a/drivers/power/reset/linkstation-poweroff.c
2 +++ b/drivers/power/reset/linkstation-poweroff.c
3 @@ -142,6 +142,12 @@ static void linkstation_poweroff(void)
4 }
5
6 static const struct of_device_id ls_poweroff_of_match[] = {
7 + { .compatible = "buffalo,ls220d",
8 + .data = &linkstation_power_off_cfg,
9 + },
10 + { .compatible = "buffalo,ls220de",
11 + .data = &linkstation_power_off_cfg,
12 + },
13 { .compatible = "buffalo,ls421d",
14 .data = &linkstation_power_off_cfg,
15 },