Skip to content

Commit 392c660

Browse files
author
Le Qi
committed
FROMLIST: arm64: dts: qcom: talos: Add GPR node, audio services, and MI2S1 TLMM pins
This patch adds the Generic Pack Router (GPR) node together with Audio Process Manager (APM) and Proxy Resource Manager (PRM) audio service nodes to the Talos device tree description. It also introduces MI2S1 pinctrl states for data0, data1, sck, and ws lines, grouped into a single entry at the SoC-level DTSI for better reuse and clarity. Link: https://lore.kernel.org/all/20251204083225.1190017-2-le.qi@oss.qualcomm.com/ Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Le Qi <le.qi@oss.qualcomm.com>
1 parent fabf00f commit 392c660

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/talos.dtsi

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <dt-bindings/power/qcom,rpmhpd.h>
2121
#include <dt-bindings/soc/qcom,rpmh-rsc.h>
2222
#include <dt-bindings/thermal/thermal.h>
23+
#include <dt-bindings/soc/qcom,gpr.h>
2324

2425
/ {
2526
interrupt-parent = <&intc>;
@@ -1555,6 +1556,13 @@
15551556
#interrupt-cells = <2>;
15561557
wakeup-parent = <&pdc>;
15571558

1559+
mi2s1_pins: mi2s1-state {
1560+
pins = "gpio108", "gpio109", "gpio110", "gpio111";
1561+
function = "mi2s_1";
1562+
drive-strength = <8>;
1563+
bias-disable;
1564+
};
1565+
15581566
cam0_default: cam0-default-state {
15591567
pins = "gpio28";
15601568
function = "cam_mclk";
@@ -5132,6 +5140,45 @@
51325140
dma-coherent;
51335141
};
51345142
};
5143+
5144+
gpr: gpr {
5145+
compatible = "qcom,gpr";
5146+
qcom,glink-channels = "adsp_apps";
5147+
qcom,domain = <GPR_DOMAIN_ID_ADSP>;
5148+
qcom,intents = <512 20>;
5149+
#address-cells = <1>;
5150+
#size-cells = <0>;
5151+
5152+
q6apm: service@1 {
5153+
compatible = "qcom,q6apm";
5154+
reg = <GPR_APM_MODULE_IID>;
5155+
#sound-dai-cells = <0>;
5156+
qcom,protection-domain = "avs/audio",
5157+
"msm/adsp/audio_pd";
5158+
5159+
q6apmbedai: bedais {
5160+
compatible = "qcom,q6apm-lpass-dais";
5161+
#sound-dai-cells = <1>;
5162+
};
5163+
5164+
q6apmdai: dais {
5165+
compatible = "qcom,q6apm-dais";
5166+
iommus = <&apps_smmu 0x1721 0x0>;
5167+
};
5168+
};
5169+
5170+
q6prm: service@2 {
5171+
compatible = "qcom,q6prm";
5172+
reg = <GPR_PRM_MODULE_IID>;
5173+
qcom,protection-domain = "avs/audio",
5174+
"msm/adsp/audio_pd";
5175+
5176+
q6prmcc: clock-controller {
5177+
compatible = "qcom,q6prm-lpass-clocks";
5178+
#clock-cells = <2>;
5179+
};
5180+
};
5181+
};
51355182
};
51365183
};
51375184

0 commit comments

Comments
 (0)