[PATCH 13/16] dt-bindings: arm: stm32mp2: allow child nodes since simple-mfd transition
Fabrice Gasnier <[email protected]>
| Newsgroups | org.infradead.lists.linux-phy,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-usb |
|---|---|
| Message-ID | <20260821-ucpd-host-fusb340-v7-2-rfc-v1-13-c5e27cbc0795@foss.st.com> |
Adapt stm32-syscon on stm32mp2, since transition to simple-mfd, to support usb2phy child nodes, that has a unit address. This is a temporary update, as it depends on Marek's series [1]. This should be dropped in later series revision. It's a precursor to validate further DT addition on USB and Type-C. [1] https://lore.kernel.org/linux-phy/[email protected]/ Signed-off-by: Fabrice Gasnier <[email protected]> --- .../devicetree/bindings/arm/stm32/st,stm32-syscon.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/stm32/st,stm32-syscon.yaml b/Documentation/devicetree/bindings/arm/stm32/st,stm32-syscon.yaml index ef640443dd23..964e1a5a43a3 100644 --- a/Documentation/devicetree/bindings/arm/stm32/st,stm32-syscon.yaml +++ b/Documentation/devicetree/bindings/arm/stm32/st,stm32-syscon.yaml @@ -40,6 +40,16 @@ properties: "#clock-cells": const: 0 + "#address-cells": + const: 1 + + "#size-cells": + const: 1 + +patternProperties: + "@[0-9a-f]+$": + type: object + required: - compatible - reg -- 2.43.0 -- linux-phy mailing list [email protected] https://lists.infradead.org/mailman/listinfo/linux-phy