* [PATCH 1/2] ARM: dts: imx7d-smegw01: Replace 'enable-sdio-wakeup'
@ 2022-06-21 12:45 Fabio Estevam
2022-06-21 12:45 ` [PATCH 2/2] ARM: dts: imx6q-bosch-acc: " Fabio Estevam
2022-06-27 7:44 ` [PATCH 1/2] ARM: dts: imx7d-smegw01: " Shawn Guo
0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2022-06-21 12:45 UTC (permalink / raw)
To: shawnguo; +Cc: linux-arm-kernel, pro, Fabio Estevam
From: Fabio Estevam <festevam@denx.de>
As explained in Documentation/devicetree/bindings/mmc/mmc-controller.yaml,
the 'enable-sdio-wakeup' property is considered deprecated.
Replace it with the 'wakeup-source' property instead.
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
arch/arm/boot/dts/imx7d-smegw01.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/imx7d-smegw01.dts b/arch/arm/boot/dts/imx7d-smegw01.dts
index 21b509c43393..546268b8d0b1 100644
--- a/arch/arm/boot/dts/imx7d-smegw01.dts
+++ b/arch/arm/boot/dts/imx7d-smegw01.dts
@@ -207,7 +207,7 @@ &usdhc1 {
pinctrl-0 = <&pinctrl_usdhc1>;
cd-gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
no-1-8-v;
- enable-sdio-wakeup;
+ wakeup-source;
keep-power-in-suspend;
status = "okay";
};
@@ -219,7 +219,7 @@ &usdhc2 {
no-1-8-v;
non-removable;
vmmc-supply = <®_wifi>;
- enable-sdio-wakeup;
+ wakeup-source;
status = "okay";
};
--
2.25.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 3+ messages in thread* [PATCH 2/2] ARM: dts: imx6q-bosch-acc: Replace 'enable-sdio-wakeup'
2022-06-21 12:45 [PATCH 1/2] ARM: dts: imx7d-smegw01: Replace 'enable-sdio-wakeup' Fabio Estevam
@ 2022-06-21 12:45 ` Fabio Estevam
2022-06-27 7:44 ` [PATCH 1/2] ARM: dts: imx7d-smegw01: " Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2022-06-21 12:45 UTC (permalink / raw)
To: shawnguo; +Cc: linux-arm-kernel, pro, Fabio Estevam
From: Fabio Estevam <festevam@denx.de>
As explained in Documentation/devicetree/bindings/mmc/mmc-controller.yaml,
the 'enable-sdio-wakeup' property is considered deprecated.
Replace it with the 'wakeup-source' property instead.
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
arch/arm/boot/dts/imx6q-bosch-acc.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/imx6q-bosch-acc.dts b/arch/arm/boot/dts/imx6q-bosch-acc.dts
index 731fbc7b317c..8263bfef9bf8 100644
--- a/arch/arm/boot/dts/imx6q-bosch-acc.dts
+++ b/arch/arm/boot/dts/imx6q-bosch-acc.dts
@@ -570,7 +570,7 @@ &usdhc2 {
cd-gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
no-1-8-v;
keep-power-in-suspend;
- enable-sdio-wakeup;
+ wakeup-source;
voltage-ranges = <3300 3300>;
vmmc-supply = <®_sw4>;
fsl,wp-controller;
--
2.25.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 1/2] ARM: dts: imx7d-smegw01: Replace 'enable-sdio-wakeup'
2022-06-21 12:45 [PATCH 1/2] ARM: dts: imx7d-smegw01: Replace 'enable-sdio-wakeup' Fabio Estevam
2022-06-21 12:45 ` [PATCH 2/2] ARM: dts: imx6q-bosch-acc: " Fabio Estevam
@ 2022-06-27 7:44 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2022-06-27 7:44 UTC (permalink / raw)
To: Fabio Estevam; +Cc: linux-arm-kernel, pro, Fabio Estevam
On Tue, Jun 21, 2022 at 09:45:14AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
>
> As explained in Documentation/devicetree/bindings/mmc/mmc-controller.yaml,
> the 'enable-sdio-wakeup' property is considered deprecated.
>
> Replace it with the 'wakeup-source' property instead.
>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
Applied both, thanks!
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-06-27 7:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-21 12:45 [PATCH 1/2] ARM: dts: imx7d-smegw01: Replace 'enable-sdio-wakeup' Fabio Estevam
2022-06-21 12:45 ` [PATCH 2/2] ARM: dts: imx6q-bosch-acc: " Fabio Estevam
2022-06-27 7:44 ` [PATCH 1/2] ARM: dts: imx7d-smegw01: " Shawn Guo
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).