commit | ce868d0aed38662a0d57b0b98660aaacabb90803 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Wed Sep 11 11:33:52 2019 +0200 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Thu Oct 24 11:28:17 2019 +0200 |
tree | d9a06db8731dd54086c519fdb5a4b96ce619031b | |
parent | 547df0d862f879bf19f8767613d8f660f12a7160 [diff] |
usb: dwc3: Add dwc3_of_parse() to get quirks information from DT Add a new function that read quirk and configuration information from the DT. The goal is to allow platforms using their own version of DWC3 driver to migrate to the generic DWC3 driver. The function is adapted from the function dwc3_get_properties() in the linux dwc3 driver introduced in commit c5ac6116db35d. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>