commit | 2cac70e099383eb7b356d076bdeac74898ba34d1 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Tue May 14 06:53:45 2019 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri May 17 09:53:20 2019 -0500 |
tree | ccd94670dc478a44b4f0327277634da045b5fba6 | |
parent | 983b493ac1468e393999d6c7cabf024ab7eabcbc [diff] |
dts: bindings: usb: Add enum to maximum-speed property Add enum to list what values of maximum-speed are exceptable since enum's get represented as strings in DT. This also allows us to generate a code enum to correspond to the string. We also introduce include/dt-bindings/usb/usb.h which is a hand coded definition of the enum. We don't have a great way to generate this right now, however it would be better if we did. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>