Skip to content

Commit 9e10889

Browse files
romain-izard-proalexandrebelloni
authored andcommitted
Revert "ARM: at91/dt: sama5d2: Use new compatible for ohci node"
This reverts commit cab4328 ("ARM: at91/dt: sama5d2: Use new compatible for ohci node") It depends from commit 7150bc9 ("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: cab4328 ("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>
1 parent c1ae3cf commit 9e10889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/sama5d2.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
};
267267

268268
usb1: ohci@00400000 {
269-
compatible = "atmel,sama5d2-ohci", "usb-ohci";
269+
compatible = "atmel,at91rm9200-ohci", "usb-ohci";
270270
reg = <0x00400000 0x100000>;
271271
interrupts = <41 IRQ_TYPE_LEVEL_HIGH 2>;
272272
clocks = <&uhphs_clk>, <&uhphs_clk>, <&uhpck>;

0 commit comments

Comments
 (0)