aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/omap3.dtsi')
-rw-r--r--arch/arm/dts/omap3.dtsi20
1 files changed, 3 insertions, 17 deletions
diff --git a/arch/arm/dts/omap3.dtsi b/arch/arm/dts/omap3.dtsi
index 56c94729bb..4043ecb380 100644
--- a/arch/arm/dts/omap3.dtsi
+++ b/arch/arm/dts/omap3.dtsi
@@ -215,6 +215,7 @@
215 #dma-cells = <1>; 215 #dma-cells = <1>;
216 dma-channels = <32>; 216 dma-channels = <32>;
217 dma-requests = <96>; 217 dma-requests = <96>;
218 ti,hwmods = "dma";
218 }; 219 };
219 220
220 gpio1: gpio@48310000 { 221 gpio1: gpio@48310000 {
@@ -287,7 +288,6 @@
287 uart1: serial@4806a000 { 288 uart1: serial@4806a000 {
288 compatible = "ti,omap3-uart"; 289 compatible = "ti,omap3-uart";
289 reg = <0x4806a000 0x2000>; 290 reg = <0x4806a000 0x2000>;
290 reg-shift = <2>;
291 interrupts-extended = <&intc 72>; 291 interrupts-extended = <&intc 72>;
292 dmas = <&sdma 49 &sdma 50>; 292 dmas = <&sdma 49 &sdma 50>;
293 dma-names = "tx", "rx"; 293 dma-names = "tx", "rx";
@@ -298,7 +298,6 @@
298 uart2: serial@4806c000 { 298 uart2: serial@4806c000 {
299 compatible = "ti,omap3-uart"; 299 compatible = "ti,omap3-uart";
300 reg = <0x4806c000 0x400>; 300 reg = <0x4806c000 0x400>;
301 reg-shift = <2>;
302 interrupts-extended = <&intc 73>; 301 interrupts-extended = <&intc 73>;
303 dmas = <&sdma 51 &sdma 52>; 302 dmas = <&sdma 51 &sdma 52>;
304 dma-names = "tx", "rx"; 303 dma-names = "tx", "rx";
@@ -309,7 +308,6 @@
309 uart3: serial@49020000 { 308 uart3: serial@49020000 {
310 compatible = "ti,omap3-uart"; 309 compatible = "ti,omap3-uart";
311 reg = <0x49020000 0x400>; 310 reg = <0x49020000 0x400>;
312 reg-shift = <2>;
313 interrupts-extended = <&intc 74>; 311 interrupts-extended = <&intc 74>;
314 dmas = <&sdma 53 &sdma 54>; 312 dmas = <&sdma 53 &sdma 54>;
315 dma-names = "tx", "rx"; 313 dma-names = "tx", "rx";
@@ -559,6 +557,7 @@
559 dma-names = "tx", "rx"; 557 dma-names = "tx", "rx";
560 clocks = <&mcbsp4_fck>; 558 clocks = <&mcbsp4_fck>;
561 clock-names = "fck"; 559 clock-names = "fck";
560 #sound-dai-cells = <0>;
562 status = "disabled"; 561 status = "disabled";
563 }; 562 };
564 563
@@ -589,20 +588,6 @@
589 dma-names = "rx"; 588 dma-names = "rx";
590 }; 589 };
591 590
592 smartreflex_core: smartreflex@480cb000 {
593 compatible = "ti,omap3-smartreflex-core";
594 ti,hwmods = "smartreflex_core";
595 reg = <0x480cb000 0x400>;
596 interrupts = <19>;
597 };
598
599 smartreflex_mpu_iva: smartreflex@480c9000 {
600 compatible = "ti,omap3-smartreflex-iva";
601 ti,hwmods = "smartreflex_mpu_iva";
602 reg = <0x480c9000 0x400>;
603 interrupts = <18>;
604 };
605
606 timer1: timer@48318000 { 591 timer1: timer@48318000 {
607 compatible = "ti,omap3430-timer"; 592 compatible = "ti,omap3430-timer";
608 reg = <0x48318000 0x400>; 593 reg = <0x48318000 0x400>;
@@ -717,6 +702,7 @@
717 compatible = "ti,ohci-omap3"; 702 compatible = "ti,ohci-omap3";
718 reg = <0x48064400 0x400>; 703 reg = <0x48064400 0x400>;
719 interrupts = <76>; 704 interrupts = <76>;
705 remote-wakeup-connected;
720 }; 706 };
721 707
722 usbhsehci: ehci@48064800 { 708 usbhsehci: ehci@48064800 {