diff options
author | Nicolas Ferre <nicolas.ferre@microchip.com> | 2021-07-29 17:28:27 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@microchip.com> | 2021-08-02 13:34:09 +0300 |
commit | 818c4593434e81c9971b8fc278215121622c755e (patch) | |
tree | 0582ef8fc9772122f6473807648a2a2c83aa43d4 /arch/arm/boot/dts/at91-sama5d2_icp.dts | |
parent | 72d609dad0876dc7dff1d5cc7a2716e3f76f8981 (diff) | |
download | linux-818c4593434e81c9971b8fc278215121622c755e.tar.xz |
ARM: dts: at91: use the right property for shutdown controller
The wrong property "atmel,shdwc-debouncer" was used to specify the
debounce delay for the shutdown controler. Replace it with the
documented and implemented property "debounce-delay-us", as mentioned
in v4 driver submission. See:
https://lore.kernel.org/r/1458134390-23847-3-git-send-email-nicolas.ferre@atmel.com/
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Reported-by: Clément Léger <clement.leger@bootlin.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20210730172729.28093-1-nicolas.ferre@microchip.com/
Diffstat (limited to 'arch/arm/boot/dts/at91-sama5d2_icp.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d2_icp.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d2_icp.dts b/arch/arm/boot/dts/at91-sama5d2_icp.dts index 1c235fc5f788..e06b58724ca8 100644 --- a/arch/arm/boot/dts/at91-sama5d2_icp.dts +++ b/arch/arm/boot/dts/at91-sama5d2_icp.dts @@ -699,7 +699,7 @@ }; &shutdown_controller { - atmel,shdwc-debouncer = <976>; + debounce-delay-us = <976>; atmel,wakeup-rtc-timer; input@0 { |