commit | aa25e446ce76c37bfd75ac06598c316af94e9a26 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Thu Nov 09 16:00:55 2017 -0600 |
committer | Rob Herring <robh@kernel.org> | Mon Nov 13 16:50:01 2017 -0600 |
tree | e66ecdded1609ac5eaefdfbac75f5fb45144a889 | |
parent | 27e8524d80b7f7fa28a3c1adae5176715231caf2 [diff] |
dt-bindings: usb: add #phy-cells to usb-nop-xceiv Consumers of usb-nop-xceiv use the phy binding, but #phy-cells is missing from the binding. This is probably because this binding predates the common phy binding. So add #phy-cells as a required property. This should not break any users as missing should be treated as 0 cells. Signed-off-by: Rob Herring <robh@kernel.org>