mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
arm64: dts: sdm845: follow venus-sdm845v2 DT binding
Move all pmdomain and clock resources to Venus DT node. And make possible to support dynamic core assignment on v4. Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org> Link: https://lore.kernel.org/r/20200106154929.4331-12-stanimir.varbanov@linaro.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
a3db7ad1af
commit
1222783ecf
@@ -2787,32 +2787,33 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
venus: video-codec@aa00000 {
|
venus: video-codec@aa00000 {
|
||||||
compatible = "qcom,sdm845-venus";
|
compatible = "qcom,sdm845-venus-v2";
|
||||||
reg = <0 0x0aa00000 0 0xff000>;
|
reg = <0 0x0aa00000 0 0xff000>;
|
||||||
interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
power-domains = <&videocc VENUS_GDSC>;
|
power-domains = <&videocc VENUS_GDSC>,
|
||||||
|
<&videocc VCODEC0_GDSC>,
|
||||||
|
<&videocc VCODEC1_GDSC>;
|
||||||
|
power-domain-names = "venus", "vcodec0", "vcodec1";
|
||||||
clocks = <&videocc VIDEO_CC_VENUS_CTL_CORE_CLK>,
|
clocks = <&videocc VIDEO_CC_VENUS_CTL_CORE_CLK>,
|
||||||
<&videocc VIDEO_CC_VENUS_AHB_CLK>,
|
<&videocc VIDEO_CC_VENUS_AHB_CLK>,
|
||||||
<&videocc VIDEO_CC_VENUS_CTL_AXI_CLK>;
|
<&videocc VIDEO_CC_VENUS_CTL_AXI_CLK>,
|
||||||
clock-names = "core", "iface", "bus";
|
<&videocc VIDEO_CC_VCODEC0_CORE_CLK>,
|
||||||
|
<&videocc VIDEO_CC_VCODEC0_AXI_CLK>,
|
||||||
|
<&videocc VIDEO_CC_VCODEC1_CORE_CLK>,
|
||||||
|
<&videocc VIDEO_CC_VCODEC1_AXI_CLK>;
|
||||||
|
clock-names = "core", "iface", "bus",
|
||||||
|
"vcodec0_core", "vcodec0_bus",
|
||||||
|
"vcodec1_core", "vcodec1_bus";
|
||||||
iommus = <&apps_smmu 0x10a0 0x8>,
|
iommus = <&apps_smmu 0x10a0 0x8>,
|
||||||
<&apps_smmu 0x10b0 0x0>;
|
<&apps_smmu 0x10b0 0x0>;
|
||||||
memory-region = <&venus_mem>;
|
memory-region = <&venus_mem>;
|
||||||
|
|
||||||
video-core0 {
|
video-core0 {
|
||||||
compatible = "venus-decoder";
|
compatible = "venus-decoder";
|
||||||
clocks = <&videocc VIDEO_CC_VCODEC0_CORE_CLK>,
|
|
||||||
<&videocc VIDEO_CC_VCODEC0_AXI_CLK>;
|
|
||||||
clock-names = "core", "bus";
|
|
||||||
power-domains = <&videocc VCODEC0_GDSC>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
video-core1 {
|
video-core1 {
|
||||||
compatible = "venus-encoder";
|
compatible = "venus-encoder";
|
||||||
clocks = <&videocc VIDEO_CC_VCODEC1_CORE_CLK>,
|
|
||||||
<&videocc VIDEO_CC_VCODEC1_AXI_CLK>;
|
|
||||||
clock-names = "core", "bus";
|
|
||||||
power-domains = <&videocc VCODEC1_GDSC>;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user