mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: Add IPCC node for Lahaina
Add IPCC node with compatible of qcom,ipcc, to enable the IPCC driver on Lahaina. Change-Id: Id4f8972f7c019bd4c651af2a5efe8454aaffed8f
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include <dt-bindings/clock/qcom,videocc-lahaina.h>
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||
#include <dt-bindings/interconnect/qcom,lahaina.h>
|
||||
#include <dt-bindings/soc/qcom,ipcc.h>
|
||||
|
||||
#include "lahaina-regulators.dtsi"
|
||||
|
||||
@@ -401,6 +402,15 @@
|
||||
};
|
||||
};
|
||||
|
||||
ipcc_mproc: qcom,ipcc@408000 {
|
||||
compatible = "qcom,ipcc";
|
||||
reg = <0x408000 0x1000>;
|
||||
interrupts = <GIC_SPI 229 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <3>;
|
||||
#mbox-cells = <2>;
|
||||
};
|
||||
|
||||
clocks {
|
||||
xo_board: xo-board {
|
||||
compatible = "fixed-clock";
|
||||
|
||||
Reference in New Issue
Block a user