Skip to content

Commit 21b2213

Browse files
khayash1pH5
authored andcommitted
dt-bindings: reset: uniphier: Replace the expression of USB3 with generic peripherals
Replace the expression of "USB3 glue layer" with the glue layer of the generic peripherals to allow other devices to use it. The reset control belongs to this glue layer. Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
1 parent a277105 commit 21b2213

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Documentation/devicetree/bindings/reset/uniphier-reset.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -120,27 +120,27 @@ Example:
120120
};
121121

122122

123-
USB3 core reset
124-
---------------
123+
Peripheral core reset in glue layer
124+
-----------------------------------
125125

126-
USB3 core reset belongs to USB3 glue layer. Before using the core reset,
127-
it is necessary to control the clocks and resets to enable this layer.
128-
These clocks and resets should be described in each property.
126+
Some peripheral core reset belongs to its own glue layer. Before using
127+
this core reset, it is necessary to control the clocks and resets to enable
128+
this layer. These clocks and resets should be described in each property.
129129

130130
Required properties:
131131
- compatible: Should be
132-
"socionext,uniphier-pro4-usb3-reset" - for Pro4 SoC
133-
"socionext,uniphier-pxs2-usb3-reset" - for PXs2 SoC
134-
"socionext,uniphier-ld20-usb3-reset" - for LD20 SoC
135-
"socionext,uniphier-pxs3-usb3-reset" - for PXs3 SoC
132+
"socionext,uniphier-pro4-usb3-reset" - for Pro4 SoC USB3
133+
"socionext,uniphier-pxs2-usb3-reset" - for PXs2 SoC USB3
134+
"socionext,uniphier-ld20-usb3-reset" - for LD20 SoC USB3
135+
"socionext,uniphier-pxs3-usb3-reset" - for PXs3 SoC USB3
136136
- #reset-cells: Should be 1.
137137
- reg: Specifies offset and length of the register set for the device.
138-
- clocks: A list of phandles to the clock gate for USB3 glue layer.
138+
- clocks: A list of phandles to the clock gate for the glue layer.
139139
According to the clock-names, appropriate clocks are required.
140140
- clock-names: Should contain
141141
"gio", "link" - for Pro4 SoC
142142
"link" - for others
143-
- resets: A list of phandles to the reset control for USB3 glue layer.
143+
- resets: A list of phandles to the reset control for the glue layer.
144144
According to the reset-names, appropriate resets are required.
145145
- reset-names: Should contain
146146
"gio", "link" - for Pro4 SoC

0 commit comments

Comments
 (0)