mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
dt-bindings: qcom: geni-se-qup: Add compatible for SA8797P SoC
Document GENI Serial Engine QUP Wrapper Controller on Nord SA8797P SoC which is compatible with SA8255P one. Signed-off-by: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com> Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260427005901.230237-1-shengchao.guo@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
b828561684
commit
35466ef5db
|
|
@ -19,7 +19,11 @@ description:
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
const: qcom,sa8255p-geni-se-qup
|
||||
oneOf:
|
||||
- const: qcom,sa8255p-geni-se-qup
|
||||
- items:
|
||||
- const: qcom,sa8797p-geni-se-qup
|
||||
- const: qcom,sa8255p-geni-se-qup
|
||||
|
||||
reg:
|
||||
description: QUP wrapper common register address and length.
|
||||
|
|
@ -49,7 +53,11 @@ patternProperties:
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
const: qcom,sa8255p-geni-spi
|
||||
oneOf:
|
||||
- const: qcom,sa8255p-geni-spi
|
||||
- items:
|
||||
- const: qcom,sa8797p-geni-spi
|
||||
- const: qcom,sa8255p-geni-spi
|
||||
|
||||
"i2c@[0-9a-f]+$":
|
||||
type: object
|
||||
|
|
@ -58,7 +66,11 @@ patternProperties:
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
const: qcom,sa8255p-geni-i2c
|
||||
oneOf:
|
||||
- const: qcom,sa8255p-geni-i2c
|
||||
- items:
|
||||
- const: qcom,sa8797p-geni-i2c
|
||||
- const: qcom,sa8255p-geni-i2c
|
||||
|
||||
"serial@[0-9a-f]+$":
|
||||
type: object
|
||||
|
|
@ -67,9 +79,16 @@ patternProperties:
|
|||
|
||||
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
|
||||
|
||||
required:
|
||||
- compatible
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user