@@ -6,56 +6,56 @@ System reset
66
77Required properties:
88- compatible: should be one of the following:
9- "socionext,uniphier-sld3-reset" - for PH1- sLD3 SoC.
10- "socionext,uniphier-ld4-reset" - for PH1- LD4 SoC.
11- "socionext,uniphier-pro4-reset" - for PH1- Pro4 SoC.
12- "socionext,uniphier-sld8-reset" - for PH1- sLD8 SoC.
13- "socionext,uniphier-pro5-reset" - for PH1- Pro5 SoC.
14- "socionext,uniphier-pxs2-reset" - for ProXstream2/PH1- LD6b SoC.
15- "socionext,uniphier-ld11-reset" - for PH1- LD11 SoC.
16- "socionext,uniphier-ld20-reset" - for PH1- LD20 SoC.
9+ "socionext,uniphier-sld3-reset" - for sLD3 SoC.
10+ "socionext,uniphier-ld4-reset" - for LD4 SoC.
11+ "socionext,uniphier-pro4-reset" - for Pro4 SoC.
12+ "socionext,uniphier-sld8-reset" - for sLD8 SoC.
13+ "socionext,uniphier-pro5-reset" - for Pro5 SoC.
14+ "socionext,uniphier-pxs2-reset" - for PXs2/ LD6b SoC.
15+ "socionext,uniphier-ld11-reset" - for LD11 SoC.
16+ "socionext,uniphier-ld20-reset" - for LD20 SoC.
1717- #reset-cells: should be 1.
1818
1919Example:
2020
2121 sysctrl@61840000 {
22- compatible = "socionext,uniphier-ld20 -sysctrl",
22+ compatible = "socionext,uniphier-ld11 -sysctrl",
2323 "simple-mfd", "syscon";
2424 reg = <0x61840000 0x4000>;
2525
2626 reset {
27- compatible = "socionext,uniphier-ld20 -reset";
27+ compatible = "socionext,uniphier-ld11 -reset";
2828 #reset-cells = <1>;
2929 };
3030
3131 other nodes ...
3232 };
3333
3434
35- Media I/O (MIO) reset
36- ---------------------
35+ Media I/O (MIO) reset, SD reset
36+ -------------------------------
3737
3838Required properties:
3939- compatible: should be one of the following:
40- "socionext,uniphier-sld3-mio-reset" - for PH1- sLD3 SoC.
41- "socionext,uniphier-ld4-mio-reset" - for PH1- LD4 SoC.
42- "socionext,uniphier-pro4-mio-reset" - for PH1- Pro4 SoC.
43- "socionext,uniphier-sld8-mio-reset" - for PH1- sLD8 SoC.
44- "socionext,uniphier-pro5-mio -reset" - for PH1- Pro5 SoC.
45- "socionext,uniphier-pxs2-mio -reset" - for ProXstream2/PH1- LD6b SoC.
46- "socionext,uniphier-ld11-mio-reset" - for PH1- LD11 SoC.
47- "socionext,uniphier-ld20-mio -reset" - for PH1- LD20 SoC.
40+ "socionext,uniphier-sld3-mio-reset" - for sLD3 SoC.
41+ "socionext,uniphier-ld4-mio-reset" - for LD4 SoC.
42+ "socionext,uniphier-pro4-mio-reset" - for Pro4 SoC.
43+ "socionext,uniphier-sld8-mio-reset" - for sLD8 SoC.
44+ "socionext,uniphier-pro5-sd -reset" - for Pro5 SoC.
45+ "socionext,uniphier-pxs2-sd -reset" - for PXs2/ LD6b SoC.
46+ "socionext,uniphier-ld11-mio-reset" - for LD11 SoC.
47+ "socionext,uniphier-ld20-sd -reset" - for LD20 SoC.
4848- #reset-cells: should be 1.
4949
5050Example:
5151
5252 mioctrl@59810000 {
53- compatible = "socionext,uniphier-ld20 -mioctrl",
53+ compatible = "socionext,uniphier-ld11 -mioctrl",
5454 "simple-mfd", "syscon";
5555 reg = <0x59810000 0x800>;
5656
5757 reset {
58- compatible = "socionext,uniphier-ld20 -mio-reset";
58+ compatible = "socionext,uniphier-ld11 -mio-reset";
5959 #reset-cells = <1>;
6060 };
6161
@@ -68,24 +68,24 @@ Peripheral reset
6868
6969Required properties:
7070- compatible: should be one of the following:
71- "socionext,uniphier-ld4-peri-reset" - for PH1- LD4 SoC.
72- "socionext,uniphier-pro4-peri-reset" - for PH1- Pro4 SoC.
73- "socionext,uniphier-sld8-peri-reset" - for PH1- sLD8 SoC.
74- "socionext,uniphier-pro5-peri-reset" - for PH1- Pro5 SoC.
75- "socionext,uniphier-pxs2-peri-reset" - for ProXstream2/PH1- LD6b SoC.
76- "socionext,uniphier-ld11-peri-reset" - for PH1- LD11 SoC.
77- "socionext,uniphier-ld20-peri-reset" - for PH1- LD20 SoC.
71+ "socionext,uniphier-ld4-peri-reset" - for LD4 SoC.
72+ "socionext,uniphier-pro4-peri-reset" - for Pro4 SoC.
73+ "socionext,uniphier-sld8-peri-reset" - for sLD8 SoC.
74+ "socionext,uniphier-pro5-peri-reset" - for Pro5 SoC.
75+ "socionext,uniphier-pxs2-peri-reset" - for PXs2/ LD6b SoC.
76+ "socionext,uniphier-ld11-peri-reset" - for LD11 SoC.
77+ "socionext,uniphier-ld20-peri-reset" - for LD20 SoC.
7878- #reset-cells: should be 1.
7979
8080Example:
8181
8282 perictrl@59820000 {
83- compatible = "socionext,uniphier-ld20 -perictrl",
83+ compatible = "socionext,uniphier-ld11 -perictrl",
8484 "simple-mfd", "syscon";
8585 reg = <0x59820000 0x200>;
8686
8787 reset {
88- compatible = "socionext,uniphier-ld20 -peri-reset";
88+ compatible = "socionext,uniphier-ld11 -peri-reset";
8989 #reset-cells = <1>;
9090 };
9191
0 commit comments