Message ID | 20161001121900.1168-3-martin.blumenstingl@googlemail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
On Sat, Oct 01, 2016 at 02:18:59PM +0200, Martin Blumenstingl wrote: > The corresponding driver only supports the USB PHY on Meson8b and GXBB > SoCs. Newer SoC versions are using a different USB PHY implementation, > which will mean that a new driver is required. Thus make sure that our > naming is specific enough so it does not conflict with upcoming drivers. > > Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> > --- > .../bindings/phy/{meson-usb2-phy.txt => meson8b-usb2-phy.txt} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename Documentation/devicetree/bindings/phy/{meson-usb2-phy.txt => meson8b-usb2-phy.txt} (95%) Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/phy/meson-usb2-phy.txt b/Documentation/devicetree/bindings/phy/meson8b-usb2-phy.txt similarity index 95% rename from Documentation/devicetree/bindings/phy/meson-usb2-phy.txt rename to Documentation/devicetree/bindings/phy/meson8b-usb2-phy.txt index bc616c1..5fa73b9 100644 --- a/Documentation/devicetree/bindings/phy/meson-usb2-phy.txt +++ b/Documentation/devicetree/bindings/phy/meson8b-usb2-phy.txt @@ -1,4 +1,4 @@ -* Amlogic USB2 PHY +* Amlogic Meson8b and GXBB USB2 PHY Required properties: - compatible: Depending on the platform this should be one of:
The corresponding driver only supports the USB PHY on Meson8b and GXBB SoCs. Newer SoC versions are using a different USB PHY implementation, which will mean that a new driver is required. Thus make sure that our naming is specific enough so it does not conflict with upcoming drivers. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> --- .../bindings/phy/{meson-usb2-phy.txt => meson8b-usb2-phy.txt} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Documentation/devicetree/bindings/phy/{meson-usb2-phy.txt => meson8b-usb2-phy.txt} (95%)