diff options
author | Konrad Dybcio <[email protected]> | 2024-08-14 12:27:25 +0200 |
---|---|---|
committer | Hans de Goede <[email protected]> | 2024-08-19 13:39:02 +0200 |
commit | ac5ebdad20060a734ba5ae75e20dcfc1b89ef998 (patch) | |
tree | 9c6bc44245d547a482bbcadf768172239c379543 | |
parent | 3573fee87fe36e7c078d801809b186984ebe10d9 (diff) |
dt-bindings: serial: Allow embedded-controller as child node
There exist some embedded controllers (like Microsoft SAM found on
Surface devices or Apple Oscar found on old iPhones) that connect to
the host device via serial.
Allow that class of devices to exist under serial interface controller
nodes.
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Hans de Goede <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/serial/serial.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/serial/serial.yaml b/Documentation/devicetree/bindings/serial/serial.yaml index ffc9198ae214..9b2c94796371 100644 --- a/Documentation/devicetree/bindings/serial/serial.yaml +++ b/Documentation/devicetree/bindings/serial/serial.yaml @@ -88,7 +88,7 @@ properties: TX FIFO threshold configuration (in bytes). patternProperties: - "^(bluetooth|bluetooth-gnss|gnss|gps|mcu|onewire)$": + "^(bluetooth|bluetooth-gnss|embedded-controller|gnss|gps|mcu|onewire)$": if: type: object then: |