mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
arm64: dts: rockchip: rv1126b: Add decom_mmu clk to decom
Since the decom_mmu uses a dedicated clock, its clk must be included in the decom's clk management to ensure proper operation. Change-Id: Id95c4563c092dcf1cab09c190fa82d24018b6a1d Signed-off-by: Simon Xue <xxm@rock-chips.com>
This commit is contained in:
@@ -3377,8 +3377,8 @@
|
||||
compatible = "rockchip,hw-decompress";
|
||||
reg = <0x22100000 0x1000>;
|
||||
interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru ACLK_DECOM>, <&cru DCLK_DECOM>, <&cru PCLK_DECOM>;
|
||||
clock-names = "aclk", "dclk", "pclk";
|
||||
clocks = <&cru ACLK_DECOM>, <&cru DCLK_DECOM>, <&cru PCLK_DECOM>, <&cru ACLK_RKMMU_DECOM>, <&cru HCLK_RKMMU_DECOM>;
|
||||
clock-names = "aclk", "dclk", "pclk", "aclk_mmu", "hclk_mmu";
|
||||
resets = <&cru SRST_DRESETN_DECOM>;
|
||||
reset-names = "dresetn";
|
||||
status = "disabled";
|
||||
|
||||
Reference in New Issue
Block a user