[PATCH 4/6] ARM: DT: STi: STiH407: Add dwc3 usb3 DT node.
From: peter.griffin@linaro.org (Peter Griffin)
Date: 2015-02-25 15:22:09
Also in:
linux-devicetree, lkml
From: peter.griffin@linaro.org (Peter Griffin)
Date: 2015-02-25 15:22:09
Also in:
linux-devicetree, lkml
Hi Lee, On Wed, 25 Feb 2015, Lee Jones wrote:
quoted
+ resets = <&powerdown STIH407_USB3_POWERDOWN>, + <&softreset STIH407_MIPHY2_SOFTRESET>; + reset-names = "powerdown", + "softreset";Nit: What's the purpose of having these on separate lines?
The only reason was to stay aligned with the example in Documentation/devicetree/bindings/usb/dwc3-st.txt. regards, Peter.