forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/Documentation/devicetree/bindings/reset/hisilicon,hi3660-reset.txt
....@@ -5,11 +5,12 @@
55 controller binding usage.
66
77 The reset controller registers are part of the system-ctl block on
8
-hi3660 SoC.
8
+hi3660 and hi3670 SoCs.
99
1010 Required properties:
11
-- compatible: should be
12
- "hisilicon,hi3660-reset"
11
+- compatible: should be one of the following:
12
+ "hisilicon,hi3660-reset" for HI3660
13
+ "hisilicon,hi3670-reset", "hisilicon,hi3660-reset" for HI3670
1314 - hisi,rst-syscon: phandle of the reset's syscon.
1415 - #reset-cells : Specifies the number of cells needed to encode a
1516 reset source. The type shall be a <u32> and the value shall be 2.