Message ID | 20211208195624.1864654-1-festevam@gmail.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | a60b4557f32a42f16a55be574cf4615fa66a9e0b |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | arm64: dts: beacon-renesom-som: Remove the 'pm-ignore-notify' property | expand |
On Wed, Dec 8, 2021 at 8:56 PM Fabio Estevam <festevam@gmail.com> wrote: > The 'pm-ignore-notify' property is not a valid property and there is > no bindings documentation for it. > > Drop such invalid property. > > Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> i.e. will queue in renesas-devel for v5.18. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
diff --git a/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi b/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi index 0d136809eb96..17d5c4501bbe 100644 --- a/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi +++ b/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi @@ -293,7 +293,6 @@ &sdhi2 { vqmmc-supply = <®_1p8v>; non-removable; cap-power-off-card; - pm-ignore-notify; keep-power-in-suspend; mmc-pwrseq = <&wlan_pwrseq>; status = "okay";
The 'pm-ignore-notify' property is not a valid property and there is no bindings documentation for it. Drop such invalid property. Signed-off-by: Fabio Estevam <festevam@gmail.com> --- arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi | 1 - 1 file changed, 1 deletion(-)