mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
Pull devicetree updates from Rob Herring:
"Bindings:
- Convert Qcom IOMMU, Amlogic timer, Freescale sec-v4.0, Toshiba
TC358764 display bridge, Parade PS8622 display bridge, and Xilinx
FPGA bindings to DT schema format
- Add qdu1000 and sa8775p SoC support to Qcom PDC interrupt
controller
- Add MediaTek MT8365 UART and SYSIRQ bindings
- Add Arm Cortex-A78C and X1C core compatibles
- Add vendor prefix for Novatek
- Remove bindings for stih415, sti416, stid127 platforms
- Drop uneeded quotes in schema files. This is preparation for
yamllint checking quoting for us.
- Add missing (unevaluated|additional)Properties constraints on child
node schemas
- Clean-up schema comments formatting
- Fix I2C and SPI node bus names in schema examples
- Clean-up some display compatibles schema syntax
- Fix incorrect references to lvds.yaml
- Gather all cache controller bindings in a common directory
DT core:
- Convert unittest to new void .remove platform device hook
- kerneldoc fixes for DT address of_pci_range_to_resource/
of_address_to_resource functions"
* tag 'devicetree-for-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (46 commits)
dt-bindings: rng: Drop unneeded quotes
dt-bindings: arm/soc: mediatek: Drop unneeded quotes
dt-bindings: soc: qcom: Drop unneeded quotes
dt-bindings: i2c: samsung: Fix 'deprecated' value
dt-bindings: display: Fix lvds.yaml references
dt-bindings: display: simplify compatibles syntax
dt-bindings: display: mediatek: simplify compatibles syntax
dt-bindings: drm/bridge: ti-sn65dsi86: Fix the video-interfaces.yaml references
dt-bindings: timer: Drop unneeded quotes
dt-bindings: interrupt-controller: qcom,pdc: document qcom,qdu1000-pdc
dt-bindings: interrupt-controller: qcom-pdc: add compatible for sa8775p
dt-bindings: reset: remove stih415/stih416 reset
dt-bindings: net: dwmac: sti: remove stih415/sti416/stid127
dt-bindings: irqchip: sti: remove stih415/stih416 and stid127
dt-bindings: iommu: Convert QCOM IOMMU to YAML
dt-bindings: irqchip: ti,sci-inta: Add optional power-domains property
dt-bindings: Add missing (unevaluated|additional)Properties on child node schemas
of: address: Reshuffle to remove forward declarations
of: address: Fix documented return value of of_pci_range_to_resource()
of: address: Document return value of of_address_to_resource()
...
212 lines
5.1 KiB
YAML
212 lines
5.1 KiB
YAML
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/soc/qcom/qcom,apr.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Qualcomm APR/GPR (Asynchronous/Generic Packet Router)
|
|
|
|
maintainers:
|
|
- Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
|
|
|
|
description: |
|
|
This binding describes the Qualcomm APR/GPR, APR/GPR is a IPC protocol for
|
|
communication between Application processor and QDSP. APR/GPR is mainly
|
|
used for audio/voice services on the QDSP.
|
|
|
|
properties:
|
|
compatible:
|
|
enum:
|
|
- qcom,apr
|
|
- qcom,apr-v2
|
|
- qcom,gpr
|
|
|
|
power-domains:
|
|
maxItems: 1
|
|
|
|
qcom,apr-domain:
|
|
$ref: /schemas/types.yaml#/definitions/uint32
|
|
enum: [1, 2, 3, 4, 5, 6, 7]
|
|
description:
|
|
Selects the processor domain for apr
|
|
1 = APR simulator
|
|
2 = PC Domain
|
|
3 = Modem Domain
|
|
4 = ADSP Domain
|
|
5 = Application processor Domain
|
|
6 = Modem2 Domain
|
|
7 = Application Processor2 Domain
|
|
deprecated: true
|
|
|
|
qcom,domain:
|
|
$ref: /schemas/types.yaml#/definitions/uint32
|
|
minimum: 1
|
|
maximum: 7
|
|
description:
|
|
Selects the processor domain for apr
|
|
1 = APR simulator
|
|
2 = PC Domain
|
|
3 = Modem Domain
|
|
4 = ADSP Domain
|
|
5 = Application processor Domain
|
|
6 = Modem2 Domain
|
|
7 = Application Processor2 Domain
|
|
Selects the processor domain for gpr
|
|
1 = Modem Domain
|
|
2 = Audio DSP Domain
|
|
3 = Application Processor Domain
|
|
|
|
qcom,glink-channels:
|
|
$ref: /schemas/types.yaml#/definitions/string-array
|
|
description: Channel name used for the communication
|
|
maxItems: 1
|
|
|
|
qcom,intents:
|
|
$ref: /schemas/types.yaml#/definitions/uint32-matrix
|
|
minItems: 1
|
|
maxItems: 32
|
|
items:
|
|
items:
|
|
- description: size of each intent to preallocate
|
|
- description: amount of intents to preallocate
|
|
minimum: 1
|
|
description:
|
|
List of (size, amount) pairs describing what intents should be
|
|
preallocated for this virtual channel. This can be used to tweak the
|
|
default intents available for the channel to meet expectations of the
|
|
remote.
|
|
|
|
qcom,smd-channels:
|
|
$ref: /schemas/types.yaml#/definitions/string-array
|
|
description: Channel name used for the communication
|
|
items:
|
|
- const: apr_audio_svc
|
|
|
|
'#address-cells':
|
|
const: 1
|
|
|
|
'#size-cells':
|
|
const: 0
|
|
|
|
patternProperties:
|
|
"^service@[1-9a-d]$":
|
|
type: object
|
|
$ref: /schemas/soc/qcom/qcom,apr-services.yaml
|
|
additionalProperties: true
|
|
description:
|
|
APR/GPR static port services.
|
|
|
|
properties:
|
|
compatible:
|
|
enum:
|
|
- qcom,q6core
|
|
- qcom,q6asm
|
|
- qcom,q6afe
|
|
- qcom,q6adm
|
|
- qcom,q6apm
|
|
- qcom,q6prm
|
|
|
|
required:
|
|
- compatible
|
|
- qcom,domain
|
|
|
|
allOf:
|
|
- if:
|
|
properties:
|
|
compatible:
|
|
enum:
|
|
- qcom,gpr
|
|
then:
|
|
properties:
|
|
qcom,glink-channels:
|
|
items:
|
|
- const: adsp_apps
|
|
power-domains: false
|
|
else:
|
|
properties:
|
|
qcom,glink-channels:
|
|
items:
|
|
- const: apr_audio_svc
|
|
|
|
- if:
|
|
required:
|
|
- qcom,glink-channels
|
|
then:
|
|
properties:
|
|
qcom,smd-channels: false
|
|
|
|
- if:
|
|
required:
|
|
- qcom,smd-channels
|
|
then:
|
|
properties:
|
|
qcom,glink-channels: false
|
|
|
|
additionalProperties: false
|
|
|
|
examples:
|
|
- |
|
|
#include <dt-bindings/soc/qcom,apr.h>
|
|
apr {
|
|
compatible = "qcom,apr-v2";
|
|
qcom,domain = <APR_DOMAIN_ADSP>;
|
|
qcom,glink-channels = "apr_audio_svc";
|
|
qcom,intents = <512 20>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
q6core: service@3 {
|
|
compatible = "qcom,q6core";
|
|
reg = <APR_SVC_ADSP_CORE>;
|
|
qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
|
|
};
|
|
|
|
service@4 {
|
|
compatible = "qcom,q6afe";
|
|
reg = <APR_SVC_AFE>;
|
|
qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
|
|
|
|
clock-controller {
|
|
compatible = "qcom,q6afe-clocks";
|
|
#clock-cells = <2>;
|
|
};
|
|
|
|
dais {
|
|
compatible = "qcom,q6afe-dais";
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
#sound-dai-cells = <1>;
|
|
/* ... */
|
|
};
|
|
/* ... */
|
|
};
|
|
};
|
|
|
|
- |
|
|
#include <dt-bindings/soc/qcom,gpr.h>
|
|
gpr {
|
|
compatible = "qcom,gpr";
|
|
qcom,domain = <GPR_DOMAIN_ID_ADSP>;
|
|
qcom,glink-channels = "adsp_apps";
|
|
qcom,intents = <512 20>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
service@1 {
|
|
compatible = "qcom,q6apm";
|
|
reg = <GPR_APM_MODULE_IID>;
|
|
#sound-dai-cells = <0>;
|
|
qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
|
|
|
|
dais {
|
|
compatible = "qcom,q6apm-dais";
|
|
iommus = <&apps_smmu 0x1801 0x0>;
|
|
};
|
|
|
|
bedais {
|
|
compatible = "qcom,q6apm-lpass-dais";
|
|
#sound-dai-cells = <1>;
|
|
};
|
|
};
|
|
};
|