projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3978d6b
)
ARM: at91/dt: at91sam9n12: add udp device node
author
Bo Shen
<voice.shen@atmel.com>
Tue, 10 Feb 2015 01:55:34 +0000
(09:55 +0800)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Wed, 4 Mar 2015 17:36:09 +0000
(18:36 +0100)
Add usb device node for at91sam9n12.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91sam9n12.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/at91sam9n12.dtsi
b/arch/arm/boot/dts/at91sam9n12.dtsi
index 0c53a375ba99d214c1c0b5eabd85e77ec0cc72e6..9648430d78e66dba192abdfd7dfb04a256389b48 100644
(file)
--- a/
arch/arm/boot/dts/at91sam9n12.dtsi
+++ b/
arch/arm/boot/dts/at91sam9n12.dtsi
@@
-912,6
+912,15
@@
clocks = <&pwm_clk>;
status = "disabled";
};
+
+ usb1: gadget@f803c000 {
+ compatible = "atmel,at91sam9260-udc";
+ reg = <0xf803c000 0x4000>;
+ interrupts = <23 IRQ_TYPE_LEVEL_HIGH 2>;
+ clocks = <&udphs_clk>, <&udpck>;
+ clock-names = "pclk", "hclk";
+ status = "disabled";
+ };
};
nand0: nand@40000000 {