Skip to content

Commit cab4328

Browse files
wenyouyagregkh
authored andcommitted
ARM: at91/dt: sama5d2: Use new compatible for ohci node
Use compatible "atmel,sama5d2-ohci" to be capable of suspending ports while sleep to save the power consumption. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 7150bc9 commit cab4328

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
@@ -232,7 +232,7 @@
232232
};
233233

234234
usb1: ohci@00400000 {
235-
compatible = "atmel,at91rm9200-ohci", "usb-ohci";
235+
compatible = "atmel,sama5d2-ohci", "usb-ohci";
236236
reg = <0x00400000 0x100000>;
237237
interrupts = <41 IRQ_TYPE_LEVEL_HIGH 2>;
238238
clocks = <&uhphs_clk>, <&uhphs_clk>, <&uhpck>;

0 commit comments

Comments
 (0)