From 31ae43d0242da3e28f7699730100b5ed76bd45ea Mon Sep 17 00:00:00 2001 From: Yannis Damigos Date: Wed, 3 Oct 2018 16:38:53 +0300 Subject: [PATCH] dts/bindings/usb: Add phys property to STM32 USB yaml Add phys property, which specifies USB PHY provider, to STM32 USB yaml files. Signed-off-by: Yannis Damigos --- dts/bindings/usb/st,stm32-otgfs.yaml | 6 ++++++ dts/bindings/usb/st,stm32-otghs.yaml | 6 ++++++ dts/bindings/usb/st,stm32-usb.yaml | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/dts/bindings/usb/st,stm32-otgfs.yaml b/dts/bindings/usb/st,stm32-otgfs.yaml index 70d79fc7dd8..ca2b0766677 100644 --- a/dts/bindings/usb/st,stm32-otgfs.yaml +++ b/dts/bindings/usb/st,stm32-otgfs.yaml @@ -41,4 +41,10 @@ properties: description: Size of USB dedicated RAM. STM32 SOC's reference manual defines a shared FIFO size. generation: define + + phys: + type: array + category: optional + generation: define + description: PHY provider specifier ... diff --git a/dts/bindings/usb/st,stm32-otghs.yaml b/dts/bindings/usb/st,stm32-otghs.yaml index 98c56775344..cc387f76bce 100644 --- a/dts/bindings/usb/st,stm32-otghs.yaml +++ b/dts/bindings/usb/st,stm32-otghs.yaml @@ -41,4 +41,10 @@ properties: description: Size of USB dedicated RAM. STM32 SOC's reference manual defines a shared FIFO size. generation: define + + phys: + type: array + category: optional + generation: define + description: PHY provider specifier ... diff --git a/dts/bindings/usb/st,stm32-usb.yaml b/dts/bindings/usb/st,stm32-usb.yaml index cba616ce557..140e55e37c1 100644 --- a/dts/bindings/usb/st,stm32-usb.yaml +++ b/dts/bindings/usb/st,stm32-usb.yaml @@ -48,4 +48,10 @@ properties: description: Some boards use a USB DISCONNECT pin to enable the pull-up resistor on USB Data Positive signal. generation: define, use-prop-name + + phys: + type: array + category: optional + generation: define + description: PHY provider specifier ...