rockchip: dts: rv1126: add "data-cached" property
RV1126 decompress module access data without dcache. Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Iee3eb077912e1222fcceab4615f872706cd3d43f
This commit is contained in:
parent
8b225c61c2
commit
1aaaf7ac0f
|
|
@ -1317,6 +1317,7 @@
|
|||
interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru ACLK_DECOM>, <&cru DCLK_DECOM>, <&cru PCLK_DECOM>;
|
||||
clock-names = "aclk", "dclk", "pclk";
|
||||
data-cached = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue