aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValentin Caron <valentin.caron@foss.st.com>2024-01-18 10:11:35 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-03-07 21:44:12 +0000
commitd6c0d892b44cd16e0421909cf7f2883b9e625e4a (patch)
tree94d20b929a8eb32e36aa1a50838d72c0b81e5b4a
parent173b097dcc8d74d6e135aed1bad38dbfa21c4d04 (diff)
downloadlinux-d6c0d892b44cd16e0421909cf7f2883b9e625e4a.tar.gz
dt-bindings: serial: stm32: add power-domains property
STM32 serial may be in a power domain. Allow a single 'power-domains' entry for STM32 serial devices. Signed-off-by: Valentin Caron <valentin.caron@foss.st.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20240118091135.3314330-1-valentin.caron@foss.st.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--Documentation/devicetree/bindings/serial/st,stm32-uart.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/serial/st,stm32-uart.yaml b/Documentation/devicetree/bindings/serial/st,stm32-uart.yaml
index 1df8ffe95fc615..62f97da1b2fd7c 100644
--- a/Documentation/devicetree/bindings/serial/st,stm32-uart.yaml
+++ b/Documentation/devicetree/bindings/serial/st,stm32-uart.yaml
@@ -58,6 +58,9 @@ properties:
wakeup-source: true
+ power-domains:
+ maxItems: 1
+
rx-threshold:
description:
If value is set to 1, RX FIFO threshold is disabled.