Skip to content

Commit d7930e9

Browse files
author
André Apitzsch
committed
arm64: dts: qcom: msm8939: Add venus node
Add DT entries for the msm8939 venus encoder/decoder. Signed-off-by: André Apitzsch <git@apitzsch.eu>
1 parent b3bbbbd commit d7930e9

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

arch/arm64/boot/dts/qcom/msm8939.dtsi

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,6 +1514,34 @@
15141514
};
15151515
};
15161516

1517+
venus: video-codec@1d00000 {
1518+
compatible = "qcom,msm8939-venus";
1519+
reg = <0x01d00000 0xff000>;
1520+
interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
1521+
clocks = <&gcc GCC_VENUS0_VCODEC0_CLK>,
1522+
<&gcc GCC_VENUS0_AHB_CLK>,
1523+
<&gcc GCC_VENUS0_AXI_CLK>;
1524+
clock-names = "core", "iface", "bus";
1525+
power-domains = <&gcc VENUS_GDSC>;
1526+
iommus = <&apps_iommu 5>;
1527+
memory-region = <&venus_mem>;
1528+
status = "disabled";
1529+
1530+
video-decoder {
1531+
compatible = "venus-decoder";
1532+
clocks = <&gcc GCC_VENUS0_CORE0_VCODEC0_CLK>;
1533+
clock-names = "core";
1534+
power-domains = <&gcc VENUS_CORE0_GDSC>;
1535+
};
1536+
1537+
video-encoder {
1538+
compatible = "venus-encoder";
1539+
clocks = <&gcc GCC_VENUS0_CORE1_VCODEC0_CLK>;
1540+
clock-names = "core";
1541+
power-domains = <&gcc VENUS_CORE1_GDSC>;
1542+
};
1543+
};
1544+
15171545
apps_iommu: iommu@1ef0000 {
15181546
compatible = "qcom,msm8916-iommu", "qcom,msm-iommu-v1";
15191547
reg = <0x01ef0000 0x3000>;

0 commit comments

Comments
 (0)