hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/Documentation/devicetree/bindings/regulator/uniphier-regulator.txt
....@@ -13,6 +13,7 @@
1313 Required properties:
1414 - compatible: Should be
1515 "socionext,uniphier-pro4-usb3-regulator" - for Pro4 SoC
16
+ "socionext,uniphier-pro5-usb3-regulator" - for Pro5 SoC
1617 "socionext,uniphier-pxs2-usb3-regulator" - for PXs2 SoC
1718 "socionext,uniphier-ld20-usb3-regulator" - for LD20 SoC
1819 "socionext,uniphier-pxs3-usb3-regulator" - for PXs3 SoC
....@@ -20,12 +21,12 @@
2021 - clocks: A list of phandles to the clock gate for USB3 glue layer.
2122 According to the clock-names, appropriate clocks are required.
2223 - clock-names: Should contain
23
- "gio", "link" - for Pro4 SoC
24
+ "gio", "link" - for Pro4 and Pro5 SoCs
2425 "link" - for others
2526 - resets: A list of phandles to the reset control for USB3 glue layer.
2627 According to the reset-names, appropriate resets are required.
2728 - reset-names: Should contain
28
- "gio", "link" - for Pro4 SoC
29
+ "gio", "link" - for Pro4 and Pro5 SoCs
2930 "link" - for others
3031
3132 See Documentation/devicetree/bindings/regulator/regulator.txt