Skip to content

Commit 2d9f990

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/20260324060405.3098891-1-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 a416aec commit 2d9f990

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

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

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <dt-bindings/power/qcom-rpmpd.h>
2020
#include <dt-bindings/power/qcom,rpmhpd.h>
2121
#include <dt-bindings/soc/qcom,rpmh-rsc.h>
22+
#include <dt-bindings/soc/qcom,gpr.h>
2223
#include <dt-bindings/thermal/thermal.h>
2324

2425
/ {
@@ -1653,6 +1654,20 @@
16531654
bias-pull-up;
16541655
};
16551656

1657+
mi2s1_pins: mi2s1-state {
1658+
pins = "gpio108", "gpio109", "gpio110", "gpio111";
1659+
function = "mi2s_1";
1660+
drive-strength = <8>;
1661+
bias-disable;
1662+
};
1663+
1664+
mi2s_mclk: mi2s-mclk-state {
1665+
pins = "gpio122";
1666+
function = "mclk2";
1667+
drive-strength = <8>;
1668+
bias-disable;
1669+
};
1670+
16561671
qup_i2c1_data_clk: qup-i2c1-data-clk-state {
16571672
pins = "gpio4", "gpio5";
16581673
function = "qup0";
@@ -5189,6 +5204,45 @@
51895204
dma-coherent;
51905205
};
51915206
};
5207+
5208+
gpr: gpr {
5209+
compatible = "qcom,gpr";
5210+
qcom,glink-channels = "adsp_apps";
5211+
qcom,domain = <GPR_DOMAIN_ID_ADSP>;
5212+
qcom,intents = <512 20>;
5213+
#address-cells = <1>;
5214+
#size-cells = <0>;
5215+
5216+
q6apm: service@1 {
5217+
compatible = "qcom,q6apm";
5218+
reg = <GPR_APM_MODULE_IID>;
5219+
#sound-dai-cells = <0>;
5220+
qcom,protection-domain = "avs/audio",
5221+
"msm/adsp/audio_pd";
5222+
5223+
q6apmbedai: bedais {
5224+
compatible = "qcom,q6apm-lpass-dais";
5225+
#sound-dai-cells = <1>;
5226+
};
5227+
5228+
q6apmdai: dais {
5229+
compatible = "qcom,q6apm-dais";
5230+
iommus = <&apps_smmu 0x1721 0x0>;
5231+
};
5232+
};
5233+
5234+
q6prm: service@2 {
5235+
compatible = "qcom,q6prm";
5236+
reg = <GPR_PRM_MODULE_IID>;
5237+
qcom,protection-domain = "avs/audio",
5238+
"msm/adsp/audio_pd";
5239+
5240+
q6prmcc: clock-controller {
5241+
compatible = "qcom,q6prm-lpass-clocks";
5242+
#clock-cells = <2>;
5243+
};
5244+
};
5245+
};
51925246
};
51935247
};
51945248

0 commit comments

Comments
 (0)