mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
Merge "ARM: dts: msm: Add support of IPCC MPROC for Neo"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
ac7675d999
@@ -7,6 +7,7 @@
|
||||
#include <dt-bindings/clock/qcom,videocc-neo.h>
|
||||
#include <dt-bindings/interconnect/qcom,icc.h>
|
||||
#include <dt-bindings/interconnect/qcom,neo.h>
|
||||
#include <dt-bindings/soc/qcom,ipcc.h>
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. NEO";
|
||||
@@ -416,6 +417,15 @@
|
||||
compatible = "qcom,neo-lpass_ag_noc";
|
||||
#interconnect-cells = <1>;
|
||||
};
|
||||
|
||||
ipcc_mproc: qcom,ipcc@ed18000 {
|
||||
compatible = "qcom,ipcc";
|
||||
reg = <0xed18000 0x1000>;
|
||||
interrupts = <GIC_SPI 229 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <3>;
|
||||
#mbox-cells = <2>;
|
||||
};
|
||||
};
|
||||
|
||||
#include "neo-pinctrl.dtsi"
|
||||
|
||||
Reference in New Issue
Block a user