mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-05-26 11:40:24 +02:00
Merge tag 'v6.20-rockchip-dts32-1' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into soc/dt
HEVC decoder node for RK3288. * tag 'v6.20-rockchip-dts32-1' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: ARM: dts: rockchip: Add vdec node for RK3288 Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
@@ -1288,6 +1288,21 @@
|
||||
power-domains = <&power RK3288_PD_VIDEO>;
|
||||
};
|
||||
|
||||
hevc: video-codec@ff9c0000 {
|
||||
compatible = "rockchip,rk3288-vdec";
|
||||
reg = <0x0 0xff9c0000 0x0 0x440>;
|
||||
interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru ACLK_HEVC>, <&cru HCLK_HEVC>,
|
||||
<&cru SCLK_HEVC_CABAC>, <&cru SCLK_HEVC_CORE>;
|
||||
clock-names = "axi", "ahb", "cabac", "core";
|
||||
assigned-clocks = <&cru ACLK_HEVC>, <&cru HCLK_HEVC>,
|
||||
<&cru SCLK_HEVC_CABAC>, <&cru SCLK_HEVC_CORE>;
|
||||
assigned-clock-rates = <400000000>, <100000000>,
|
||||
<300000000>, <300000000>;
|
||||
iommus = <&hevc_mmu>;
|
||||
power-domains = <&power RK3288_PD_HEVC>;
|
||||
};
|
||||
|
||||
hevc_mmu: iommu@ff9c0440 {
|
||||
compatible = "rockchip,iommu";
|
||||
reg = <0x0 0xff9c0440 0x0 0x40>, <0x0 0xff9c0480 0x0 0x40>;
|
||||
@@ -1295,7 +1310,7 @@
|
||||
clocks = <&cru ACLK_HEVC>, <&cru HCLK_HEVC>;
|
||||
clock-names = "aclk", "iface";
|
||||
#iommu-cells = <0>;
|
||||
status = "disabled";
|
||||
power-domains = <&power RK3288_PD_HEVC>;
|
||||
};
|
||||
|
||||
gpu: gpu@ffa30000 {
|
||||
|
||||
Reference in New Issue
Block a user