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:
Simon Xue
2025-07-11 14:39:07 +08:00
parent fe5312f2aa
commit 3fc5e850f4

View File

@@ -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";