mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
rk3036: enable vpu and hevc, modified vcodec_service adapt to rk3036
This commit is contained in:
@@ -568,23 +568,23 @@
|
||||
vpu: vpu_service@10108000 {
|
||||
compatible = "vpu_service";
|
||||
reg = <0x10108000 0x800>;
|
||||
interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "irq_enc", "irq_dec";
|
||||
interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "irq_dec";
|
||||
clocks = <&aclk_vcodec_pre>, <&clk_gates3 12>;
|
||||
clock-names = "aclk_vcodec", "hclk_vcodec";
|
||||
name = "vpu_service";
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
hevc: hevc_service@1010c000 {
|
||||
compatible = "rockchip,hevc_service";
|
||||
reg = <0x1010c000 0x800>;
|
||||
reg = <0x1010c000 0x400>;
|
||||
interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "irq_dec";
|
||||
clocks = <&aclk_vcodec_pre>, <&clk_gates3 12>, <&clk_hevc_core>;
|
||||
clock-names = "aclk_vcodec", "hclk_vcodec", "clk_core";
|
||||
name = "hevc_service";
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
vop_mmu {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user