projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7150bc9
)
ARM: at91/dt: sama5d2: Use new compatible for ohci node
author
Wenyou Yang
<wenyou.yang@atmel.com>
Wed, 8 Jun 2016 04:15:11 +0000
(12:15 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 8 Jun 2016 05:19:59 +0000
(22:19 -0700)
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>
arch/arm/boot/dts/sama5d2.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sama5d2.dtsi
b/arch/arm/boot/dts/sama5d2.dtsi
index
2827e7a
..
5dd2734
100644
(file)
--- a/
arch/arm/boot/dts/sama5d2.dtsi
+++ b/
arch/arm/boot/dts/sama5d2.dtsi
@@
-232,7
+232,7
@@
};
usb1: ohci@00400000 {
- compatible = "atmel,
at91rm9200
-ohci", "usb-ohci";
+ compatible = "atmel,
sama5d2
-ohci", "usb-ohci";
reg = <0x00400000 0x100000>;
interrupts = <41 IRQ_TYPE_LEVEL_HIGH 2>;
clocks = <&uhphs_clk>, <&uhphs_clk>, <&uhpck>;