phy: ath79-usb: Fix the main reset name to match the DT binding
authorAlban Bedel <albeu@free.fr>
Mon, 7 Jan 2019 19:44:54 +0000 (20:44 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Mar 2019 16:58:48 +0000 (17:58 +0100)
commiteecde0a099afd2508a2c024295e8ae7a624284d8
tree44b3360173e88cea3d6b0a1842f4ed3cf8863f30
parente55af638c4f4f520e259f8c12e1601b6dd17bed4
phy: ath79-usb: Fix the main reset name to match the DT binding

[ Upstream commit 827cb0323928952c0db9515aba9d534fb1285b3f ]

I submitted this driver several times before it got accepted. The
first series hasn't been accepted but the DTS binding did made it.
I then made a second series that added generic reset support to the
PHY core, this in turn required a change to the DT binding. This
second series seemed to have been ignored, so I did a third one
without the change to the PHY core and the DT binding update, and this
last attempt finally made it.

But two months later the DT binding update from the second series has
been integrated too. So now the driver doesn't match the binding and
the only DTS using it. This patch fix the driver to match the new
binding.

Signed-off-by: Alban Bedel <albeu@free.fr>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/phy/qualcomm/phy-ath79-usb.c