Skip to content

Commit 6a1b6f7

Browse files
Tommaso MerciaipH5
authored andcommitted
dt-bindings: reset: renesas,rzv2h-usb2phy: Add '#mux-state-cells' property
Add the '#mux-state-cells' property to support describing the USB VBUS_SEL multiplexer as a mux-controller in the Renesas RZ/V2H(P) USB2PHY binding. The mux-controller cannot be integrated into the parent USB2PHY node because the VBUS source selector is part of a separate hardware block, not the USB2PHY block itself. This is required to properly configure USB PHY power selection on RZ/V2H(P) and RZ/G3E SoCs. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Signed-off-by: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
1 parent ccef9ef commit 6a1b6f7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Documentation/devicetree/bindings/reset/renesas,rzv2h-usb2phy-reset.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,17 @@ properties:
3737
'#reset-cells':
3838
const: 0
3939

40+
'#mux-state-cells':
41+
const: 1
42+
4043
required:
4144
- compatible
4245
- reg
4346
- clocks
4447
- resets
4548
- power-domains
4649
- '#reset-cells'
50+
- '#mux-state-cells'
4751

4852
additionalProperties: false
4953

@@ -58,4 +62,5 @@ examples:
5862
resets = <&cpg 0xaf>;
5963
power-domains = <&cpg>;
6064
#reset-cells = <0>;
65+
#mux-state-cells = <1>;
6166
};

0 commit comments

Comments
 (0)