mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-31 09:04:43 +00:00
Merge "ARM: dts: msm: add dt node for video"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
d8a9e8d468
@@ -1467,6 +1467,35 @@
|
||||
qcom,glinkpkt-dev-name = "smd11";
|
||||
};
|
||||
};
|
||||
|
||||
qcom,venus@aab0000 {
|
||||
compatible = "qcom,pil-tz-generic";
|
||||
reg = <0xaab0000 0x2000>;
|
||||
|
||||
vdd-supply = <&video_cc_mvs0c_gdsc>;
|
||||
qcom,proxy-reg-names = "vdd";
|
||||
qcom,complete-ramdump;
|
||||
|
||||
clocks = <&clock_videocc VIDEO_CC_XO_CLK>,
|
||||
<&clock_videocc VIDEO_CC_MVS0C_CLK>,
|
||||
<&clock_videocc VIDEO_CC_AHB_CLK>;
|
||||
clock-names = "xo", "core", "ahb";
|
||||
qcom,proxy-clock-names = "xo", "core", "ahb";
|
||||
|
||||
qcom,core-freq = <200000000>;
|
||||
qcom,ahb-freq = <200000000>;
|
||||
|
||||
qcom,pas-id = <9>;
|
||||
qcom,msm-bus,name = "pil-venus";
|
||||
qcom,msm-bus,num-cases = <2>;
|
||||
qcom,msm-bus,num-paths = <1>;
|
||||
qcom,msm-bus,vectors-KBps =
|
||||
<63 512 0 0>,
|
||||
<63 512 0 304000>;
|
||||
qcom,proxy-timeout-ms = <100>;
|
||||
qcom,firmware-name = "venus";
|
||||
memory-region = <&pil_video_mem>;
|
||||
};
|
||||
};
|
||||
|
||||
#include "lahaina-regulators.dtsi"
|
||||
|
||||
Reference in New Issue
Block a user