rockchip: dts: rv1126: add resets property
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I16554cd94fd43fd975b62a8101ae13cc9d20072b
This commit is contained in:
parent
8fce363f27
commit
ed670690bb
|
|
@ -1317,6 +1317,8 @@
|
|||
interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru ACLK_DECOM>, <&cru DCLK_DECOM>, <&cru PCLK_DECOM>;
|
||||
clock-names = "aclk", "dclk", "pclk";
|
||||
resets = <&cru SRST_DECOM_D>;
|
||||
reset-names = "dresetn";
|
||||
data-cached = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue