diff options
author | Mark Hasemeyer <markhas@chromium.org> | 2023-12-21 02:54:20 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2024-01-22 13:55:49 +0300 |
commit | 8f51b5290ff4f8a9f1c634cf42ca37cd9e90018c (patch) | |
tree | 9d27c37d08b365400e1aad03bb4c13ffa8dcfa8e | |
parent | ccbc2b02c22e79f08edb3d7e1584910c0f38e213 (diff) | |
download | linux-8f51b5290ff4f8a9f1c634cf42ca37cd9e90018c.tar.xz |
ARM: dts: samsung: exynos5420-peach: Enable cros-ec-spi as wake source
The cros_ec driver currently assumes that cros-ec-spi compatible device
nodes are a wakeup-source even though the wakeup-source property is not
defined.
Add the wakeup-source property to all cros-ec-spi compatible device
nodes to match expected behavior.
Signed-off-by: Mark Hasemeyer <markhas@chromium.org>
Link: https://lore.kernel.org/r/20231220165423.v2.6.I06b059021de1bf6103e60a73211f078f2af75d17@changeid
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/samsung/exynos5420-peach-pit.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/samsung/exynos5420-peach-pit.dts b/arch/arm/boot/dts/samsung/exynos5420-peach-pit.dts index 4e757b6e28e1..3759742d38ca 100644 --- a/arch/arm/boot/dts/samsung/exynos5420-peach-pit.dts +++ b/arch/arm/boot/dts/samsung/exynos5420-peach-pit.dts @@ -967,6 +967,7 @@ reg = <0>; spi-max-frequency = <3125000>; google,has-vbc-nvram; + wakeup-source; controller-data { samsung,spi-feedback-delay = <1>; |