mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
dt-bindings: serial: Add compatible for Qualcomm SA8797P SoC
Document QUP GENI UART controller on Qualcomm Nord SA8797P SoC which is compatible with SA8255P controller. Signed-off-by: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com> Link: https://patch.msgid.link/20260427010114.230341-1-shengchao.guo@oss.qualcomm.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
455d4ed5ea
commit
a23907d034
|
|
@ -14,9 +14,16 @@ allOf:
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
enum:
|
||||
- qcom,sa8255p-geni-uart
|
||||
- qcom,sa8255p-geni-debug-uart
|
||||
oneOf:
|
||||
- enum:
|
||||
- qcom,sa8255p-geni-uart
|
||||
- qcom,sa8255p-geni-debug-uart
|
||||
- items:
|
||||
- const: qcom,sa8797p-geni-uart
|
||||
- const: qcom,sa8255p-geni-uart
|
||||
- items:
|
||||
- const: qcom,sa8797p-geni-debug-uart
|
||||
- const: qcom,sa8255p-geni-debug-uart
|
||||
|
||||
reg:
|
||||
maxItems: 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user