Re: [PATCH v5 3/3] MIPS: ath79: Fix the USB PHY reset names

From: Rob Herring
Date: Wed Feb 22 2017 - 11:45:08 EST


On Mon, Feb 13, 2017 at 11:25:46PM +0100, Alban wrote:
> From: Alban Bedel <albeu@xxxxxxx>
>
> The binding for the USB PHY went thru before the driver. However the
> new version of the driver now use the PHY core support for reset, and
> this expect the reset to be named "phy". So remove the "usb-" prefix
> from the the reset names.
>
> Signed-off-by: Alban Bedel <albeu@xxxxxxx>
> ---
> Changelog:
> v5: * Also fix the AR9331 dtsi
> ---
> Documentation/devicetree/bindings/phy/phy-ath79-usb.txt | 4 ++--
> arch/mips/boot/dts/qca/ar9132.dtsi | 2 +-
> arch/mips/boot/dts/qca/ar9331.dtsi | 2 +-
> 3 files changed, 4 insertions(+), 4 deletions(-)

Acked-by: Rob Herring <robh@xxxxxxxxxx>