mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
ARM: dts: msm: Add camera RSC device for kalama
Add camera RSC device. Add DRVs to allow RPMH communication from channels. Change-Id: I3b799b3b684fc09d67431711e468dae25894d3be
This commit is contained in:
@@ -659,6 +659,81 @@
|
||||
clock-frequency = <19200000>;
|
||||
};
|
||||
|
||||
cam_rsc: rsc@add9000 {
|
||||
label = "cam_rsc";
|
||||
compatible = "qcom,rpmh-rsc";
|
||||
reg = <0xadd9000 0x1000>,
|
||||
<0xadda000 0x1000>,
|
||||
<0xaddb000 0x1000>;
|
||||
reg-names = "drv-0", "drv-1", "drv-2";
|
||||
qcom,drv-count = <3>;
|
||||
qcom,hw-channel;
|
||||
interrupts = <GIC_SPI 368 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 369 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&camcc CAM_CC_DRV_AHB_CLK>;
|
||||
|
||||
cam_rsc_drv0: drv@0 {
|
||||
qcom,drv-id = <0>;
|
||||
qcom,tcs-offset = <0x520>;
|
||||
channel@0 {
|
||||
qcom,tcs-config = <ACTIVE_TCS 0>,
|
||||
<WAKE_TCS 1>,
|
||||
<SLEEP_TCS 1>,
|
||||
<CONTROL_TCS 0>,
|
||||
<FAST_PATH_TCS 0>;
|
||||
};
|
||||
|
||||
channel@1 {
|
||||
qcom,tcs-config = <ACTIVE_TCS 0>,
|
||||
<WAKE_TCS 1>,
|
||||
<SLEEP_TCS 1>,
|
||||
<CONTROL_TCS 0>,
|
||||
<FAST_PATH_TCS 0>;
|
||||
};
|
||||
};
|
||||
|
||||
cam_rsc_drv1: drv@1 {
|
||||
qcom,drv-id = <1>;
|
||||
qcom,tcs-offset = <0x520>;
|
||||
channel@0 {
|
||||
qcom,tcs-config = <ACTIVE_TCS 0>,
|
||||
<WAKE_TCS 1>,
|
||||
<SLEEP_TCS 1>,
|
||||
<CONTROL_TCS 0>,
|
||||
<FAST_PATH_TCS 0>;
|
||||
};
|
||||
|
||||
channel@1 {
|
||||
qcom,tcs-config = <ACTIVE_TCS 0>,
|
||||
<WAKE_TCS 1>,
|
||||
<SLEEP_TCS 1>,
|
||||
<CONTROL_TCS 0>,
|
||||
<FAST_PATH_TCS 0>;
|
||||
};
|
||||
};
|
||||
|
||||
cam_rsc_drv2: drv@2 {
|
||||
qcom,drv-id = <2>;
|
||||
qcom,tcs-offset = <0x520>;
|
||||
channel@0 {
|
||||
qcom,tcs-config = <ACTIVE_TCS 0>,
|
||||
<WAKE_TCS 1>,
|
||||
<SLEEP_TCS 1>,
|
||||
<CONTROL_TCS 0>,
|
||||
<FAST_PATH_TCS 0>;
|
||||
};
|
||||
|
||||
channel@1 {
|
||||
qcom,tcs-config = <ACTIVE_TCS 0>,
|
||||
<WAKE_TCS 1>,
|
||||
<SLEEP_TCS 1>,
|
||||
<CONTROL_TCS 0>,
|
||||
<FAST_PATH_TCS 0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
disp_rsc: rsc@af20000 {
|
||||
label = "disp_rsc";
|
||||
compatible = "qcom,rpmh-rsc";
|
||||
|
||||
Reference in New Issue
Block a user