mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-28 16:30:37 +00:00
ARM: dts: msm: Swap interconnect masters
Correct smmu interconnect property. Change-Id: Ifba799a82ea14e9245dae15001cb6f17c9459681
This commit is contained in:
@@ -47,8 +47,8 @@
|
||||
<GIC_SPI 307 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 308 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
interconnects = <&system_noc MASTER_APPSS_PROC
|
||||
&mem_noc SLAVE_IMEM_CFG>;
|
||||
interconnects = <&mem_noc MASTER_APPSS_PROC
|
||||
&system_noc SLAVE_IMEM_CFG>;
|
||||
qcom,active-only;
|
||||
|
||||
periph_tbu: periph_tbu@15045000 {
|
||||
@@ -57,8 +57,8 @@
|
||||
<0x15042200 0x8>;
|
||||
reg-names = "base", "status-reg";
|
||||
qcom,stream-id-range = <0x0 0x400>;
|
||||
interconnects = <&system_noc MASTER_APPSS_PROC
|
||||
&mem_noc SLAVE_IMEM_CFG>;
|
||||
interconnects = <&mem_noc MASTER_APPSS_PROC
|
||||
&system_noc SLAVE_IMEM_CFG>;
|
||||
qcom,active-only;
|
||||
};
|
||||
|
||||
@@ -68,8 +68,8 @@
|
||||
<0x15042208 0x8>;
|
||||
reg-names = "base", "status-reg";
|
||||
qcom,stream-id-range = <0x400 0x400>;
|
||||
interconnects = <&system_noc MASTER_APPSS_PROC
|
||||
&mem_noc SLAVE_IMEM_CFG>;
|
||||
interconnects = <&mem_noc MASTER_APPSS_PROC
|
||||
&system_noc SLAVE_IMEM_CFG>;
|
||||
qcom,active-only;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user