Revert "ARM: at91/dt: sama5d2: Use new compatible for ohci node"
This reverts commit
d1b05d9f2fd6 ("ARM: at91/dt: sama5d2: Use new
compatible for ohci node")
It depends from commit
b6dae7b7919d ("usb: ohci-at91: Forcibly suspend
ports while USB suspend") which was reverted and implemented
differently. With the new implementation, the compatible string must
remain the same.
The compatible string introduced by this commit has been used in the
default SAMA5D2 dtsi starting from Linux 4.8. As it has never been
working correctly in an official release, removing it should not be
breaking the stability rules.
Fixes: d1b05d9f2fd6 ("ARM: at91/dt: sama5d2: Use new compatible for ohci node")
Signed-off-by: Romain Izard <romain.izard.pro@gmail.com>
cc: <stable@vger.kernel.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>