Commit ac5ebdad authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Hans de Goede

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: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarKonrad Dybcio <quic_kdybcio@quicinc.com>
Link: https://lore.kernel.org/r/20240814-topic-sam-v3-1-a84588aad233@quicinc.comSigned-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent 3573fee8
...@@ -88,7 +88,7 @@ properties: ...@@ -88,7 +88,7 @@ properties:
TX FIFO threshold configuration (in bytes). TX FIFO threshold configuration (in bytes).
patternProperties: patternProperties:
"^(bluetooth|bluetooth-gnss|gnss|gps|mcu|onewire)$": "^(bluetooth|bluetooth-gnss|embedded-controller|gnss|gps|mcu|onewire)$":
if: if:
type: object type: object
then: then:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment