Merge "dt-bindings: buses: Add new property in MSM geni serial bindings for Sun"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
77916bcc43
@@ -1,7 +1,7 @@
|
|||||||
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||||
%YAML 1.2
|
%YAML 1.2
|
||||||
---
|
---
|
||||||
$id: "http://devicetree.org/schemas/serial/qcom,msm-geni-uart.yaml#"
|
$id: "http://devicetree.org/schemas/serial/qcom,serial-geni-msm.yaml#"
|
||||||
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
|
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
|
||||||
|
|
||||||
title: Qualcomm Technologies, Inc. Serial UART for GENI based cores
|
title: Qualcomm Technologies, Inc. Serial UART for GENI based cores
|
||||||
@@ -34,9 +34,8 @@ properties:
|
|||||||
- const: qup-memory
|
- const: qup-memory
|
||||||
|
|
||||||
interrupts:
|
interrupts:
|
||||||
minItems: 1
|
description: first irq for UART core & second irq for host wake up
|
||||||
items:
|
maxItems: 2
|
||||||
- description: UART core irq
|
|
||||||
|
|
||||||
operating-points-v2: true
|
operating-points-v2: true
|
||||||
|
|
||||||
@@ -59,9 +58,10 @@ properties:
|
|||||||
reg:
|
reg:
|
||||||
maxItems: 1
|
maxItems: 1
|
||||||
|
|
||||||
interrupts:
|
# Optional property
|
||||||
items:
|
qcom,suspend-ignore-children:
|
||||||
- description: byte which is used for waking up.
|
type: boolean
|
||||||
|
description: When set ignores dependencies on children by PM framework
|
||||||
|
|
||||||
required:
|
required:
|
||||||
- compatible
|
- compatible
|
||||||
@@ -101,5 +101,6 @@ examples:
|
|||||||
pinctrl-3 = <&qupv3_se14_default_cts>, <&qupv3_se14_default_rts>,
|
pinctrl-3 = <&qupv3_se14_default_cts>, <&qupv3_se14_default_rts>,
|
||||||
<&qupv3_se14_default_tx>, <&qupv3_se14_default_rx>;
|
<&qupv3_se14_default_tx>, <&qupv3_se14_default_rx>;
|
||||||
qcom,wakeup-byte = <0xFD>;
|
qcom,wakeup-byte = <0xFD>;
|
||||||
|
qcom,suspend-ignore-children;
|
||||||
};
|
};
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user