commit | 29ffcae80c451c5f7f028fd7999c3cabf4a7c664 | [log] [tgz] |
---|---|---|
author | Josef Gajdusek <atx@atx.name> | Sat Aug 11 14:33:29 2018 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Apr 17 09:58:09 2019 -0500 |
tree | ec9d3d10dd31100acae380a085198001664fab6a | |
parent | 6bf369f30674ebc7c015fc2d09ae3813bda0fcbb [diff] |
drivers: usb_dc_stm32: Make pin remapping part of the device tree The SYSCFG_CFGR1_PA11_PA12_RMP define is present even on packages where the remap isn't strictly required. This commit makes the remap optional based on a DT property. Also fixes syntax error caused by a missing );. Signed-off-by: Josef Gajdusek <atx@atx.name>